youtube logo icon

youtube-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
youtube-logo
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the youtube logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m164.44 121.34l-48-32A8 8 0 0 0 104 96v64a8 8 0 0 0 12.44 6.66l48-32a8 8 0 0 0 0-13.32M120 145.05V111l25.58 17Zm114.33-75.53a24 24 0 0 0-14.49-16.4C185.56 39.88 131 40 128 40s-57.56-.12-91.84 13.12a24 24 0 0 0-14.49 16.4C19.08 79.5 16 97.74 16 128s3.08 48.5 5.67 58.48a24 24 0 0 0 14.49 16.41C69 215.56 120.4 216 127.34 216h1.32c6.94 0 58.37-.44 91.18-13.11a24 24 0 0 0 14.49-16.41c2.59-10 5.67-28.22 5.67-58.48s-3.08-48.5-5.67-58.48m-15.49 113a8 8 0 0 1-4.77 5.49c-31.65 12.22-85.48 12-86 12H128c-.54 0-54.33.2-86-12a8 8 0 0 1-4.77-5.49C34.8 173.39 32 156.57 32 128s2.8-45.39 5.16-54.47A8 8 0 0 1 41.93 68c30.52-11.79 81.66-12 85.85-12h.27c.54 0 54.38-.18 86 12a8 8 0 0 1 4.77 5.49C221.2 82.61 224 99.43 224 128s-2.8 45.39-5.16 54.47Z"/></svg>

React

import type { SVGProps } from "react";

export function PhYoutubeLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m164.44 121.34l-48-32A8 8 0 0 0 104 96v64a8 8 0 0 0 12.44 6.66l48-32a8 8 0 0 0 0-13.32M120 145.05V111l25.58 17Zm114.33-75.53a24 24 0 0 0-14.49-16.4C185.56 39.88 131 40 128 40s-57.56-.12-91.84 13.12a24 24 0 0 0-14.49 16.4C19.08 79.5 16 97.74 16 128s3.08 48.5 5.67 58.48a24 24 0 0 0 14.49 16.41C69 215.56 120.4 216 127.34 216h1.32c6.94 0 58.37-.44 91.18-13.11a24 24 0 0 0 14.49-16.41c2.59-10 5.67-28.22 5.67-58.48s-3.08-48.5-5.67-58.48m-15.49 113a8 8 0 0 1-4.77 5.49c-31.65 12.22-85.48 12-86 12H128c-.54 0-54.33.2-86-12a8 8 0 0 1-4.77-5.49C34.8 173.39 32 156.57 32 128s2.8-45.39 5.16-54.47A8 8 0 0 1 41.93 68c30.52-11.79 81.66-12 85.85-12h.27c.54 0 54.38-.18 86 12a8 8 0 0 1 4.77 5.49C221.2 82.61 224 99.43 224 128s-2.8 45.39-5.16 54.47Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m164.44 121.34l-48-32A8 8 0 0 0 104 96v64a8 8 0 0 0 12.44 6.66l48-32a8 8 0 0 0 0-13.32M120 145.05V111l25.58 17Zm114.33-75.53a24 24 0 0 0-14.49-16.4C185.56 39.88 131 40 128 40s-57.56-.12-91.84 13.12a24 24 0 0 0-14.49 16.4C19.08 79.5 16 97.74 16 128s3.08 48.5 5.67 58.48a24 24 0 0 0 14.49 16.41C69 215.56 120.4 216 127.34 216h1.32c6.94 0 58.37-.44 91.18-13.11a24 24 0 0 0 14.49-16.41c2.59-10 5.67-28.22 5.67-58.48s-3.08-48.5-5.67-58.48m-15.49 113a8 8 0 0 1-4.77 5.49c-31.65 12.22-85.48 12-86 12H128c-.54 0-54.33.2-86-12a8 8 0 0 1-4.77-5.49C34.8 173.39 32 156.57 32 128s2.8-45.39 5.16-54.47A8 8 0 0 1 41.93 68c30.52-11.79 81.66-12 85.85-12h.27c.54 0 54.38-.18 86 12a8 8 0 0 1 4.77 5.49C221.2 82.61 224 99.43 224 128s-2.8 45.39-5.16 54.47Z"/></svg>
</template>

CSS

.icon-youtube-logo {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m164.44%20121.34l-48-32A8%208%200%200%200%20104%2096v64a8%208%200%200%200%2012.44%206.66l48-32a8%208%200%200%200%200-13.32M120%20145.05V111l25.58%2017Zm114.33-75.53a24%2024%200%200%200-14.49-16.4C185.56%2039.88%20131%2040%20128%2040s-57.56-.12-91.84%2013.12a24%2024%200%200%200-14.49%2016.4C19.08%2079.5%2016%2097.74%2016%20128s3.08%2048.5%205.67%2058.48a24%2024%200%200%200%2014.49%2016.41C69%20215.56%20120.4%20216%20127.34%20216h1.32c6.94%200%2058.37-.44%2091.18-13.11a24%2024%200%200%200%2014.49-16.41c2.59-10%205.67-28.22%205.67-58.48s-3.08-48.5-5.67-58.48m-15.49%20113a8%208%200%200%201-4.77%205.49c-31.65%2012.22-85.48%2012-86%2012H128c-.54%200-54.33.2-86-12a8%208%200%200%201-4.77-5.49C34.8%20173.39%2032%20156.57%2032%20128s2.8-45.39%205.16-54.47A8%208%200%200%201%2041.93%2068c30.52-11.79%2081.66-12%2085.85-12h.27c.54%200%2054.38-.18%2086%2012a8%208%200%200%201%204.77%205.49C221.2%2082.61%20224%2099.43%20224%20128s-2.8%2045.39-5.16%2054.47Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m164.44%20121.34l-48-32A8%208%200%200%200%20104%2096v64a8%208%200%200%200%2012.44%206.66l48-32a8%208%200%200%200%200-13.32M120%20145.05V111l25.58%2017Zm114.33-75.53a24%2024%200%200%200-14.49-16.4C185.56%2039.88%20131%2040%20128%2040s-57.56-.12-91.84%2013.12a24%2024%200%200%200-14.49%2016.4C19.08%2079.5%2016%2097.74%2016%20128s3.08%2048.5%205.67%2058.48a24%2024%200%200%200%2014.49%2016.41C69%20215.56%20120.4%20216%20127.34%20216h1.32c6.94%200%2058.37-.44%2091.18-13.11a24%2024%200%200%200%2014.49-16.41c2.59-10%205.67-28.22%205.67-58.48s-3.08-48.5-5.67-58.48m-15.49%20113a8%208%200%200%201-4.77%205.49c-31.65%2012.22-85.48%2012-86%2012H128c-.54%200-54.33.2-86-12a8%208%200%200%201-4.77-5.49C34.8%20173.39%2032%20156.57%2032%20128s2.8-45.39%205.16-54.47A8%208%200%200%201%2041.93%2068c30.52-11.79%2081.66-12%2085.85-12h.27c.54%200%2054.38-.18%2086%2012a8%208%200%200%201%204.77%205.49C221.2%2082.61%20224%2099.43%20224%20128s-2.8%2045.39-5.16%2054.47Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Youtube Logo icon — Phosphor · IconsDB