youtube-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
youtube-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
youtube-fill

1 other variant in Ant Design Icons

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 1024 1024"><path fill="currentColor" d="M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9M423 646V378l232 133z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignYoutubeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9M423 646V378l232 133z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9M423 646V378l232 133z"/></svg>
</template>

CSS

.icon-youtube-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M941.3%20296.1a112.3%20112.3%200%200%200-79.2-79.3C792.2%20198%20512%20198%20512%20198s-280.2%200-350.1%2018.7A112.12%20112.12%200%200%200%2082.7%20296C64%20366%2064%20512%2064%20512s0%20146%2018.7%20215.9c10.3%2038.6%2040.7%2069%2079.2%2079.3C231.8%20826%20512%20826%20512%20826s280.2%200%20350.1-18.8c38.6-10.3%2068.9-40.7%2079.2-79.3C960%20658%20960%20512%20960%20512s0-146-18.7-215.9M423%20646V378l232%20133z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M941.3%20296.1a112.3%20112.3%200%200%200-79.2-79.3C792.2%20198%20512%20198%20512%20198s-280.2%200-350.1%2018.7A112.12%20112.12%200%200%200%2082.7%20296C64%20366%2064%20512%2064%20512s0%20146%2018.7%20215.9c10.3%2038.6%2040.7%2069%2079.2%2079.3C231.8%20826%20512%20826%20512%20826s280.2%200%20350.1-18.8c38.6-10.3%2068.9-40.7%2079.2-79.3C960%20658%20960%20512%20960%20512s0-146-18.7-215.9M423%20646V378l232%20133z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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