Voisins Vigilants Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Voisins Vigilants 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/334866.svg" alt="Voisins Vigilants icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334866.svg" alt="Voisins Vigilants icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334866.svg" alt="Voisins Vigilants icon" :width="24" :height="24" />
CSS background
.icon-voisins-vigilants {
background-image: url('https://proicons.com/icon/334866.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M45.5 24C40.17 30.39 33.243 36.67 24 36.67S7.83 30.39 2.5 24M7.194 18.957C11.75 14.67 17.26 11.33 24 11.33c6.74 0 12.25 3.34 16.806 7.627" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"/><path d="M24 18.338A5.66 5.66 0 0 0 18.338 24 5.66 5.66 0 0 0 24 29.662 5.66 5.66 0 0 0 29.662 24a5.7 5.7 0 0 0-.304-1.823 2.5 2.5 0 0 1-1.198.311 2.51 2.51 0 0 1-2.509-2.509 2.5 2.5 0 0 1 .353-1.272 5.7 5.7 0 0 0-2.004-.37" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"/></svg>
Copied!