Ivi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ivi 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/342145.svg" alt="Ivi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342145.svg" alt="Ivi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342145.svg" alt="Ivi icon" :width="24" :height="24" />
CSS background
.icon-ivi {
background-image: url('https://proicons.com/icon/342145.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linejoin:round;}</style></defs><polygon class="cls-1" points="24.11 27.48 20.75 21.52 17.41 27.48 24.11 27.48"/><polygon class="cls-1" points="37.69 34.33 43.5 30.9 37.69 27.45 37.69 34.33"/><polygon class="cls-1" points="37.69 27.44 43.5 30.89 43.5 24.01 37.69 27.44"/><polygon class="cls-1" points="27.5 33.44 30.84 27.48 24.14 27.48 27.5 33.44"/><polygon class="cls-1" points="27.48 21.52 24.14 27.48 30.84 27.48 27.48 21.52"/><polygon class="cls-1" points="30.84 27.45 34.21 21.49 27.48 21.49 30.84 27.45"/><polygon class="cls-1" points="37.69 20.56 43.5 17.14 43.5 17.11 37.69 13.69 37.69 20.56"/><polygon class="cls-1" points="37.69 27.44 37.69 27.46 43.5 24.01 37.69 20.56 37.69 27.44"/><polygon class="cls-1" points="4.5 20.55 10.31 17.13 10.31 17.1 4.5 13.68 4.5 20.55"/><polygon class="cls-1" points="4.5 27.42 4.5 27.45 10.31 24 4.5 20.55 4.5 27.42"/><polygon class="cls-1" points="20.76 33.44 27.49 33.44 24.13 27.48 20.76 33.44"/><polygon class="cls-1" points="17.41 27.48 20.78 33.44 24.11 27.48 17.41 27.48"/><polygon class="cls-1" points="14.06 21.49 17.43 27.45 20.76 21.49 14.06 21.49"/><polygon class="cls-1" points="4.5 34.32 10.31 30.9 4.5 27.45 4.5 34.32"/><polygon class="cls-1" points="10.31 30.89 10.31 24.01 4.5 27.44 10.31 30.89"/></svg>
Copied!