mask icon
mask from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.
- Name
- mask
- Set
- IconPark
- Style
- Color
- Category
- Health
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More health icons from IconPark
Use the mask icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" stroke="#000" d="M14 14H34C39.5228 14 44 18.4772 44 24V27C44 34.1797 38.1797 40 31 40H24H17C9.8203 40 4 34.1797 4 27V24C4 18.4772 8.47715 14 14 14Z" clip-rule="evenodd"/><path stroke="#fff" stroke-linecap="round" d="M18 27H30"/><path stroke="#fff" stroke-linecap="round" d="M24 21V33"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M4 25.0421V12.0145C4.00003 9.7124 5.86624 7.84619 8.16833 7.84619C9.24067 7.84619 10.2718 8.25946 11.0472 9.00009C12.6463 10.5273 13.7875 12.194 14.4707 14.0002"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M44 25.0421V12.7656C44 10.2925 41.9952 8.2876 39.522 8.2876C38.1474 8.2876 36.8489 8.91898 36 10.0002C34.9552 11.3308 33.9552 12.6641 33 14.0002"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMask(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path fill="#2F88FF" fillRule="evenodd" stroke="#000" d="M14 14H34C39.5228 14 44 18.4772 44 24V27C44 34.1797 38.1797 40 31 40H24H17C9.8203 40 4 34.1797 4 27V24C4 18.4772 8.47715 14 14 14Z" clipRule="evenodd"/><path stroke="#fff" strokeLinecap="round" d="M18 27H30"/><path stroke="#fff" strokeLinecap="round" d="M24 21V33"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M4 25.0421V12.0145C4.00003 9.7124 5.86624 7.84619 8.16833 7.84619C9.24067 7.84619 10.2718 8.25946 11.0472 9.00009C12.6463 10.5273 13.7875 12.194 14.4707 14.0002"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M44 25.0421V12.7656C44 10.2925 41.9952 8.2876 39.522 8.2876C38.1474 8.2876 36.8489 8.91898 36 10.0002C34.9552 11.3308 33.9552 12.6641 33 14.0002"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" stroke="#000" d="M14 14H34C39.5228 14 44 18.4772 44 24V27C44 34.1797 38.1797 40 31 40H24H17C9.8203 40 4 34.1797 4 27V24C4 18.4772 8.47715 14 14 14Z" clip-rule="evenodd"/><path stroke="#fff" stroke-linecap="round" d="M18 27H30"/><path stroke="#fff" stroke-linecap="round" d="M24 21V33"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M4 25.0421V12.0145C4.00003 9.7124 5.86624 7.84619 8.16833 7.84619C9.24067 7.84619 10.2718 8.25946 11.0472 9.00009C12.6463 10.5273 13.7875 12.194 14.4707 14.0002"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M44 25.0421V12.7656C44 10.2925 41.9952 8.2876 39.522 8.2876C38.1474 8.2876 36.8489 8.91898 36 10.0002C34.9552 11.3308 33.9552 12.6641 33 14.0002"/></g></svg> </template>
CSS
.icon-mask {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20d%3D%22M14%2014H34C39.5228%2014%2044%2018.4772%2044%2024V27C44%2034.1797%2038.1797%2040%2031%2040H24H17C9.8203%2040%204%2034.1797%204%2027V24C4%2018.4772%208.47715%2014%2014%2014Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M18%2027H30%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%2021V33%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2025.0421V12.0145C4.00003%209.7124%205.86624%207.84619%208.16833%207.84619C9.24067%207.84619%2010.2718%208.25946%2011.0472%209.00009C12.6463%2010.5273%2013.7875%2012.194%2014.4707%2014.0002%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M44%2025.0421V12.7656C44%2010.2925%2041.9952%208.2876%2039.522%208.2876C38.1474%208.2876%2036.8489%208.91898%2036%2010.0002C34.9552%2011.3308%2033.9552%2012.6641%2033%2014.0002%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20d%3D%22M14%2014H34C39.5228%2014%2044%2018.4772%2044%2024V27C44%2034.1797%2038.1797%2040%2031%2040H24H17C9.8203%2040%204%2034.1797%204%2027V24C4%2018.4772%208.47715%2014%2014%2014Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M18%2027H30%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%2021V33%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2025.0421V12.0145C4.00003%209.7124%205.86624%207.84619%208.16833%207.84619C9.24067%207.84619%2010.2718%208.25946%2011.0472%209.00009C12.6463%2010.5273%2013.7875%2012.194%2014.4707%2014.0002%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M44%2025.0421V12.7656C44%2010.2925%2041.9952%208.2876%2039.522%208.2876C38.1474%208.2876%2036.8489%208.91898%2036%2010.0002C34.9552%2011.3308%2033.9552%2012.6641%2033%2014.0002%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/mask.svg?color=%231a73e8&size=48