Vigilo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vigilo 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/334764.svg" alt="Vigilo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334764.svg" alt="Vigilo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334764.svg" alt="Vigilo icon" :width="24" :height="24" />
CSS background
.icon-vigilo {
background-image: url('https://proicons.com/icon/334764.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.3269,36.6931L6.213,19.5792c-2.284-2.284-2.284-5.9884,0-8.2724s5.9884-2.284,8.2724,0l12.9777,12.9777,6.0515-6.0515c2.284-2.284,5.9884-2.284,8.2724,0,2.284,2.284,2.284,5.9884,0,8.2724l-10.1877,10.1877c-2.284,2.284-5.9884,2.284-8.2724,0Z"/><path class="b" d="M27.4631,24.2846l-3.6529,3.6529c2.747,2.747,5.7856-1.5053,8.4674,1.1765,1.7718,1.7718,1.9469,4.9538.3284,6.5723"/><line class="b" x1="30.6155" y1="21.1322" x2="38.8879" y2="29.4045"/><line class="b" x1="24.3109" y1="21.1324" x2="16.0385" y2="29.4047"/></svg>
Copied!