youtube searched for icon

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

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

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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 15.23q-.696 0-1.316-.147q-.62-.148-1.184-.425q-.188-.092-.261-.29q-.074-.199.03-.387q.104-.183.306-.238t.396.032q.46.24.963.348q.505.108 1.066.108q1.99 0 3.36-1.37T15.73 9.5t-1.37-3.36T11 4.77q-1.956 0-3.315 1.335T6.281 9.396l1.165-1.204q.14-.16.344-.16t.364.16t.16.354t-.16.354l-1.82 1.82q-.242.241-.565.241t-.565-.242L3.384 8.9q-.14-.14-.14-.354t.146-.36q.16-.159.358-.159t.344.16l1.189 1.22q.035-2.363 1.692-4T11 3.769q2.398 0 4.065 1.666Q16.73 7.102 16.73 9.5q0 1.03-.364 2.011t-.975 1.674l5.358 5.357q.14.14.15.345t-.15.363t-.354.16t-.354-.16l-5.358-5.358q-.761.65-1.736.995T11 15.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightYoutubeSearchedForRounded(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 15.23q-.696 0-1.316-.147q-.62-.148-1.184-.425q-.188-.092-.261-.29q-.074-.199.03-.387q.104-.183.306-.238t.396.032q.46.24.963.348q.505.108 1.066.108q1.99 0 3.36-1.37T15.73 9.5t-1.37-3.36T11 4.77q-1.956 0-3.315 1.335T6.281 9.396l1.165-1.204q.14-.16.344-.16t.364.16t.16.354t-.16.354l-1.82 1.82q-.242.241-.565.241t-.565-.242L3.384 8.9q-.14-.14-.14-.354t.146-.36q.16-.159.358-.159t.344.16l1.189 1.22q.035-2.363 1.692-4T11 3.769q2.398 0 4.065 1.666Q16.73 7.102 16.73 9.5q0 1.03-.364 2.011t-.975 1.674l5.358 5.357q.14.14.15.345t-.15.363t-.354.16t-.354-.16l-5.358-5.358q-.761.65-1.736.995T11 15.23"/></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 15.23q-.696 0-1.316-.147q-.62-.148-1.184-.425q-.188-.092-.261-.29q-.074-.199.03-.387q.104-.183.306-.238t.396.032q.46.24.963.348q.505.108 1.066.108q1.99 0 3.36-1.37T15.73 9.5t-1.37-3.36T11 4.77q-1.956 0-3.315 1.335T6.281 9.396l1.165-1.204q.14-.16.344-.16t.364.16t.16.354t-.16.354l-1.82 1.82q-.242.241-.565.241t-.565-.242L3.384 8.9q-.14-.14-.14-.354t.146-.36q.16-.159.358-.159t.344.16l1.189 1.22q.035-2.363 1.692-4T11 3.769q2.398 0 4.065 1.666Q16.73 7.102 16.73 9.5q0 1.03-.364 2.011t-.975 1.674l5.358 5.357q.14.14.15.345t-.15.363t-.354.16t-.354-.16l-5.358-5.358q-.761.65-1.736.995T11 15.23"/></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%2015.23q-.696%200-1.316-.147q-.62-.148-1.184-.425q-.188-.092-.261-.29q-.074-.199.03-.387q.104-.183.306-.238t.396.032q.46.24.963.348q.505.108%201.066.108q1.99%200%203.36-1.37T15.73%209.5t-1.37-3.36T11%204.77q-1.956%200-3.315%201.335T6.281%209.396l1.165-1.204q.14-.16.344-.16t.364.16t.16.354t-.16.354l-1.82%201.82q-.242.241-.565.241t-.565-.242L3.384%208.9q-.14-.14-.14-.354t.146-.36q.16-.159.358-.159t.344.16l1.189%201.22q.035-2.363%201.692-4T11%203.769q2.398%200%204.065%201.666Q16.73%207.102%2016.73%209.5q0%201.03-.364%202.011t-.975%201.674l5.358%205.357q.14.14.15.345t-.15.363t-.354.16t-.354-.16l-5.358-5.358q-.761.65-1.736.995T11%2015.23%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%2015.23q-.696%200-1.316-.147q-.62-.148-1.184-.425q-.188-.092-.261-.29q-.074-.199.03-.387q.104-.183.306-.238t.396.032q.46.24.963.348q.505.108%201.066.108q1.99%200%203.36-1.37T15.73%209.5t-1.37-3.36T11%204.77q-1.956%200-3.315%201.335T6.281%209.396l1.165-1.204q.14-.16.344-.16t.364.16t.16.354t-.16.354l-1.82%201.82q-.242.241-.565.241t-.565-.242L3.384%208.9q-.14-.14-.14-.354t.146-.36q.16-.159.358-.159t.344.16l1.189%201.22q.035-2.363%201.692-4T11%203.769q2.398%200%204.065%201.666Q16.73%207.102%2016.73%209.5q0%201.03-.364%202.011t-.975%201.674l5.358%205.357q.14.14.15.345t-.15.363t-.354.16t-.354-.16l-5.358-5.358q-.761.65-1.736.995T11%2015.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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