V0 Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The V0 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/316491.svg" alt="V0 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316491.svg" alt="V0 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316491.svg" alt="V0 icon" :width="24" :height="24" />
CSS background
.icon-v0 {
background-image: url('https://proicons.com/icon/316491.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>v0</title><path d="M14.066 6.028v2.22h5.729q.075-.001.148.005l-5.853 5.752a2 2 0 0 1-.024-.309V8.247h-2.353v5.45c0 2.322 1.935 4.222 4.258 4.222h5.675v-2.22h-5.675q-.03 0-.059-.003l5.729-5.629q.006.082.006.166v5.465H24v-5.465a4.204 4.204 0 0 0-4.205-4.205zM0 8.245l8.28 9.266c.839.94 2.396.346 2.396-.914V8.245H8.19v5.44l-4.86-5.44Z"/></svg>
Copied!