youtube searched for icon

youtube-searched-for-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
youtube-searched-for-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
youtube-searched-for-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the youtube searched for icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 16q-.6 0-1.162-.1t-1.088-.3q-.4-.15-.55-.55t.05-.8q.2-.375.575-.488t.8.013q.325.125.675.175t.7.05q1.875 0 3.188-1.312T15.5 9.5t-1.312-3.187T11 5Q9.275 5 8.012 6.163T6.55 9.05l.55-.55q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.3 2.3q-.3.3-.7.3t-.7-.3L2.5 9.9q-.275-.275-.275-.7t.3-.725Q2.8 8.2 3.2 8.2t.7.275l.65.625q.15-2.575 2-4.337T11 3q2.725 0 4.613 1.888T17.5 9.5q0 1.05-.325 2.05T16.2 13.3l5.05 5.05q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14.8 14.7q-.8.65-1.775.975T11 16"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsYoutubeSearchedForRounded(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="M11 16q-.6 0-1.162-.1t-1.088-.3q-.4-.15-.55-.55t.05-.8q.2-.375.575-.488t.8.013q.325.125.675.175t.7.05q1.875 0 3.188-1.312T15.5 9.5t-1.312-3.187T11 5Q9.275 5 8.012 6.163T6.55 9.05l.55-.55q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.3 2.3q-.3.3-.7.3t-.7-.3L2.5 9.9q-.275-.275-.275-.7t.3-.725Q2.8 8.2 3.2 8.2t.7.275l.65.625q.15-2.575 2-4.337T11 3q2.725 0 4.613 1.888T17.5 9.5q0 1.05-.325 2.05T16.2 13.3l5.05 5.05q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14.8 14.7q-.8.65-1.775.975T11 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 16q-.6 0-1.162-.1t-1.088-.3q-.4-.15-.55-.55t.05-.8q.2-.375.575-.488t.8.013q.325.125.675.175t.7.05q1.875 0 3.188-1.312T15.5 9.5t-1.312-3.187T11 5Q9.275 5 8.012 6.163T6.55 9.05l.55-.55q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.3 2.3q-.3.3-.7.3t-.7-.3L2.5 9.9q-.275-.275-.275-.7t.3-.725Q2.8 8.2 3.2 8.2t.7.275l.65.625q.15-2.575 2-4.337T11 3q2.725 0 4.613 1.888T17.5 9.5q0 1.05-.325 2.05T16.2 13.3l5.05 5.05q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14.8 14.7q-.8.65-1.775.975T11 16"/></svg>
</template>

CSS

.icon-youtube-searched-for-rounded {
  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%22M11%2016q-.6%200-1.162-.1t-1.088-.3q-.4-.15-.55-.55t.05-.8q.2-.375.575-.488t.8.013q.325.125.675.175t.7.05q1.875%200%203.188-1.312T15.5%209.5t-1.312-3.187T11%205Q9.275%205%208.012%206.163T6.55%209.05l.55-.55q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.3%202.3q-.3.3-.7.3t-.7-.3L2.5%209.9q-.275-.275-.275-.7t.3-.725Q2.8%208.2%203.2%208.2t.7.275l.65.625q.15-2.575%202-4.337T11%203q2.725%200%204.613%201.888T17.5%209.5q0%201.05-.325%202.05T16.2%2013.3l5.05%205.05q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14.8%2014.7q-.8.65-1.775.975T11%2016%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%22M11%2016q-.6%200-1.162-.1t-1.088-.3q-.4-.15-.55-.55t.05-.8q.2-.375.575-.488t.8.013q.325.125.675.175t.7.05q1.875%200%203.188-1.312T15.5%209.5t-1.312-3.187T11%205Q9.275%205%208.012%206.163T6.55%209.05l.55-.55q.275-.275.7-.275t.7.275t.275.7t-.275.7l-2.3%202.3q-.3.3-.7.3t-.7-.3L2.5%209.9q-.275-.275-.275-.7t.3-.725Q2.8%208.2%203.2%208.2t.7.275l.65.625q.15-2.575%202-4.337T11%203q2.725%200%204.613%201.888T17.5%209.5q0%201.05-.325%202.05T16.2%2013.3l5.05%205.05q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14.8%2014.7q-.8.65-1.775.975T11%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/youtube-searched-for-rounded.svg?color=%231a73e8&size=48