mask sad icon
mask-sad-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- mask-sad-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M21 6.208v5.198c0 5.405-4.239 8.027-6.899 9.14C13.38 20.85 13.02 21 12 21s-1.38-.151-2.101-.453C7.239 19.433 3 16.81 3 11.407v-5.2c0-2.155 0-3.233.707-3.823c.708-.59 1.789-.412 3.95-.057l1.055.173c1.64.269 2.46.403 3.288.403s1.648-.134 3.288-.403l1.054-.173c2.163-.355 3.244-.532 3.95.057c.708.59.708 1.668.708 3.824" opacity=".5"/><path d="M7.171 8.783c.124-.243.586-.576 1.33-.576c.742 0 1.205.333 1.328.576a.756.756 0 0 0 1.006.33a.733.733 0 0 0 .336-.99c-.459-.904-1.567-1.393-2.67-1.393c-1.104 0-2.213.49-2.672 1.393a.733.733 0 0 0 .336.99a.756.756 0 0 0 1.006-.33m8.329-.576c-.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-.576m-7.504 5.606a.745.745 0 0 0-.04 1.055a.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.198z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMaskSadDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 6.208v5.198c0 5.405-4.239 8.027-6.899 9.14C13.38 20.85 13.02 21 12 21s-1.38-.151-2.101-.453C7.239 19.433 3 16.81 3 11.407v-5.2c0-2.155 0-3.233.707-3.823c.708-.59 1.789-.412 3.95-.057l1.055.173c1.64.269 2.46.403 3.288.403s1.648-.134 3.288-.403l1.054-.173c2.163-.355 3.244-.532 3.95.057c.708.59.708 1.668.708 3.824" opacity=".5"/><path d="M7.171 8.783c.124-.243.586-.576 1.33-.576c.742 0 1.205.333 1.328.576a.756.756 0 0 0 1.006.33a.733.733 0 0 0 .336-.99c-.459-.904-1.567-1.393-2.67-1.393c-1.104 0-2.213.49-2.672 1.393a.733.733 0 0 0 .336.99a.756.756 0 0 0 1.006-.33m8.329-.576c-.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-.576m-7.504 5.606a.745.745 0 0 0-.04 1.055a.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.198z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 6.208v5.198c0 5.405-4.239 8.027-6.899 9.14C13.38 20.85 13.02 21 12 21s-1.38-.151-2.101-.453C7.239 19.433 3 16.81 3 11.407v-5.2c0-2.155 0-3.233.707-3.823c.708-.59 1.789-.412 3.95-.057l1.055.173c1.64.269 2.46.403 3.288.403s1.648-.134 3.288-.403l1.054-.173c2.163-.355 3.244-.532 3.95.057c.708.59.708 1.668.708 3.824" opacity=".5"/><path d="M7.171 8.783c.124-.243.586-.576 1.33-.576c.742 0 1.205.333 1.328.576a.756.756 0 0 0 1.006.33a.733.733 0 0 0 .336-.99c-.459-.904-1.567-1.393-2.67-1.393c-1.104 0-2.213.49-2.672 1.393a.733.733 0 0 0 .336.99a.756.756 0 0 0 1.006-.33m8.329-.576c-.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-.576m-7.504 5.606a.745.745 0 0 0-.04 1.055a.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.198z"/></g></svg> </template>
CSS
.icon-mask-sad-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21%206.208v5.198c0%205.405-4.239%208.027-6.899%209.14C13.38%2020.85%2013.02%2021%2012%2021s-1.38-.151-2.101-.453C7.239%2019.433%203%2016.81%203%2011.407v-5.2c0-2.155%200-3.233.707-3.823c.708-.59%201.789-.412%203.95-.057l1.055.173c1.64.269%202.46.403%203.288.403s1.648-.134%203.288-.403l1.054-.173c2.163-.355%203.244-.532%203.95.057c.708.59.708%201.668.708%203.824%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.171%208.783c.124-.243.586-.576%201.33-.576c.742%200%201.205.333%201.328.576a.756.756%200%200%200%201.006.33a.733.733%200%200%200%20.336-.99c-.459-.904-1.567-1.393-2.67-1.393c-1.104%200-2.213.49-2.672%201.393a.733.733%200%200%200%20.336.99a.756.756%200%200%200%201.006-.33m8.329-.576c-.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-.576m-7.504%205.606a.745.745%200%200%200-.04%201.055a.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.198z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21%206.208v5.198c0%205.405-4.239%208.027-6.899%209.14C13.38%2020.85%2013.02%2021%2012%2021s-1.38-.151-2.101-.453C7.239%2019.433%203%2016.81%203%2011.407v-5.2c0-2.155%200-3.233.707-3.823c.708-.59%201.789-.412%203.95-.057l1.055.173c1.64.269%202.46.403%203.288.403s1.648-.134%203.288-.403l1.054-.173c2.163-.355%203.244-.532%203.95.057c.708.59.708%201.668.708%203.824%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.171%208.783c.124-.243.586-.576%201.33-.576c.742%200%201.205.333%201.328.576a.756.756%200%200%200%201.006.33a.733.733%200%200%200%20.336-.99c-.459-.904-1.567-1.393-2.67-1.393c-1.104%200-2.213.49-2.672%201.393a.733.733%200%200%200%20.336.99a.756.756%200%200%200%201.006-.33m8.329-.576c-.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-.576m-7.504%205.606a.745.745%200%200%200-.04%201.055a.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.198z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/mask-sad-duotone.svg?color=%231a73e8&size=48