youtube searched for icon
youtube-searched-for from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- youtube-searched-for
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- youtube-searched-for-outline, youtube-searched-for-outline-sharp, youtube-searched-for-sharp
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="M20.55 20.45L14.8 14.7q-.8.65-1.775.975T11 16t-2-.312t-1.75-.888l1.45-1.45q.5.3 1.075.475T11 14q1.875 0 3.187-1.312T15.5 9.5t-1.312-3.187T11 5Q9.275 5 8.012 6.163T6.55 9.05L7.8 7.8l1.4 1.4l-3.7 3.7l-3.7-3.7l1.4-1.4l1.35 1.3q.15-2.575 2-4.337T11 3q2.725 0 4.613 1.888T17.5 9.5q0 1.05-.325 2.05T16.2 13.3l5.75 5.75z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsYoutubeSearchedFor(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="M20.55 20.45L14.8 14.7q-.8.65-1.775.975T11 16t-2-.312t-1.75-.888l1.45-1.45q.5.3 1.075.475T11 14q1.875 0 3.187-1.312T15.5 9.5t-1.312-3.187T11 5Q9.275 5 8.012 6.163T6.55 9.05L7.8 7.8l1.4 1.4l-3.7 3.7l-3.7-3.7l1.4-1.4l1.35 1.3q.15-2.575 2-4.337T11 3q2.725 0 4.613 1.888T17.5 9.5q0 1.05-.325 2.05T16.2 13.3l5.75 5.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.55 20.45L14.8 14.7q-.8.65-1.775.975T11 16t-2-.312t-1.75-.888l1.45-1.45q.5.3 1.075.475T11 14q1.875 0 3.187-1.312T15.5 9.5t-1.312-3.187T11 5Q9.275 5 8.012 6.163T6.55 9.05L7.8 7.8l1.4 1.4l-3.7 3.7l-3.7-3.7l1.4-1.4l1.35 1.3q.15-2.575 2-4.337T11 3q2.725 0 4.613 1.888T17.5 9.5q0 1.05-.325 2.05T16.2 13.3l5.75 5.75z"/></svg> </template>
CSS
.icon-youtube-searched-for {
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%22M20.55%2020.45L14.8%2014.7q-.8.65-1.775.975T11%2016t-2-.312t-1.75-.888l1.45-1.45q.5.3%201.075.475T11%2014q1.875%200%203.187-1.312T15.5%209.5t-1.312-3.187T11%205Q9.275%205%208.012%206.163T6.55%209.05L7.8%207.8l1.4%201.4l-3.7%203.7l-3.7-3.7l1.4-1.4l1.35%201.3q.15-2.575%202-4.337T11%203q2.725%200%204.613%201.888T17.5%209.5q0%201.05-.325%202.05T16.2%2013.3l5.75%205.75z%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%22M20.55%2020.45L14.8%2014.7q-.8.65-1.775.975T11%2016t-2-.312t-1.75-.888l1.45-1.45q.5.3%201.075.475T11%2014q1.875%200%203.187-1.312T15.5%209.5t-1.312-3.187T11%205Q9.275%205%208.012%206.163T6.55%209.05L7.8%207.8l1.4%201.4l-3.7%203.7l-3.7-3.7l1.4-1.4l1.35%201.3q.15-2.575%202-4.337T11%203q2.725%200%204.613%201.888T17.5%209.5q0%201.05-.325%202.05T16.2%2013.3l5.75%205.75z%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.svg?color=%231a73e8&size=48