Vitune Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vitune 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/334802.svg" alt="Vitune icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334802.svg" alt="Vitune icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334802.svg" alt="Vitune icon" :width="24" :height="24" />
CSS background
.icon-vitune {
background-image: url('https://proicons.com/icon/334802.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.6315,17.5377v-4.419c-2.7874.4268-4.1244-.4381-5.9411-1.3219v4.419c1.8129.8838,3.1537,1.7487,5.9411,1.3219ZM24.6904,25.2199c.001-2.3091-1.87-4.1819-4.1792-4.1829-2.3091-.001-4.1819,1.87-4.1829,4.1792-.0021,2.3091,1.8681,4.1827,4.1773,4.1848s4.1827-1.8681,4.1848-4.1773v-9.008M36.2856,25.2086l6.9571,12.8189c.7252,1.337-.2342,1.9413-1.0047,1.9413h-13.986c-.7705,0-1.7298-.6043-1.0047-1.9413l6.9609-12.8189c.1964-.3664.5665-.6987,1.0387-.6987s.8385.3324,1.0349.6987h.0038ZM23.2665,37.9142l14.0502-25.9475c1.4654-2.7118-.4721-3.9356-2.0244-3.9356H7.0446c-1.5523,0-3.4899,1.2237-2.0244,3.9318l14.0502,25.9475c.4041.7441,1.1482,1.4163,2.1,1.4163.948,0,1.6921-.6723,2.0962-1.4126Z"/></svg>
Copied!