Ovela Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ovela 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/345410.svg" alt="Ovela icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345410.svg" alt="Ovela icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345410.svg" alt="Ovela icon" :width="24" :height="24" />
CSS background
.icon-ovela {
background-image: url('https://proicons.com/icon/345410.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M34.96,31.7499c6.0531-6.0531,6.0531-15.867,0-21.92-6.0531-6.0531-15.867-6.0531-21.92,0-6.0531,6.0531-6.0531,15.867,0,21.92,3.0266,3.0266,6.9934,4.5398,10.96,4.5398v6.4203l10.96-10.9601Z"/><circle class="e" cx="24" cy="20.7899" r="9.8636"/><circle class="e" cx="24" cy="20.7899" r="4.2273"/></svg>
Copied!