youtube-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
youtube-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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="M12 4.25c2.214 0 4.571.151 6.248.287a3.55 3.55 0 0 1 3.267 3.198c.12 1.234.235 2.803.235 4.265s-.116 3.03-.235 4.265a3.55 3.55 0 0 1-3.267 3.198c-1.677.136-4.034.287-6.248.287s-4.571-.151-6.248-.287a3.55 3.55 0 0 1-3.267-3.198C2.365 15.03 2.25 13.462 2.25 12s.116-3.03.235-4.265a3.55 3.55 0 0 1 3.267-3.198C7.429 4.401 9.786 4.25 12 4.25m-1.1 4.806a.6.6 0 0 0-.9.52v4.849c0 .462.5.75.9.52l4.2-2.425a.6.6 0 0 0 0-1.04z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteYoutubeFill(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="M12 4.25c2.214 0 4.571.151 6.248.287a3.55 3.55 0 0 1 3.267 3.198c.12 1.234.235 2.803.235 4.265s-.116 3.03-.235 4.265a3.55 3.55 0 0 1-3.267 3.198c-1.677.136-4.034.287-6.248.287s-4.571-.151-6.248-.287a3.55 3.55 0 0 1-3.267-3.198C2.365 15.03 2.25 13.462 2.25 12s.116-3.03.235-4.265a3.55 3.55 0 0 1 3.267-3.198C7.429 4.401 9.786 4.25 12 4.25m-1.1 4.806a.6.6 0 0 0-.9.52v4.849c0 .462.5.75.9.52l4.2-2.425a.6.6 0 0 0 0-1.04z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.25c2.214 0 4.571.151 6.248.287a3.55 3.55 0 0 1 3.267 3.198c.12 1.234.235 2.803.235 4.265s-.116 3.03-.235 4.265a3.55 3.55 0 0 1-3.267 3.198c-1.677.136-4.034.287-6.248.287s-4.571-.151-6.248-.287a3.55 3.55 0 0 1-3.267-3.198C2.365 15.03 2.25 13.462 2.25 12s.116-3.03.235-4.265a3.55 3.55 0 0 1 3.267-3.198C7.429 4.401 9.786 4.25 12 4.25m-1.1 4.806a.6.6 0 0 0-.9.52v4.849c0 .462.5.75.9.52l4.2-2.425a.6.6 0 0 0 0-1.04z"/></svg>
</template>

CSS

.icon-youtube-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.25c2.214%200%204.571.151%206.248.287a3.55%203.55%200%200%201%203.267%203.198c.12%201.234.235%202.803.235%204.265s-.116%203.03-.235%204.265a3.55%203.55%200%200%201-3.267%203.198c-1.677.136-4.034.287-6.248.287s-4.571-.151-6.248-.287a3.55%203.55%200%200%201-3.267-3.198C2.365%2015.03%202.25%2013.462%202.25%2012s.116-3.03.235-4.265a3.55%203.55%200%200%201%203.267-3.198C7.429%204.401%209.786%204.25%2012%204.25m-1.1%204.806a.6.6%200%200%200-.9.52v4.849c0%20.462.5.75.9.52l4.2-2.425a.6.6%200%200%200%200-1.04z%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%22M12%204.25c2.214%200%204.571.151%206.248.287a3.55%203.55%200%200%201%203.267%203.198c.12%201.234.235%202.803.235%204.265s-.116%203.03-.235%204.265a3.55%203.55%200%200%201-3.267%203.198c-1.677.136-4.034.287-6.248.287s-4.571-.151-6.248-.287a3.55%203.55%200%200%201-3.267-3.198C2.365%2015.03%202.25%2013.462%202.25%2012s.116-3.03.235-4.265a3.55%203.55%200%200%201%203.267-3.198C7.429%204.401%209.786%204.25%2012%204.25m-1.1%204.806a.6.6%200%200%200-.9.52v4.849c0%20.462.5.75.9.52l4.2-2.425a.6.6%200%200%200%200-1.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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