Fooview Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fooview 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/340703.svg" alt="Fooview icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340703.svg" alt="Fooview icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340703.svg" alt="Fooview icon" :width="24" :height="24" />
CSS background
.icon-fooview {
background-image: url('https://proicons.com/icon/340703.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><circle class="a" cx="24" cy="24" r="21.5"/><circle class="a" cx="24" cy="24" r="14.5"/><path class="a" d="M20.9983,2.7091c-.5123,1.0105-.553,6.2405,0,7.1022"/><path class="a" d="M31.5057,3.8479c-.9823.9932-2.4811,5.2681-2.5448,6.5232"/><path class="a" d="M37.8989,19.86c1.7487.3919,6.1349-2.7415,6.08-3.8146"/><path class="a" d="M16.2917,36.2811C15.72,38.5,13.17,41.348,11.8091,41.7114"/></svg>
Copied!