whatshot icon
whatshot-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- whatshot-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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 21q-2.404 0-4.395-1.148q-1.992-1.148-3.194-3.036l3.6-3.62l2.435 2.021q.242.212.552.193q.31-.02.529-.23l4.8-4.8v2.832q0 .212.144.356t.356.144t.357-.144t.143-.356V9.48q0-.343-.232-.576t-.576-.232h-3.73q-.213 0-.357.144t-.143.357t.143.356t.357.143h2.792l-4.592 4.63l-2.435-2.04q-.241-.211-.552-.186t-.536.248l-3.585 3.567Q3.456 15 3.228 14.02T3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T12 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWhatshotRounded(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 21q-2.404 0-4.395-1.148q-1.992-1.148-3.194-3.036l3.6-3.62l2.435 2.021q.242.212.552.193q.31-.02.529-.23l4.8-4.8v2.832q0 .212.144.356t.356.144t.357-.144t.143-.356V9.48q0-.343-.232-.576t-.576-.232h-3.73q-.213 0-.357.144t-.143.357t.143.356t.357.143h2.792l-4.592 4.63l-2.435-2.04q-.241-.211-.552-.186t-.536.248l-3.585 3.567Q3.456 15 3.228 14.02T3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T12 21"/></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 21q-2.404 0-4.395-1.148q-1.992-1.148-3.194-3.036l3.6-3.62l2.435 2.021q.242.212.552.193q.31-.02.529-.23l4.8-4.8v2.832q0 .212.144.356t.356.144t.357-.144t.143-.356V9.48q0-.343-.232-.576t-.576-.232h-3.73q-.213 0-.357.144t-.143.357t.143.356t.357.143h2.792l-4.592 4.63l-2.435-2.04q-.241-.211-.552-.186t-.536.248l-3.585 3.567Q3.456 15 3.228 14.02T3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T12 21"/></svg> </template>
CSS
.icon-whatshot-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%22M12%2021q-2.404%200-4.395-1.148q-1.992-1.148-3.194-3.036l3.6-3.62l2.435%202.021q.242.212.552.193q.31-.02.529-.23l4.8-4.8v2.832q0%20.212.144.356t.356.144t.357-.144t.143-.356V9.48q0-.343-.232-.576t-.576-.232h-3.73q-.213%200-.357.144t-.143.357t.143.356t.357.143h2.792l-4.592%204.63l-2.435-2.04q-.241-.211-.552-.186t-.536.248l-3.585%203.567Q3.456%2015%203.228%2014.02T3%2012q0-1.868.709-3.51T5.63%205.633t2.857-1.924T11.997%203t3.51.709q1.643.708%202.859%201.922t1.925%202.857t.709%203.509t-.709%203.51q-.708%201.643-1.923%202.859t-2.858%201.925T12%2021%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%2021q-2.404%200-4.395-1.148q-1.992-1.148-3.194-3.036l3.6-3.62l2.435%202.021q.242.212.552.193q.31-.02.529-.23l4.8-4.8v2.832q0%20.212.144.356t.356.144t.357-.144t.143-.356V9.48q0-.343-.232-.576t-.576-.232h-3.73q-.213%200-.357.144t-.143.357t.143.356t.357.143h2.792l-4.592%204.63l-2.435-2.04q-.241-.211-.552-.186t-.536.248l-3.585%203.567Q3.456%2015%203.228%2014.02T3%2012q0-1.868.709-3.51T5.63%205.633t2.857-1.924T11.997%203t3.51.709q1.643.708%202.859%201.922t1.925%202.857t.709%203.509t-.709%203.51q-.708%201.643-1.923%202.859t-2.858%201.925T12%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/whatshot-rounded.svg?color=%231a73e8&size=48