Noutube Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Noutube 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/344945.svg" alt="Noutube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344945.svg" alt="Noutube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344945.svg" alt="Noutube icon" :width="24" :height="24" />
CSS background
.icon-noutube {
background-image: url('https://proicons.com/icon/344945.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="c" class="d" d="M36.8813,18.9161c.2252.6369.1385.9141-.2206,1.5524-.3031.5387-1.2731.4382-1.5303-.1697-.2572-.608-.2994-1.2648.1796-1.7329s1.3101-.3886,1.5713.3502ZM25.7854,14.3422c-.1438.6266-.3618.7958-.9979,1.0961-.5369.2535-1.3003-.369-1.1985-.9907.1018-.6218.41-1.1615,1.0579-1.2609.6479-.0994,1.3054.4287,1.1386,1.1555ZM26.2388,17.6662c1.296-.7323,2.2438-.6885,3.0547-.7201.2562-.01.4922.2147.6431.4219.6117.8399,1.4386,1.6372,1.3889,2.5322-.0142.256-.2537.4308-.4701.5681-.7764.4925-1.7065.7288-2.8217.6566-.2558-.0166-.2682.2208-.4313.023-.7495-.9093-1.5218-2.0112-1.5372-2.8076-.0051-.2563-.0496-.5479.1736-.674h0ZM22.711,17.309c-3.0611,2.9678,1.5974,6.7041,4.5968,4.4485.1289,5.0855,5.5603,6.1805,6.7209,1.0374M28.2399,38.8315c-5.3959,1.0322-11.776-8.0225-3.0081-7.7108M13.4538,17.8598c.9219,1.8555,1.3507,2.2198,5.5077,2.6268M8.5937,22.7007c-.0127-2.3247,2.563-2.9282,3.7151-2.3273l9.1073,4.5836c2.5976,1.3964,1.6418,4.415.1922,4.7848l-9.3754,4.8284c-1.5423.7066-3.2953-.0353-3.699-1.9533l.0599-9.9161ZM4.6377,23.562l.0374,11.4215c-.2866,3.2054,2.1933,4.9945,5.2427,4.0443l10.9562-5.4121c.0766-1.8925,1.191-2.9126,4.1254-2.4245,4.5731-1.1474,3.6324-5.8799,1.7612-6.8516l-7.7425-3.9118M28.5577,38.8103c4.7992-.2216,11.0117-6.1274,13.155-16.2478,2.9809-.9007,1.5843-2.8367.4449-3.4106-1.1536-8.6639-12.2541-13.4564-19.3829-8.3251-2.6288-1.0481-3.072,1.0856-1.9277,2.6903-1.5975,1.6489-2.3706,3.9083-1.8959,6.8317-1.3521-3.2976-3.7143-4.1217-5.7513-2.5314-5.1667-3.7423-9.5895-2.5262-8.5457,5.7307"/></svg>
Copied!