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

Name
whatshot-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
whatshot-outline-sharp

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-1.362 0-2.707-.445t-2.562-1.286l.719-.719q1.05.725 2.2 1.088T12 20q3.344 0 5.672-2.328T20 12t-2.328-5.672T12 4T6.328 6.328T4 12H3q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.503.71t2.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 21m-7.583-4.19l3.595-3.614l3 2.5l5.315-5.315v3.33h1V8.673h-5.039v1h3.293l-4.592 4.63l-3-2.5l-4.102 4.084q.14.267.247.456t.283.467M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWhatshotOutline(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-1.362 0-2.707-.445t-2.562-1.286l.719-.719q1.05.725 2.2 1.088T12 20q3.344 0 5.672-2.328T20 12t-2.328-5.672T12 4T6.328 6.328T4 12H3q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.503.71t2.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 21m-7.583-4.19l3.595-3.614l3 2.5l5.315-5.315v3.33h1V8.673h-5.039v1h3.293l-4.592 4.63l-3-2.5l-4.102 4.084q.14.267.247.456t.283.467M12 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 21q-1.362 0-2.707-.445t-2.562-1.286l.719-.719q1.05.725 2.2 1.088T12 20q3.344 0 5.672-2.328T20 12t-2.328-5.672T12 4T6.328 6.328T4 12H3q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.503.71t2.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 21m-7.583-4.19l3.595-3.614l3 2.5l5.315-5.315v3.33h1V8.673h-5.039v1h3.293l-4.592 4.63l-3-2.5l-4.102 4.084q.14.267.247.456t.283.467M12 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%2021q-1.362%200-2.707-.445t-2.562-1.286l.719-.719q1.05.725%202.2%201.088T12%2020q3.344%200%205.672-2.328T20%2012t-2.328-5.672T12%204T6.328%206.328T4%2012H3q0-1.864.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203t3.503.71t2.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%2021m-7.583-4.19l3.595-3.614l3%202.5l5.315-5.315v3.33h1V8.673h-5.039v1h3.293l-4.592%204.63l-3-2.5l-4.102%204.084q.14.267.247.456t.283.467M12%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%2021q-1.362%200-2.707-.445t-2.562-1.286l.719-.719q1.05.725%202.2%201.088T12%2020q3.344%200%205.672-2.328T20%2012t-2.328-5.672T12%204T6.328%206.328T4%2012H3q0-1.864.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203t3.503.71t2.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%2021m-7.583-4.19l3.595-3.614l3%202.5l5.315-5.315v3.33h1V8.673h-5.039v1h3.293l-4.592%204.63l-3-2.5l-4.102%204.084q.14.267.247.456t.283.467M12%2012%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.svg?color=%231a73e8&size=48