Vetc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vetc 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/349264.svg" alt="Vetc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349264.svg" alt="Vetc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349264.svg" alt="Vetc icon" :width="24" :height="24" />
CSS background
.icon-vetc {
background-image: url('https://proicons.com/icon/349264.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><line class="c" x1="15.5692" y1="24.0015" x2="19.3461" y2="24.0015"/><line class="c" x1="24.8556" y1="18.3629" x2="32.4297" y2="18.3629"/><g><path class="c" d="m43.499,25.8572v.0462c0,2.0619-1.6973,3.7334-3.791,3.7334s-3.791-1.6715-3.791-3.7334v-1.8536m.0046-2.1367c.0986-1.9753,1.7561-3.547,3.7864-3.547h0c2.0426,0,3.708,1.591,3.788,3.5833"/><g><path class="c" d="m15.5692,24.0015h3.7766"/><path class="c" d="m15.5692,18.3598h5.7925"/><path class="c" d="m15.5692,29.6432h5.7925"/><path class="c" d="m4.5,18.3629l3.7876,11.2783,2.2379-6.6638"/><path class="c" d="m11.7309,19.3876l.3441-1.0246"/></g></g><g><path class="c" d="m28.6427,29.6402v-5.639"/><path class="c" d="m15.5692,13.7489l27.9308.0005"/><path class="c" d="m4.5,34.2511h24.1427"/></g></svg>
Copied!