Viofo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Viofo 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/349334.svg" alt="Viofo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349334.svg" alt="Viofo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349334.svg" alt="Viofo icon" :width="24" :height="24" />
CSS background
.icon-viofo {
background-image: url('https://proicons.com/icon/349334.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="c" cx="24" cy="25.5292" r="6.7418"/><path class="c" d="M30.7418,17.7095v-2.7439c0-1.4834-1.2135-2.6969-2.6969-2.6969h-8.0898c-1.4834,0-2.6969,1.2135-2.6969,2.6969v2.7439c-2.1957,1.8948-3.5912,4.6919-3.5912,7.8197,0,5.7067,4.6262,10.3329,10.333,10.3329s10.333-4.6262,10.333-10.3329c0-3.1278-1.3955-5.9249-3.5912-7.8197Z"/><circle class="c" cx="24" cy="25.5292" r="2.6063"/><line class="c" x1="12.4946" y1="29.9866" x2="14.0462" y2="28.3069"/><line class="c" x1="9.1008" y1="33.6604" x2="10.5541" y2="32.0871"/><line class="c" x1="5.5" y1="37.5584" x2="7.067" y2="35.8621"/><line class="c" x1="35.5054" y1="29.9866" x2="33.9538" y2="28.3069"/><line class="c" x1="38.8992" y1="33.6604" x2="37.4459" y2="32.0871"/><line class="c" x1="42.5" y1="37.5584" x2="40.933" y2="35.8621"/></svg>
Copied!