whatshot icon
whatshot-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- whatshot-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the whatshot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.05 11q.375-3.8 3.2-6.4T12 2q2.075 0 3.888.788t3.174 2.15t2.15 3.175t.788 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15T12 22q-1.325 0-2.575-.325T7.05 20.7q-.45-.25-.5-.725t.35-.875q.225-.225.575-.275t.625.125q.925.5 1.9.775T12 20q3.325 0 5.663-2.338T20 12t-2.337-5.663T12 4Q8.925 4 6.675 6.013T4.05 11q-.05.425-.337.713T3 12t-.712-.3t-.238-.7m13.95.4V13q0 .425.288.713T17 14t.713-.288T18 13V9q0-.425-.288-.712T17 8h-4q-.425 0-.712.288T12 9t.288.713T13 10h1.6l-3.65 3.65l-2.3-1.925q-.3-.25-.687-.225t-.663.3l-3.825 3.825q-.25.25-.288.588t.138.637q.25.425.725.475t.825-.3L8.05 13.85l2.3 1.925q.3.25.688.225t.662-.3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWhatshotOutlineRounded(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="M2.05 11q.375-3.8 3.2-6.4T12 2q2.075 0 3.888.788t3.174 2.15t2.15 3.175t.788 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15T12 22q-1.325 0-2.575-.325T7.05 20.7q-.45-.25-.5-.725t.35-.875q.225-.225.575-.275t.625.125q.925.5 1.9.775T12 20q3.325 0 5.663-2.338T20 12t-2.337-5.663T12 4Q8.925 4 6.675 6.013T4.05 11q-.05.425-.337.713T3 12t-.712-.3t-.238-.7m13.95.4V13q0 .425.288.713T17 14t.713-.288T18 13V9q0-.425-.288-.712T17 8h-4q-.425 0-.712.288T12 9t.288.713T13 10h1.6l-3.65 3.65l-2.3-1.925q-.3-.25-.687-.225t-.663.3l-3.825 3.825q-.25.25-.288.588t.138.637q.25.425.725.475t.825-.3L8.05 13.85l2.3 1.925q.3.25.688.225t.662-.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.05 11q.375-3.8 3.2-6.4T12 2q2.075 0 3.888.788t3.174 2.15t2.15 3.175t.788 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15T12 22q-1.325 0-2.575-.325T7.05 20.7q-.45-.25-.5-.725t.35-.875q.225-.225.575-.275t.625.125q.925.5 1.9.775T12 20q3.325 0 5.663-2.338T20 12t-2.337-5.663T12 4Q8.925 4 6.675 6.013T4.05 11q-.05.425-.337.713T3 12t-.712-.3t-.238-.7m13.95.4V13q0 .425.288.713T17 14t.713-.288T18 13V9q0-.425-.288-.712T17 8h-4q-.425 0-.712.288T12 9t.288.713T13 10h1.6l-3.65 3.65l-2.3-1.925q-.3-.25-.687-.225t-.663.3l-3.825 3.825q-.25.25-.288.588t.138.637q.25.425.725.475t.825-.3L8.05 13.85l2.3 1.925q.3.25.688.225t.662-.3z"/></svg> </template>
CSS
.icon-whatshot-outline-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%22M2.05%2011q.375-3.8%203.2-6.4T12%202q2.075%200%203.888.788t3.174%202.15t2.15%203.175t.788%203.875t-.787%203.887t-2.15%203.188t-3.175%202.15T12%2022q-1.325%200-2.575-.325T7.05%2020.7q-.45-.25-.5-.725t.35-.875q.225-.225.575-.275t.625.125q.925.5%201.9.775T12%2020q3.325%200%205.663-2.338T20%2012t-2.337-5.663T12%204Q8.925%204%206.675%206.013T4.05%2011q-.05.425-.337.713T3%2012t-.712-.3t-.238-.7m13.95.4V13q0%20.425.288.713T17%2014t.713-.288T18%2013V9q0-.425-.288-.712T17%208h-4q-.425%200-.712.288T12%209t.288.713T13%2010h1.6l-3.65%203.65l-2.3-1.925q-.3-.25-.687-.225t-.663.3l-3.825%203.825q-.25.25-.288.588t.138.637q.25.425.725.475t.825-.3L8.05%2013.85l2.3%201.925q.3.25.688.225t.662-.3z%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%22M2.05%2011q.375-3.8%203.2-6.4T12%202q2.075%200%203.888.788t3.174%202.15t2.15%203.175t.788%203.875t-.787%203.887t-2.15%203.188t-3.175%202.15T12%2022q-1.325%200-2.575-.325T7.05%2020.7q-.45-.25-.5-.725t.35-.875q.225-.225.575-.275t.625.125q.925.5%201.9.775T12%2020q3.325%200%205.663-2.338T20%2012t-2.337-5.663T12%204Q8.925%204%206.675%206.013T4.05%2011q-.05.425-.337.713T3%2012t-.712-.3t-.238-.7m13.95.4V13q0%20.425.288.713T17%2014t.713-.288T18%2013V9q0-.425-.288-.712T17%208h-4q-.425%200-.712.288T12%209t.288.713T13%2010h1.6l-3.65%203.65l-2.3-1.925q-.3-.25-.687-.225t-.663.3l-3.825%203.825q-.25.25-.288.588t.138.637q.25.425.725.475t.825-.3L8.05%2013.85l2.3%201.925q.3.25.688.225t.662-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/whatshot-outline-rounded.svg?color=%231a73e8&size=48