youtube from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
youtube
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the youtube icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.67 8.14a2 2 0 0 0-1.42-1.43A48 48 0 0 0 12 6.38a48 48 0 0 0-6.25.33a2 2 0 0 0-1.42 1.43A21.3 21.3 0 0 0 4 12a21.4 21.4 0 0 0 .33 3.88a2 2 0 0 0 1.42 1.4a48 48 0 0 0 6.25.33a48 48 0 0 0 6.25-.33a2 2 0 0 0 1.42-1.4A21.4 21.4 0 0 0 20 12a21.3 21.3 0 0 0-.33-3.86m-9.31 6.25V9.63L14.55 12l-4.19 2.38Z"/></svg>

React

import type { SVGProps } from "react";

export function PrimeYoutube(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.67 8.14a2 2 0 0 0-1.42-1.43A48 48 0 0 0 12 6.38a48 48 0 0 0-6.25.33a2 2 0 0 0-1.42 1.43A21.3 21.3 0 0 0 4 12a21.4 21.4 0 0 0 .33 3.88a2 2 0 0 0 1.42 1.4a48 48 0 0 0 6.25.33a48 48 0 0 0 6.25-.33a2 2 0 0 0 1.42-1.4A21.4 21.4 0 0 0 20 12a21.3 21.3 0 0 0-.33-3.86m-9.31 6.25V9.63L14.55 12l-4.19 2.38Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.67 8.14a2 2 0 0 0-1.42-1.43A48 48 0 0 0 12 6.38a48 48 0 0 0-6.25.33a2 2 0 0 0-1.42 1.43A21.3 21.3 0 0 0 4 12a21.4 21.4 0 0 0 .33 3.88a2 2 0 0 0 1.42 1.4a48 48 0 0 0 6.25.33a48 48 0 0 0 6.25-.33a2 2 0 0 0 1.42-1.4A21.4 21.4 0 0 0 20 12a21.3 21.3 0 0 0-.33-3.86m-9.31 6.25V9.63L14.55 12l-4.19 2.38Z"/></svg>
</template>

CSS

.icon-youtube {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.67%208.14a2%202%200%200%200-1.42-1.43A48%2048%200%200%200%2012%206.38a48%2048%200%200%200-6.25.33a2%202%200%200%200-1.42%201.43A21.3%2021.3%200%200%200%204%2012a21.4%2021.4%200%200%200%20.33%203.88a2%202%200%200%200%201.42%201.4a48%2048%200%200%200%206.25.33a48%2048%200%200%200%206.25-.33a2%202%200%200%200%201.42-1.4A21.4%2021.4%200%200%200%2020%2012a21.3%2021.3%200%200%200-.33-3.86m-9.31%206.25V9.63L14.55%2012l-4.19%202.38Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.67%208.14a2%202%200%200%200-1.42-1.43A48%2048%200%200%200%2012%206.38a48%2048%200%200%200-6.25.33a2%202%200%200%200-1.42%201.43A21.3%2021.3%200%200%200%204%2012a21.4%2021.4%200%200%200%20.33%203.88a2%202%200%200%200%201.42%201.4a48%2048%200%200%200%206.25.33a48%2048%200%200%200%206.25-.33a2%202%200%200%200%201.42-1.4A21.4%2021.4%200%200%200%2020%2012a21.3%2021.3%200%200%200-.33-3.86m-9.31%206.25V9.63L14.55%2012l-4.19%202.38Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/youtube.svg?color=%231a73e8&size=48