Freetube Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Freetube 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/314398.svg" alt="Freetube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314398.svg" alt="Freetube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314398.svg" alt="Freetube icon" :width="24" :height="24" />
CSS background
.icon-freetube {
background-image: url('https://proicons.com/icon/314398.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>FreeTube</title><path d="M4.7066 0c.9 0 1.6294.7295 1.6294 1.6294V24H4.0993a4.0988 4.0988 0 0 1-2.8986-1.2007A4.0988 4.0988 0 0 1 0 19.9007V1.6294C0 .7294.7295 0 1.6294 0ZM24 0v1.9409a4.3951 4.3951 0 0 1-4.3951 4.3951H9.0053c-.891 0-1.6133-.7223-1.6133-1.6133V1.6133C7.392.7223 8.1143 0 9.0053 0Zm-6.7817 11.734a.618.618 0 0 1 0 1.108l-8.9022 4.412a.64.64 0 0 1-.9241-.5734V7.8954a.64.64 0 0 1 .9241-.5734Z"/></svg>
Copied!