mask one icon
mask-one from IconPark Solid by ByteDance · Solid · Operate · Apache-2.0 Free for personal and commercial use.
- Name
- mask-one
- Set
- IconPark Solid
- Style
- Solid
- Category
- Operate
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More operate icons from IconPark Solid
Use the mask one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" d="M7.366 16.344A21.9 21.9 0 0 0 6 24c0 2.712.486 5.297 1.366 7.655m3.906 6.487c1.658 1.842 3.638 3.327 5.838 4.34a16.4 16.4 0 0 0 13.78 0c2.2-1.013 4.18-2.498 5.838-4.34m3.906-6.487A21.9 21.9 0 0 0 42 24a21.9 21.9 0 0 0-1.366-7.656m-3.906-6.486C35.07 8.015 33.09 6.53 30.89 5.518A16.4 16.4 0 0 0 24 4c-4.97 0-9.47 2.238-12.728 5.858"/><path fill="currentColor" d="M18 23a3 3 0 1 0 0-6a3 3 0 0 0 0 6Zm12 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6Zm-6 12c2.761 0 5-1.343 5-3s-2.239-3-5-3s-5 1.343-5 3s2.239 3 5 3Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidMaskOne(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" stroke="currentColor" strokeWidth="4"><path strokeLinecap="round" d="M7.366 16.344A21.9 21.9 0 0 0 6 24c0 2.712.486 5.297 1.366 7.655m3.906 6.487c1.658 1.842 3.638 3.327 5.838 4.34a16.4 16.4 0 0 0 13.78 0c2.2-1.013 4.18-2.498 5.838-4.34m3.906-6.487A21.9 21.9 0 0 0 42 24a21.9 21.9 0 0 0-1.366-7.656m-3.906-6.486C35.07 8.015 33.09 6.53 30.89 5.518A16.4 16.4 0 0 0 24 4c-4.97 0-9.47 2.238-12.728 5.858"/><path fill="currentColor" d="M18 23a3 3 0 1 0 0-6a3 3 0 0 0 0 6Zm12 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6Zm-6 12c2.761 0 5-1.343 5-3s-2.239-3-5-3s-5 1.343-5 3s2.239 3 5 3Z"/></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="currentColor" stroke-width="4"><path stroke-linecap="round" d="M7.366 16.344A21.9 21.9 0 0 0 6 24c0 2.712.486 5.297 1.366 7.655m3.906 6.487c1.658 1.842 3.638 3.327 5.838 4.34a16.4 16.4 0 0 0 13.78 0c2.2-1.013 4.18-2.498 5.838-4.34m3.906-6.487A21.9 21.9 0 0 0 42 24a21.9 21.9 0 0 0-1.366-7.656m-3.906-6.486C35.07 8.015 33.09 6.53 30.89 5.518A16.4 16.4 0 0 0 24 4c-4.97 0-9.47 2.238-12.728 5.858"/><path fill="currentColor" d="M18 23a3 3 0 1 0 0-6a3 3 0 0 0 0 6Zm12 0a3 3 0 1 0 0-6a3 3 0 0 0 0 6Zm-6 12c2.761 0 5-1.343 5-3s-2.239-3-5-3s-5 1.343-5 3s2.239 3 5 3Z"/></g></svg> </template>
CSS
.icon-mask-one {
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%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.366%2016.344A21.9%2021.9%200%200%200%206%2024c0%202.712.486%205.297%201.366%207.655m3.906%206.487c1.658%201.842%203.638%203.327%205.838%204.34a16.4%2016.4%200%200%200%2013.78%200c2.2-1.013%204.18-2.498%205.838-4.34m3.906-6.487A21.9%2021.9%200%200%200%2042%2024a21.9%2021.9%200%200%200-1.366-7.656m-3.906-6.486C35.07%208.015%2033.09%206.53%2030.89%205.518A16.4%2016.4%200%200%200%2024%204c-4.97%200-9.47%202.238-12.728%205.858%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2023a3%203%200%201%200%200-6a3%203%200%200%200%200%206Zm12%200a3%203%200%201%200%200-6a3%203%200%200%200%200%206Zm-6%2012c2.761%200%205-1.343%205-3s-2.239-3-5-3s-5%201.343-5%203s2.239%203%205%203Z%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%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.366%2016.344A21.9%2021.9%200%200%200%206%2024c0%202.712.486%205.297%201.366%207.655m3.906%206.487c1.658%201.842%203.638%203.327%205.838%204.34a16.4%2016.4%200%200%200%2013.78%200c2.2-1.013%204.18-2.498%205.838-4.34m3.906-6.487A21.9%2021.9%200%200%200%2042%2024a21.9%2021.9%200%200%200-1.366-7.656m-3.906-6.486C35.07%208.015%2033.09%206.53%2030.89%205.518A16.4%2016.4%200%200%200%2024%204c-4.97%200-9.47%202.238-12.728%205.858%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2023a3%203%200%201%200%200-6a3%203%200%200%200%200%206Zm12%200a3%203%200%201%200%200-6a3%203%200%200%200%200%206Zm-6%2012c2.761%200%205-1.343%205-3s-2.239-3-5-3s-5%201.343-5%203s2.239%203%205%203Z%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-solid/mask-one.svg?color=%231a73e8&size=48