Youtube Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Youtube 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/310449.svg" alt="Youtube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310449.svg" alt="Youtube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310449.svg" alt="Youtube icon" :width="24" :height="24" />
CSS background
.icon-youtube {
background-image: url('https://proicons.com/icon/310449.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.9995 11.9387C22.0094 10.3294 21.8724 8.72248 21.5902 7.13805C21.4655 6.71973 21.2335 6.34135 20.9172 6.04056C20.6009 5.73976 20.2113 5.52704 19.7872 5.42354C17.1956 5.12012 14.5871 4.98342 11.9779 5.01427C9.36839 4.9831 6.75966 5.12351 4.16858 5.4346C3.74842 5.55076 3.36553 5.77385 3.05729 6.08209C2.74905 6.39033 2.52597 6.7732 2.4098 7.19336C2.12724 8.77774 1.99025 10.3846 2.00054 11.994C1.99062 13.6033 2.1276 15.2102 2.4098 16.7946C2.52756 17.22 2.7535 17.6076 3.06559 17.9197C3.37769 18.2318 3.76531 18.4578 4.19069 18.5755C6.78235 18.8789 9.39084 19.0156 12 18.9848C14.6019 19.0192 17.2033 18.8824 19.7872 18.5755C20.2074 18.4593 20.5903 18.2363 20.8985 17.928C21.2067 17.6198 21.4298 17.2369 21.546 16.8168C21.8532 15.209 22.0051 13.5755 21.9995 11.9387ZM14.5887 12.5205L10.5842 14.7925C10.5034 14.8366 10.4126 14.859 10.3206 14.8574C10.2286 14.8558 10.1386 14.8303 10.0594 14.7835C9.98024 14.7366 9.91459 14.67 9.8689 14.5902C9.82322 14.5103 9.79906 14.4199 9.79881 14.3279V9.6158C9.79765 9.52345 9.8211 9.43245 9.86678 9.35217C9.91245 9.27189 9.97868 9.20523 10.0587 9.15904C10.1386 9.11285 10.2295 9.08881 10.3218 9.08938C10.4142 9.08995 10.5047 9.11511 10.5842 9.16229L14.7211 11.5405C14.8006 11.5876 14.8662 11.655 14.911 11.7359C14.9558 11.8167 14.9782 11.9081 14.9759 12.0005C14.9737 12.0929 14.9468 12.183 14.8981 12.2616C14.8495 12.3402 14.7807 12.4043 14.699 12.4475L14.5887 12.5205Z" fill="black"/> </svg>
Youtube in other icon packs
Copied!