Fonoma Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Fonoma icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314361.svg" alt="Fonoma icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314361.svg" alt="Fonoma icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314361.svg" alt="Fonoma icon" :width="24" :height="24" />
CSS background
.icon-fonoma {
background-image: url('https://proicons.com/icon/314361.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Fonoma</title><path d="M19.706 21.919a4.295 4.295 0 0 0 4.293-4.296 4.295 4.295 0 1 0-4.293 4.296zM4.296 10.672a4.295 4.295 0 0 0 4.293-4.295 4.295 4.295 0 1 0-4.294 4.295zm10.412 0h4.975a4.277 4.277 0 0 0 4.293-4.295 4.277 4.277 0 0 0-4.293-4.296h-4.975a4.277 4.277 0 0 0-4.294 4.296 4.277 4.277 0 0 0 4.294 4.295zM4.295 21.92h4.976a4.277 4.277 0 0 0 4.293-4.296 4.277 4.277 0 0 0-4.293-4.295H4.295a4.277 4.277 0 0 0-4.293 4.295c.068 2.318 1.976 4.296 4.293 4.296z"/></svg>
Copied!