whatshot-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
whatshot-outline-rounded
Set
Material Symbols Light
Style
Outline 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="M3.012 11.5q.182-3.57 2.777-6.034Q8.383 3 12 3q1.864 0 3.503.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93T12 21q-1.229 0-2.43-.354q-1.203-.354-2.328-1.042q-.219-.135-.24-.36t.167-.413q.11-.11.287-.131t.317.058q.983.615 2.044.928T12 20q3.344 0 5.672-2.328T20 12t-2.328-5.672T12 4Q8.79 4 6.492 6.166T4.012 11.5q-.012.214-.155.357T3.5 12t-.357-.146t-.131-.354m13.315-1.12v2.831q0 .214.143.357t.357.143t.357-.143t.143-.357v-3.73q0-.348-.23-.578t-.578-.23h-3.73q-.214 0-.357.143t-.143.357t.143.357t.357.143h2.792l-4.592 4.63l-2.435-2.04q-.242-.211-.553-.186t-.528.242l-3.306 3.287q-.134.135-.152.299q-.019.164.06.33q.135.232.389.254q.253.02.43-.156l3.117-3.137l2.435 2.021q.242.212.553.197q.31-.016.528-.233z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWhatshotOutlineRounded(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="M3.012 11.5q.182-3.57 2.777-6.034Q8.383 3 12 3q1.864 0 3.503.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93T12 21q-1.229 0-2.43-.354q-1.203-.354-2.328-1.042q-.219-.135-.24-.36t.167-.413q.11-.11.287-.131t.317.058q.983.615 2.044.928T12 20q3.344 0 5.672-2.328T20 12t-2.328-5.672T12 4Q8.79 4 6.492 6.166T4.012 11.5q-.012.214-.155.357T3.5 12t-.357-.146t-.131-.354m13.315-1.12v2.831q0 .214.143.357t.357.143t.357-.143t.143-.357v-3.73q0-.348-.23-.578t-.578-.23h-3.73q-.214 0-.357.143t-.143.357t.143.357t.357.143h2.792l-4.592 4.63l-2.435-2.04q-.242-.211-.553-.186t-.528.242l-3.306 3.287q-.134.135-.152.299q-.019.164.06.33q.135.232.389.254q.253.02.43-.156l3.117-3.137l2.435 2.021q.242.212.553.197q.31-.016.528-.233z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.012 11.5q.182-3.57 2.777-6.034Q8.383 3 12 3q1.864 0 3.503.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93T12 21q-1.229 0-2.43-.354q-1.203-.354-2.328-1.042q-.219-.135-.24-.36t.167-.413q.11-.11.287-.131t.317.058q.983.615 2.044.928T12 20q3.344 0 5.672-2.328T20 12t-2.328-5.672T12 4Q8.79 4 6.492 6.166T4.012 11.5q-.012.214-.155.357T3.5 12t-.357-.146t-.131-.354m13.315-1.12v2.831q0 .214.143.357t.357.143t.357-.143t.143-.357v-3.73q0-.348-.23-.578t-.578-.23h-3.73q-.214 0-.357.143t-.143.357t.143.357t.357.143h2.792l-4.592 4.63l-2.435-2.04q-.242-.211-.553-.186t-.528.242l-3.306 3.287q-.134.135-.152.299q-.019.164.06.33q.135.232.389.254q.253.02.43-.156l3.117-3.137l2.435 2.021q.242.212.553.197q.31-.016.528-.233z"/></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%22M3.012%2011.5q.182-3.57%202.777-6.034Q8.383%203%2012%203q1.864%200%203.503.71q1.64.711%202.858%201.93t1.929%202.857q.71%201.64.71%203.5t-.71%203.503q-.711%201.642-1.93%202.86t-2.857%201.93T12%2021q-1.229%200-2.43-.354q-1.203-.354-2.328-1.042q-.219-.135-.24-.36t.167-.413q.11-.11.287-.131t.317.058q.983.615%202.044.928T12%2020q3.344%200%205.672-2.328T20%2012t-2.328-5.672T12%204Q8.79%204%206.492%206.166T4.012%2011.5q-.012.214-.155.357T3.5%2012t-.357-.146t-.131-.354m13.315-1.12v2.831q0%20.214.143.357t.357.143t.357-.143t.143-.357v-3.73q0-.348-.23-.578t-.578-.23h-3.73q-.214%200-.357.143t-.143.357t.143.357t.357.143h2.792l-4.592%204.63l-2.435-2.04q-.242-.211-.553-.186t-.528.242l-3.306%203.287q-.134.135-.152.299q-.019.164.06.33q.135.232.389.254q.253.02.43-.156l3.117-3.137l2.435%202.021q.242.212.553.197q.31-.016.528-.233z%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%22M3.012%2011.5q.182-3.57%202.777-6.034Q8.383%203%2012%203q1.864%200%203.503.71q1.64.711%202.858%201.93t1.929%202.857q.71%201.64.71%203.5t-.71%203.503q-.711%201.642-1.93%202.86t-2.857%201.93T12%2021q-1.229%200-2.43-.354q-1.203-.354-2.328-1.042q-.219-.135-.24-.36t.167-.413q.11-.11.287-.131t.317.058q.983.615%202.044.928T12%2020q3.344%200%205.672-2.328T20%2012t-2.328-5.672T12%204Q8.79%204%206.492%206.166T4.012%2011.5q-.012.214-.155.357T3.5%2012t-.357-.146t-.131-.354m13.315-1.12v2.831q0%20.214.143.357t.357.143t.357-.143t.143-.357v-3.73q0-.348-.23-.578t-.578-.23h-3.73q-.214%200-.357.143t-.143.357t.143.357t.357.143h2.792l-4.592%204.63l-2.435-2.04q-.242-.211-.553-.186t-.528.242l-3.306%203.287q-.134.135-.152.299q-.019.164.06.33q.135.232.389.254q.253.02.43-.156l3.117-3.137l2.435%202.021q.242.212.553.197q.31-.016.528-.233z%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-outline-rounded.svg?color=%231a73e8&size=48