mask sad icon

mask-sad-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
mask-sad-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More ui icons from Reicon

Use the mask sad icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21 11.406V6.208c0-2.156 0-3.234-.707-3.824s-1.788-.412-3.95-.057l-1.055.173c-1.64.269-2.46.403-3.288.403S10.352 2.77 8.712 2.5l-1.054-.173c-2.162-.355-3.243-.532-3.95.057S3 4.052 3 6.208v5.198c0 5.405 4.239 8.027 6.899 9.14C10.62 20.85 10.98 21 12 21s1.38-.151 2.101-.453C16.761 19.433 21 16.81 21 11.407M7.996 13.812a.745.745 0 0 0-.04 1.056a.76.76 0 0 0 1.054.033l.005-.005l.01-.007a1 1 0 0 1 .101-.075c.101-.068.268-.168.507-.271c.475-.206 1.247-.43 2.367-.43s1.892.224 2.367.43c.239.103.406.203.506.271q.075.052.103.075l.01.008l.005.004c.3.274.769.26 1.052-.033a.73.73 0 0 0-.026-1.043l-.001-.002h-.001l-.003-.004l-.008-.007l-.02-.017l-.06-.05a3 3 0 0 0-.202-.148a4.6 4.6 0 0 0-.751-.406c-.663-.287-1.64-.554-2.971-.554c-1.33 0-2.308.268-2.97.554c-.33.143-.58.289-.752.406a3 3 0 0 0-.262.198zM8.5 8.208c-.743 0-1.205.333-1.329.576a.756.756 0 0 1-1.006.33a.733.733 0 0 1-.336-.99C6.288 7.22 7.397 6.73 8.5 6.73c1.104 0 2.212.49 2.671 1.393a.733.733 0 0 1-.336.99a.756.756 0 0 1-1.006-.33c-.123-.243-.586-.576-1.329-.576m7 0c-.743 0-1.206.333-1.329.576a.756.756 0 0 1-1.006.33a.733.733 0 0 1-.336-.99c.459-.904 1.568-1.393 2.671-1.393c1.104 0 2.212.49 2.671 1.393a.733.733 0 0 1-.336.99a.756.756 0 0 1-1.006-.33c-.123-.243-.586-.576-1.329-.576" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMaskSadFilled(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" fillRule="evenodd" d="M21 11.406V6.208c0-2.156 0-3.234-.707-3.824s-1.788-.412-3.95-.057l-1.055.173c-1.64.269-2.46.403-3.288.403S10.352 2.77 8.712 2.5l-1.054-.173c-2.162-.355-3.243-.532-3.95.057S3 4.052 3 6.208v5.198c0 5.405 4.239 8.027 6.899 9.14C10.62 20.85 10.98 21 12 21s1.38-.151 2.101-.453C16.761 19.433 21 16.81 21 11.407M7.996 13.812a.745.745 0 0 0-.04 1.056a.76.76 0 0 0 1.054.033l.005-.005l.01-.007a1 1 0 0 1 .101-.075c.101-.068.268-.168.507-.271c.475-.206 1.247-.43 2.367-.43s1.892.224 2.367.43c.239.103.406.203.506.271q.075.052.103.075l.01.008l.005.004c.3.274.769.26 1.052-.033a.73.73 0 0 0-.026-1.043l-.001-.002h-.001l-.003-.004l-.008-.007l-.02-.017l-.06-.05a3 3 0 0 0-.202-.148a4.6 4.6 0 0 0-.751-.406c-.663-.287-1.64-.554-2.971-.554c-1.33 0-2.308.268-2.97.554c-.33.143-.58.289-.752.406a3 3 0 0 0-.262.198zM8.5 8.208c-.743 0-1.205.333-1.329.576a.756.756 0 0 1-1.006.33a.733.733 0 0 1-.336-.99C6.288 7.22 7.397 6.73 8.5 6.73c1.104 0 2.212.49 2.671 1.393a.733.733 0 0 1-.336.99a.756.756 0 0 1-1.006-.33c-.123-.243-.586-.576-1.329-.576m7 0c-.743 0-1.206.333-1.329.576a.756.756 0 0 1-1.006.33a.733.733 0 0 1-.336-.99c.459-.904 1.568-1.393 2.671-1.393c1.104 0 2.212.49 2.671 1.393a.733.733 0 0 1-.336.99a.756.756 0 0 1-1.006-.33c-.123-.243-.586-.576-1.329-.576" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21 11.406V6.208c0-2.156 0-3.234-.707-3.824s-1.788-.412-3.95-.057l-1.055.173c-1.64.269-2.46.403-3.288.403S10.352 2.77 8.712 2.5l-1.054-.173c-2.162-.355-3.243-.532-3.95.057S3 4.052 3 6.208v5.198c0 5.405 4.239 8.027 6.899 9.14C10.62 20.85 10.98 21 12 21s1.38-.151 2.101-.453C16.761 19.433 21 16.81 21 11.407M7.996 13.812a.745.745 0 0 0-.04 1.056a.76.76 0 0 0 1.054.033l.005-.005l.01-.007a1 1 0 0 1 .101-.075c.101-.068.268-.168.507-.271c.475-.206 1.247-.43 2.367-.43s1.892.224 2.367.43c.239.103.406.203.506.271q.075.052.103.075l.01.008l.005.004c.3.274.769.26 1.052-.033a.73.73 0 0 0-.026-1.043l-.001-.002h-.001l-.003-.004l-.008-.007l-.02-.017l-.06-.05a3 3 0 0 0-.202-.148a4.6 4.6 0 0 0-.751-.406c-.663-.287-1.64-.554-2.971-.554c-1.33 0-2.308.268-2.97.554c-.33.143-.58.289-.752.406a3 3 0 0 0-.262.198zM8.5 8.208c-.743 0-1.205.333-1.329.576a.756.756 0 0 1-1.006.33a.733.733 0 0 1-.336-.99C6.288 7.22 7.397 6.73 8.5 6.73c1.104 0 2.212.49 2.671 1.393a.733.733 0 0 1-.336.99a.756.756 0 0 1-1.006-.33c-.123-.243-.586-.576-1.329-.576m7 0c-.743 0-1.206.333-1.329.576a.756.756 0 0 1-1.006.33a.733.733 0 0 1-.336-.99c.459-.904 1.568-1.393 2.671-1.393c1.104 0 2.212.49 2.671 1.393a.733.733 0 0 1-.336.99a.756.756 0 0 1-1.006-.33c-.123-.243-.586-.576-1.329-.576" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mask-sad-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2011.406V6.208c0-2.156%200-3.234-.707-3.824s-1.788-.412-3.95-.057l-1.055.173c-1.64.269-2.46.403-3.288.403S10.352%202.77%208.712%202.5l-1.054-.173c-2.162-.355-3.243-.532-3.95.057S3%204.052%203%206.208v5.198c0%205.405%204.239%208.027%206.899%209.14C10.62%2020.85%2010.98%2021%2012%2021s1.38-.151%202.101-.453C16.761%2019.433%2021%2016.81%2021%2011.407M7.996%2013.812a.745.745%200%200%200-.04%201.056a.76.76%200%200%200%201.054.033l.005-.005l.01-.007a1%201%200%200%201%20.101-.075c.101-.068.268-.168.507-.271c.475-.206%201.247-.43%202.367-.43s1.892.224%202.367.43c.239.103.406.203.506.271q.075.052.103.075l.01.008l.005.004c.3.274.769.26%201.052-.033a.73.73%200%200%200-.026-1.043l-.001-.002h-.001l-.003-.004l-.008-.007l-.02-.017l-.06-.05a3%203%200%200%200-.202-.148a4.6%204.6%200%200%200-.751-.406c-.663-.287-1.64-.554-2.971-.554c-1.33%200-2.308.268-2.97.554c-.33.143-.58.289-.752.406a3%203%200%200%200-.262.198zM8.5%208.208c-.743%200-1.205.333-1.329.576a.756.756%200%200%201-1.006.33a.733.733%200%200%201-.336-.99C6.288%207.22%207.397%206.73%208.5%206.73c1.104%200%202.212.49%202.671%201.393a.733.733%200%200%201-.336.99a.756.756%200%200%201-1.006-.33c-.123-.243-.586-.576-1.329-.576m7%200c-.743%200-1.206.333-1.329.576a.756.756%200%200%201-1.006.33a.733.733%200%200%201-.336-.99c.459-.904%201.568-1.393%202.671-1.393c1.104%200%202.212.49%202.671%201.393a.733.733%200%200%201-.336.99a.756.756%200%200%201-1.006-.33c-.123-.243-.586-.576-1.329-.576%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M21%2011.406V6.208c0-2.156%200-3.234-.707-3.824s-1.788-.412-3.95-.057l-1.055.173c-1.64.269-2.46.403-3.288.403S10.352%202.77%208.712%202.5l-1.054-.173c-2.162-.355-3.243-.532-3.95.057S3%204.052%203%206.208v5.198c0%205.405%204.239%208.027%206.899%209.14C10.62%2020.85%2010.98%2021%2012%2021s1.38-.151%202.101-.453C16.761%2019.433%2021%2016.81%2021%2011.407M7.996%2013.812a.745.745%200%200%200-.04%201.056a.76.76%200%200%200%201.054.033l.005-.005l.01-.007a1%201%200%200%201%20.101-.075c.101-.068.268-.168.507-.271c.475-.206%201.247-.43%202.367-.43s1.892.224%202.367.43c.239.103.406.203.506.271q.075.052.103.075l.01.008l.005.004c.3.274.769.26%201.052-.033a.73.73%200%200%200-.026-1.043l-.001-.002h-.001l-.003-.004l-.008-.007l-.02-.017l-.06-.05a3%203%200%200%200-.202-.148a4.6%204.6%200%200%200-.751-.406c-.663-.287-1.64-.554-2.971-.554c-1.33%200-2.308.268-2.97.554c-.33.143-.58.289-.752.406a3%203%200%200%200-.262.198zM8.5%208.208c-.743%200-1.205.333-1.329.576a.756.756%200%200%201-1.006.33a.733.733%200%200%201-.336-.99C6.288%207.22%207.397%206.73%208.5%206.73c1.104%200%202.212.49%202.671%201.393a.733.733%200%200%201-.336.99a.756.756%200%200%201-1.006-.33c-.123-.243-.586-.576-1.329-.576m7%200c-.743%200-1.206.333-1.329.576a.756.756%200%200%201-1.006.33a.733.733%200%200%201-.336-.99c.459-.904%201.568-1.393%202.671-1.393c1.104%200%202.212.49%202.671%201.393a.733.733%200%200%201-.336.99a.756.756%200%200%201-1.006-.33c-.123-.243-.586-.576-1.329-.576%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/mask-sad-filled.svg?color=%231a73e8&size=48