Pure Tuber Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pure Tuber 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/331723.svg" alt="Pure Tuber icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331723.svg" alt="Pure Tuber icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331723.svg" alt="Pure Tuber icon" :width="24" :height="24" />
CSS background
.icon-pure-tuber {
background-image: url('https://proicons.com/icon/331723.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m15.3032,37.4627l25.0683-6.1717c2.4723-.6087,3.8015-3.2964,2.7845-5.6306l-3.3776-7.7524c-1.135-2.605-3.5799-4.4012-6.4051-4.7054l-25.8598-2.7849c-1.8823-.2027-3.391,1.5314-2.9296,3.3676l5.099,20.2959c.6235,2.4819,3.1356,3.9933,5.6204,3.3815Z"/><polyline class="c" points="19.9772 18.5772 31.5264 21.8866 22.4762 28.9107"/></svg>
Copied!