Vite Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Vite 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/316544.svg" alt="Vite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316544.svg" alt="Vite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316544.svg" alt="Vite icon" :width="24" :height="24" />
CSS background
.icon-vite {
background-image: url('https://proicons.com/icon/316544.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>Vite</title><path d="M13.056 23.238a.57.57 0 0 1-1.02-.355v-5.202c0-.63-.512-1.143-1.144-1.143H5.148a.57.57 0 0 1-.464-.903l3.777-5.29c.54-.753 0-1.804-.93-1.804H.57a.574.574 0 0 1-.543-.746.6.6 0 0 1 .08-.157L5.008.78a.57.57 0 0 1 .467-.24h14.589a.57.57 0 0 1 .466.903l-3.778 5.29c-.54.755 0 1.806.93 1.806h5.745c.238 0 .424.138.513.322a.56.56 0 0 1-.063.603z"/></svg>
Vite in other icon packs
Copied!