Ovinfo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ovinfo 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/345419.svg" alt="Ovinfo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345419.svg" alt="Ovinfo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345419.svg" alt="Ovinfo icon" :width="24" :height="24" />
CSS background
.icon-ovinfo {
background-image: url('https://proicons.com/icon/345419.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"/><line class="c" x1="5.5" y1="18.7757" x2="42.5" y2="18.7757"/><path class="c" d="M20.7093,15.3828v-3.4717c.0329-.3044.1707-1.561.3023-2.213.0143-.1518.0583-.2992.1296-.434.1394-.1883.3311-.3313.5512-.4113.3892-.1775.7999-.3033,1.2217-.3743.3586-.062.722-.0922,1.0859-.0905.3619-.0014.7232.0289,1.0798.0905.4218.071.8325.1969,1.2217.3743.2201.08.4118.2231.5512.4113.0713.1347.1153.2822.1296.434.1316.6437.2694,1.9086.3085,2.213v3.4717h-6.5814Z"/><line class="c" x1="20.7093" y1="11.911" x2="27.2907" y2="11.911"/><line class="c" x1="21.7804" y1="15.3829" x2="21.7804" y2="16.2734"/><line class="c" x1="26.2197" y1="15.3829" x2="26.2197" y2="16.2734"/></svg>
Copied!