zzz emoji
zzz from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.
- Name
- zzz
- Set
- Noto Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More smileys & emotion icons from Noto Emoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the zzz emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#176bc6"><path d="M59.01 92.53c-1.16-3.05-4.71-4.54-7.91-3.32l-16.78 6.38L44.5 59.35c.36-1.27.3-2.58-.16-3.8c-1.23-3.23-4.99-4.81-8.39-3.51L8.1 62.62c-1.54.58-2.77 1.7-3.48 3.13c-.73 1.48-.82 3.13-.25 4.64c1.16 3.06 4.73 4.56 7.95 3.34l16.23-6.17l-10.27 36.04c-.37 1.3-.32 2.64.15 3.88c.95 2.5 3.4 4.02 6.04 4.02c.82 0 1.66-.15 2.48-.46l28.36-10.78c3.2-1.22 4.86-4.69 3.7-7.73"/><path d="M92.6 61.82c-.56-3.29-3.83-5.48-7.28-4.9L67.21 60L84.6 25.63c.61-1.21.81-2.54.59-3.85c-.59-3.49-4.06-5.81-7.73-5.19L47.4 21.72c-1.66.28-3.12 1.15-4.12 2.46c-1.03 1.35-1.44 2.98-1.17 4.61c.56 3.31 3.85 5.51 7.32 4.92l17.52-2.98L49.5 64.88a6.25 6.25 0 0 0-.61 3.93c.46 2.7 2.62 4.71 5.27 5.23c.82.16 1.69.18 2.58.03l30.61-5.21c3.45-.59 5.81-3.75 5.25-7.04m31.34 12.64c-.18-2.13-2.15-3.71-4.39-3.52l-11.74.99l12.97-21.01c.46-.74.66-1.58.59-2.42c-.19-2.26-2.28-3.93-4.65-3.73L97.25 46.4a4.2 4.2 0 0 0-2.76 1.35c-.73.8-1.08 1.83-.99 2.88c.18 2.14 2.16 3.73 4.41 3.54l11.35-.96l-13 20.86c-.47.75-.68 1.61-.6 2.47c.15 1.75 1.42 3.15 3.08 3.63c.52.15 1.07.21 1.64.16l19.83-1.67c2.24-.18 3.91-2.07 3.73-4.2"/></g></svg>
React
import type { SVGProps } from "react";
export function NotoZzz(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#176bc6"><path d="M59.01 92.53c-1.16-3.05-4.71-4.54-7.91-3.32l-16.78 6.38L44.5 59.35c.36-1.27.3-2.58-.16-3.8c-1.23-3.23-4.99-4.81-8.39-3.51L8.1 62.62c-1.54.58-2.77 1.7-3.48 3.13c-.73 1.48-.82 3.13-.25 4.64c1.16 3.06 4.73 4.56 7.95 3.34l16.23-6.17l-10.27 36.04c-.37 1.3-.32 2.64.15 3.88c.95 2.5 3.4 4.02 6.04 4.02c.82 0 1.66-.15 2.48-.46l28.36-10.78c3.2-1.22 4.86-4.69 3.7-7.73"/><path d="M92.6 61.82c-.56-3.29-3.83-5.48-7.28-4.9L67.21 60L84.6 25.63c.61-1.21.81-2.54.59-3.85c-.59-3.49-4.06-5.81-7.73-5.19L47.4 21.72c-1.66.28-3.12 1.15-4.12 2.46c-1.03 1.35-1.44 2.98-1.17 4.61c.56 3.31 3.85 5.51 7.32 4.92l17.52-2.98L49.5 64.88a6.25 6.25 0 0 0-.61 3.93c.46 2.7 2.62 4.71 5.27 5.23c.82.16 1.69.18 2.58.03l30.61-5.21c3.45-.59 5.81-3.75 5.25-7.04m31.34 12.64c-.18-2.13-2.15-3.71-4.39-3.52l-11.74.99l12.97-21.01c.46-.74.66-1.58.59-2.42c-.19-2.26-2.28-3.93-4.65-3.73L97.25 46.4a4.2 4.2 0 0 0-2.76 1.35c-.73.8-1.08 1.83-.99 2.88c.18 2.14 2.16 3.73 4.41 3.54l11.35-.96l-13 20.86c-.47.75-.68 1.61-.6 2.47c.15 1.75 1.42 3.15 3.08 3.63c.52.15 1.07.21 1.64.16l19.83-1.67c2.24-.18 3.91-2.07 3.73-4.2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="#176bc6"><path d="M59.01 92.53c-1.16-3.05-4.71-4.54-7.91-3.32l-16.78 6.38L44.5 59.35c.36-1.27.3-2.58-.16-3.8c-1.23-3.23-4.99-4.81-8.39-3.51L8.1 62.62c-1.54.58-2.77 1.7-3.48 3.13c-.73 1.48-.82 3.13-.25 4.64c1.16 3.06 4.73 4.56 7.95 3.34l16.23-6.17l-10.27 36.04c-.37 1.3-.32 2.64.15 3.88c.95 2.5 3.4 4.02 6.04 4.02c.82 0 1.66-.15 2.48-.46l28.36-10.78c3.2-1.22 4.86-4.69 3.7-7.73"/><path d="M92.6 61.82c-.56-3.29-3.83-5.48-7.28-4.9L67.21 60L84.6 25.63c.61-1.21.81-2.54.59-3.85c-.59-3.49-4.06-5.81-7.73-5.19L47.4 21.72c-1.66.28-3.12 1.15-4.12 2.46c-1.03 1.35-1.44 2.98-1.17 4.61c.56 3.31 3.85 5.51 7.32 4.92l17.52-2.98L49.5 64.88a6.25 6.25 0 0 0-.61 3.93c.46 2.7 2.62 4.71 5.27 5.23c.82.16 1.69.18 2.58.03l30.61-5.21c3.45-.59 5.81-3.75 5.25-7.04m31.34 12.64c-.18-2.13-2.15-3.71-4.39-3.52l-11.74.99l12.97-21.01c.46-.74.66-1.58.59-2.42c-.19-2.26-2.28-3.93-4.65-3.73L97.25 46.4a4.2 4.2 0 0 0-2.76 1.35c-.73.8-1.08 1.83-.99 2.88c.18 2.14 2.16 3.73 4.41 3.54l11.35-.96l-13 20.86c-.47.75-.68 1.61-.6 2.47c.15 1.75 1.42 3.15 3.08 3.63c.52.15 1.07.21 1.64.16l19.83-1.67c2.24-.18 3.91-2.07 3.73-4.2"/></g></svg> </template>
CSS
.icon-zzz {
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%20128%20128%22%3E%3Cg%20fill%3D%22%23176bc6%22%3E%3Cpath%20d%3D%22M59.01%2092.53c-1.16-3.05-4.71-4.54-7.91-3.32l-16.78%206.38L44.5%2059.35c.36-1.27.3-2.58-.16-3.8c-1.23-3.23-4.99-4.81-8.39-3.51L8.1%2062.62c-1.54.58-2.77%201.7-3.48%203.13c-.73%201.48-.82%203.13-.25%204.64c1.16%203.06%204.73%204.56%207.95%203.34l16.23-6.17l-10.27%2036.04c-.37%201.3-.32%202.64.15%203.88c.95%202.5%203.4%204.02%206.04%204.02c.82%200%201.66-.15%202.48-.46l28.36-10.78c3.2-1.22%204.86-4.69%203.7-7.73%22%2F%3E%3Cpath%20d%3D%22M92.6%2061.82c-.56-3.29-3.83-5.48-7.28-4.9L67.21%2060L84.6%2025.63c.61-1.21.81-2.54.59-3.85c-.59-3.49-4.06-5.81-7.73-5.19L47.4%2021.72c-1.66.28-3.12%201.15-4.12%202.46c-1.03%201.35-1.44%202.98-1.17%204.61c.56%203.31%203.85%205.51%207.32%204.92l17.52-2.98L49.5%2064.88a6.25%206.25%200%200%200-.61%203.93c.46%202.7%202.62%204.71%205.27%205.23c.82.16%201.69.18%202.58.03l30.61-5.21c3.45-.59%205.81-3.75%205.25-7.04m31.34%2012.64c-.18-2.13-2.15-3.71-4.39-3.52l-11.74.99l12.97-21.01c.46-.74.66-1.58.59-2.42c-.19-2.26-2.28-3.93-4.65-3.73L97.25%2046.4a4.2%204.2%200%200%200-2.76%201.35c-.73.8-1.08%201.83-.99%202.88c.18%202.14%202.16%203.73%204.41%203.54l11.35-.96l-13%2020.86c-.47.75-.68%201.61-.6%202.47c.15%201.75%201.42%203.15%203.08%203.63c.52.15%201.07.21%201.64.16l19.83-1.67c2.24-.18%203.91-2.07%203.73-4.2%22%2F%3E%3C%2Fg%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%20128%20128%22%3E%3Cg%20fill%3D%22%23176bc6%22%3E%3Cpath%20d%3D%22M59.01%2092.53c-1.16-3.05-4.71-4.54-7.91-3.32l-16.78%206.38L44.5%2059.35c.36-1.27.3-2.58-.16-3.8c-1.23-3.23-4.99-4.81-8.39-3.51L8.1%2062.62c-1.54.58-2.77%201.7-3.48%203.13c-.73%201.48-.82%203.13-.25%204.64c1.16%203.06%204.73%204.56%207.95%203.34l16.23-6.17l-10.27%2036.04c-.37%201.3-.32%202.64.15%203.88c.95%202.5%203.4%204.02%206.04%204.02c.82%200%201.66-.15%202.48-.46l28.36-10.78c3.2-1.22%204.86-4.69%203.7-7.73%22%2F%3E%3Cpath%20d%3D%22M92.6%2061.82c-.56-3.29-3.83-5.48-7.28-4.9L67.21%2060L84.6%2025.63c.61-1.21.81-2.54.59-3.85c-.59-3.49-4.06-5.81-7.73-5.19L47.4%2021.72c-1.66.28-3.12%201.15-4.12%202.46c-1.03%201.35-1.44%202.98-1.17%204.61c.56%203.31%203.85%205.51%207.32%204.92l17.52-2.98L49.5%2064.88a6.25%206.25%200%200%200-.61%203.93c.46%202.7%202.62%204.71%205.27%205.23c.82.16%201.69.18%202.58.03l30.61-5.21c3.45-.59%205.81-3.75%205.25-7.04m31.34%2012.64c-.18-2.13-2.15-3.71-4.39-3.52l-11.74.99l12.97-21.01c.46-.74.66-1.58.59-2.42c-.19-2.26-2.28-3.93-4.65-3.73L97.25%2046.4a4.2%204.2%200%200%200-2.76%201.35c-.73.8-1.08%201.83-.99%202.88c.18%202.14%202.16%203.73%204.41%203.54l11.35-.96l-13%2020.86c-.47.75-.68%201.61-.6%202.47c.15%201.75%201.42%203.15%203.08%203.63c.52.15%201.07.21%201.64.16l19.83-1.67c2.24-.18%203.91-2.07%203.73-4.2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/zzz.svg?color=%231a73e8&size=48