youtube logo icon

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

Name
youtube-logo-fill
Set
Phosphor
Style
Fill
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="M234.33 69.52a24 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-73.74 65l-40 28A8 8 0 0 1 108 156v-56a8 8 0 0 1 12.59-6.55l40 28a8 8 0 0 1 0 13.1Z"/></svg>

React

import type { SVGProps } from "react";

export function PhYoutubeLogoFill(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="M234.33 69.52a24 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-73.74 65l-40 28A8 8 0 0 1 108 156v-56a8 8 0 0 1 12.59-6.55l40 28a8 8 0 0 1 0 13.1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.33 69.52a24 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-73.74 65l-40 28A8 8 0 0 1 108 156v-56a8 8 0 0 1 12.59-6.55l40 28a8 8 0 0 1 0 13.1Z"/></svg>
</template>

CSS

.icon-youtube-logo-fill {
  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%22M234.33%2069.52a24%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-73.74%2065l-40%2028A8%208%200%200%201%20108%20156v-56a8%208%200%200%201%2012.59-6.55l40%2028a8%208%200%200%201%200%2013.1Z%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%22M234.33%2069.52a24%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-73.74%2065l-40%2028A8%208%200%200%201%20108%20156v-56a8%208%200%200%201%2012.59-6.55l40%2028a8%208%200%200%201%200%2013.1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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