Vi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vi 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/334709.svg" alt="Vi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334709.svg" alt="Vi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334709.svg" alt="Vi icon" :width="24" :height="24" />
CSS background
.icon-vi {
background-image: url('https://proicons.com/icon/334709.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="33.8718" y="8.2506" width="9.1282" height="24.342" rx="0.5071"/><path class="a" d="M23.0183,8.6348,18.55,26.5071,14.0821,8.6348a.507.507,0,0,0-.4919-.3842H5.5074a.5072.5072,0,0,0-.492.63l5.8319,23.3277a.5071.5071,0,0,0,.492.3841H25.7611a.507.507,0,0,0,.492-.3841l5.832-23.3277a.5072.5072,0,0,0-.492-.63H23.51A.5071.5071,0,0,0,23.0183,8.6348Z"/><circle class="a" cx="38.4359" cy="39.1852" r="4.5641"/></svg>
Copied!