mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-11-04 04:15:17 +03:00 
			
		
		
		
	Clean slate
This commit is contained in:
		
							parent
							
								
									5ddffc6f0f
								
							
						
					
					
						commit
						1dad08e9fa
					
				
							
								
								
									
										19
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								README.md
									
									
									
									
									
								
							@ -1,19 +0,0 @@
 | 
			
		||||
# Simple Icons
 | 
			
		||||
 | 
			
		||||
## Usage
 | 
			
		||||
 | 
			
		||||
To include the coloured icons simple include the SVG. If you’d like to use colour the SVGs yourself you can add CSS to define `si-solid`, `si-translucent` and `si-transparent` classes. For example to set all icons to be white:
 | 
			
		||||
 | 
			
		||||
```css
 | 
			
		||||
.si-solid {
 | 
			
		||||
	fill: white;
 | 
			
		||||
}
 | 
			
		||||
.si-translucent {
 | 
			
		||||
	fill: white;
 | 
			
		||||
	opacity: 0.5;
 | 
			
		||||
}
 | 
			
		||||
.si-transparent {
 | 
			
		||||
	opacity: 0;
 | 
			
		||||
}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user