whatshot icon
whatshot-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- whatshot-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- whatshot-outline-sharp
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="M12 22q-1.65 0-3.187-.513T6 20l1.45-1.45q1.05.725 2.2 1.088T12 20q3.325 0 5.663-2.337T20 12t-2.337-5.663T12 4T6.337 6.338T4 12H2q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.888.788t3.174 2.15t2.15 3.175t.788 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15T12 22m-8.025-4.075L8.05 13.85l3 2.5L16 11.4V14h2V8h-6v2h2.6l-3.65 3.65l-3-2.5l-5.025 5.025q.275.575.488.938t.562.812M12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWhatshotOutline(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="M12 22q-1.65 0-3.187-.513T6 20l1.45-1.45q1.05.725 2.2 1.088T12 20q3.325 0 5.663-2.337T20 12t-2.337-5.663T12 4T6.337 6.338T4 12H2q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.888.788t3.174 2.15t2.15 3.175t.788 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15T12 22m-8.025-4.075L8.05 13.85l3 2.5L16 11.4V14h2V8h-6v2h2.6l-3.65 3.65l-3-2.5l-5.025 5.025q.275.575.488.938t.562.812M12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-1.65 0-3.187-.513T6 20l1.45-1.45q1.05.725 2.2 1.088T12 20q3.325 0 5.663-2.337T20 12t-2.337-5.663T12 4T6.337 6.338T4 12H2q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.888.788t3.174 2.15t2.15 3.175t.788 3.875t-.787 3.887t-2.15 3.188t-3.175 2.15T12 22m-8.025-4.075L8.05 13.85l3 2.5L16 11.4V14h2V8h-6v2h2.6l-3.65 3.65l-3-2.5l-5.025 5.025q.275.575.488.938t.562.812M12 12"/></svg> </template>
CSS
.icon-whatshot-outline {
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%22M12%2022q-1.65%200-3.187-.513T6%2020l1.45-1.45q1.05.725%202.2%201.088T12%2020q3.325%200%205.663-2.337T20%2012t-2.337-5.663T12%204T6.337%206.338T4%2012H2q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202t3.888.788t3.174%202.15t2.15%203.175t.788%203.875t-.787%203.887t-2.15%203.188t-3.175%202.15T12%2022m-8.025-4.075L8.05%2013.85l3%202.5L16%2011.4V14h2V8h-6v2h2.6l-3.65%203.65l-3-2.5l-5.025%205.025q.275.575.488.938t.562.812M12%2012%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%22M12%2022q-1.65%200-3.187-.513T6%2020l1.45-1.45q1.05.725%202.2%201.088T12%2020q3.325%200%205.663-2.337T20%2012t-2.337-5.663T12%204T6.337%206.338T4%2012H2q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202t3.888.788t3.174%202.15t2.15%203.175t.788%203.875t-.787%203.887t-2.15%203.188t-3.175%202.15T12%2022m-8.025-4.075L8.05%2013.85l3%202.5L16%2011.4V14h2V8h-6v2h2.6l-3.65%203.65l-3-2.5l-5.025%205.025q.275.575.488.938t.562.812M12%2012%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.svg?color=%231a73e8&size=48