youtube from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
youtube
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

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="M22 11.939a26.5 26.5 0 0 0-.41-4.801a2.5 2.5 0 0 0-1.803-1.714a61 61 0 0 0-7.81-.41c-2.609-.03-5.217.11-7.808.42a2.52 2.52 0 0 0-1.76 1.76a26.4 26.4 0 0 0-.408 4.8c-.01 1.61.127 3.216.409 4.8a2.56 2.56 0 0 0 1.78 1.782c2.592.303 5.2.44 7.81.409a59 59 0 0 0 7.787-.41a2.52 2.52 0 0 0 1.759-1.758c.307-1.608.46-3.242.454-4.878m-7.411.582l-4.005 2.271a.53.53 0 0 1-.785-.464V9.616a.52.52 0 0 1 .785-.454l4.137 2.378a.52.52 0 0 1-.022.908z"/></svg>

React

import type { SVGProps } from "react";

export function MageYoutube(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="M22 11.939a26.5 26.5 0 0 0-.41-4.801a2.5 2.5 0 0 0-1.803-1.714a61 61 0 0 0-7.81-.41c-2.609-.03-5.217.11-7.808.42a2.52 2.52 0 0 0-1.76 1.76a26.4 26.4 0 0 0-.408 4.8c-.01 1.61.127 3.216.409 4.8a2.56 2.56 0 0 0 1.78 1.782c2.592.303 5.2.44 7.81.409a59 59 0 0 0 7.787-.41a2.52 2.52 0 0 0 1.759-1.758c.307-1.608.46-3.242.454-4.878m-7.411.582l-4.005 2.271a.53.53 0 0 1-.785-.464V9.616a.52.52 0 0 1 .785-.454l4.137 2.378a.52.52 0 0 1-.022.908z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 11.939a26.5 26.5 0 0 0-.41-4.801a2.5 2.5 0 0 0-1.803-1.714a61 61 0 0 0-7.81-.41c-2.609-.03-5.217.11-7.808.42a2.52 2.52 0 0 0-1.76 1.76a26.4 26.4 0 0 0-.408 4.8c-.01 1.61.127 3.216.409 4.8a2.56 2.56 0 0 0 1.78 1.782c2.592.303 5.2.44 7.81.409a59 59 0 0 0 7.787-.41a2.52 2.52 0 0 0 1.759-1.758c.307-1.608.46-3.242.454-4.878m-7.411.582l-4.005 2.271a.53.53 0 0 1-.785-.464V9.616a.52.52 0 0 1 .785-.454l4.137 2.378a.52.52 0 0 1-.022.908z"/></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%22M22%2011.939a26.5%2026.5%200%200%200-.41-4.801a2.5%202.5%200%200%200-1.803-1.714a61%2061%200%200%200-7.81-.41c-2.609-.03-5.217.11-7.808.42a2.52%202.52%200%200%200-1.76%201.76a26.4%2026.4%200%200%200-.408%204.8c-.01%201.61.127%203.216.409%204.8a2.56%202.56%200%200%200%201.78%201.782c2.592.303%205.2.44%207.81.409a59%2059%200%200%200%207.787-.41a2.52%202.52%200%200%200%201.759-1.758c.307-1.608.46-3.242.454-4.878m-7.411.582l-4.005%202.271a.53.53%200%200%201-.785-.464V9.616a.52.52%200%200%201%20.785-.454l4.137%202.378a.52.52%200%200%201-.022.908z%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%22M22%2011.939a26.5%2026.5%200%200%200-.41-4.801a2.5%202.5%200%200%200-1.803-1.714a61%2061%200%200%200-7.81-.41c-2.609-.03-5.217.11-7.808.42a2.52%202.52%200%200%200-1.76%201.76a26.4%2026.4%200%200%200-.408%204.8c-.01%201.61.127%203.216.409%204.8a2.56%202.56%200%200%200%201.78%201.782c2.592.303%205.2.44%207.81.409a59%2059%200%200%200%207.787-.41a2.52%202.52%200%200%200%201.759-1.758c.307-1.608.46-3.242.454-4.878m-7.411.582l-4.005%202.271a.53.53%200%200%201-.785-.464V9.616a.52.52%200%200%201%20.785-.454l4.137%202.378a.52.52%200%200%201-.022.908z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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