Veed Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Veed 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/316509.svg" alt="Veed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316509.svg" alt="Veed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316509.svg" alt="Veed icon" :width="24" :height="24" />
CSS background
.icon-veed {
background-image: url('https://proicons.com/icon/316509.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>VEED</title><path d="m23.9847 3.44845-6.4707 15.8711a2.41415 2.41415 0 0 1-2.23542 1.50241H8.73883a2.4138 2.4138 0 0 1-2.23388-1.5005L.01467 3.44846a.196.196 0 0 1 .18143-.27042h6.5505a.3923.3923 0 0 1 .36707.25392l4.90577 13.08297 4.8655-13.08144c.05678-.15342.20368-.25545.36708-.25545h6.55164c.13924 0 .23398.14115.18181.26965z"/></svg>
Copied!