Snaptube Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snaptube 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/333001.svg" alt="Snaptube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333001.svg" alt="Snaptube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333001.svg" alt="Snaptube icon" :width="24" :height="24" />
CSS background
.icon-snaptube {
background-image: url('https://proicons.com/icon/333001.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M16.5139,25.3012l7.4997,7.1988,7.4725-7.1988h-4.4612v-3.1769h-6.0159v3.1769h-4.495Z"/><rect id="c" class="e" x="21.0089" y="17.5892" width="6.0159" height="2.2494"/><path id="d" class="e" d="M21.0089,15.5h6.0159"/><path class="e" d="M43.1124,14.394c-.4637-1.7234-1.8098-3.0695-3.5332-3.5332-2.3145-.8936-24.7326-1.3314-31.2358.0256-1.7235.4637-3.0698,1.8101-3.5334,3.5336-1.0446,4.583-1.1239,14.4914.0256,19.1767.4638,1.7234,1.81,3.0696,3.5334,3.5333,4.5829,1.0548,26.3712,1.2033,31.2358,0,1.7234-.4637,3.0695-1.8099,3.5332-3.5333,1.1138-4.993,1.1931-14.2867-.0256-19.2027Z"/></svg>
Copied!