Vived Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vived 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/334811.svg" alt="Vived icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334811.svg" alt="Vived icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334811.svg" alt="Vived icon" :width="24" :height="24" />
CSS background
.icon-vived {
background-image: url('https://proicons.com/icon/334811.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m21.6567,41.8516l6.7232-5.2404-10.6645-8.1109v11.8129c-.007,1.6363,1.8812,3.061,3.9413,1.5384Z"/><path class="c" d="m28.375,36.6182l7.8712-6.0093c.8845-.6737,1.0255-2.222-.0349-3.1035L14.5302,10.9937c-1.1466-.7612-3.3816.0309-3.4355,1.18l-.0533,10.3772c.0379.6841.1985.7858,1.0308,1.4712l16.3029,12.5961Z"/><path class="c" d="m30.4085,22.9096l5.1825-4.011c.8293-.5995.676-.7946.7154-1.3684V7.5934c-.1287-1.4807-2.0467-2.6815-3.3498-1.7854l-12.3983,9.5083"/></svg>
Copied!