protection mask icon
protection-mask from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- protection-mask
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the protection mask icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4.276 22v-3.55c0-1.278-.341-1.933-1.011-3.039A8.7 8.7 0 0 1 2 10.89C2 5.979 6.076 2 11.103 2c4.364 0 8.01 2.998 8.897 7"/><path d="m15.075 14.845l3.916-2.43c.092-.058.138-.087.184-.11c.046-.022.1-.041.207-.08c.551-.202 1.162-.42 1.657 0c.262.22.385.61.632 1.389c.194.614.41 1.221.299 1.873c-.058.341-.21.661-.513 1.301l-1.43 3.014c-.553 1.168-.83 1.752-1.751 2.059c-.92.306-1.328.075-2.141-.389c-3.686-2.1-10.825-8.212-8.77-10.984c.775-1.047 2.758-.753 7.71 4.357m0 0L14.01 20.08"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsProtectionMask(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4.276 22v-3.55c0-1.278-.341-1.933-1.011-3.039A8.7 8.7 0 0 1 2 10.89C2 5.979 6.076 2 11.103 2c4.364 0 8.01 2.998 8.897 7"/><path d="m15.075 14.845l3.916-2.43c.092-.058.138-.087.184-.11c.046-.022.1-.041.207-.08c.551-.202 1.162-.42 1.657 0c.262.22.385.61.632 1.389c.194.614.41 1.221.299 1.873c-.058.341-.21.661-.513 1.301l-1.43 3.014c-.553 1.168-.83 1.752-1.751 2.059c-.92.306-1.328.075-2.141-.389c-3.686-2.1-10.825-8.212-8.77-10.984c.775-1.047 2.758-.753 7.71 4.357m0 0L14.01 20.08"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4.276 22v-3.55c0-1.278-.341-1.933-1.011-3.039A8.7 8.7 0 0 1 2 10.89C2 5.979 6.076 2 11.103 2c4.364 0 8.01 2.998 8.897 7"/><path d="m15.075 14.845l3.916-2.43c.092-.058.138-.087.184-.11c.046-.022.1-.041.207-.08c.551-.202 1.162-.42 1.657 0c.262.22.385.61.632 1.389c.194.614.41 1.221.299 1.873c-.058.341-.21.661-.513 1.301l-1.43 3.014c-.553 1.168-.83 1.752-1.751 2.059c-.92.306-1.328.075-2.141-.389c-3.686-2.1-10.825-8.212-8.77-10.984c.775-1.047 2.758-.753 7.71 4.357m0 0L14.01 20.08"/></g></svg> </template>
CSS
.icon-protection-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.276%2022v-3.55c0-1.278-.341-1.933-1.011-3.039A8.7%208.7%200%200%201%202%2010.89C2%205.979%206.076%202%2011.103%202c4.364%200%208.01%202.998%208.897%207%22%2F%3E%3Cpath%20d%3D%22m15.075%2014.845l3.916-2.43c.092-.058.138-.087.184-.11c.046-.022.1-.041.207-.08c.551-.202%201.162-.42%201.657%200c.262.22.385.61.632%201.389c.194.614.41%201.221.299%201.873c-.058.341-.21.661-.513%201.301l-1.43%203.014c-.553%201.168-.83%201.752-1.751%202.059c-.92.306-1.328.075-2.141-.389c-3.686-2.1-10.825-8.212-8.77-10.984c.775-1.047%202.758-.753%207.71%204.357m0%200L14.01%2020.08%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.276%2022v-3.55c0-1.278-.341-1.933-1.011-3.039A8.7%208.7%200%200%201%202%2010.89C2%205.979%206.076%202%2011.103%202c4.364%200%208.01%202.998%208.897%207%22%2F%3E%3Cpath%20d%3D%22m15.075%2014.845l3.916-2.43c.092-.058.138-.087.184-.11c.046-.022.1-.041.207-.08c.551-.202%201.162-.42%201.657%200c.262.22.385.61.632%201.389c.194.614.41%201.221.299%201.873c-.058.341-.21.661-.513%201.301l-1.43%203.014c-.553%201.168-.83%201.752-1.751%202.059c-.92.306-1.328.075-2.141-.389c-3.686-2.1-10.825-8.212-8.77-10.984c.775-1.047%202.758-.753%207.71%204.357m0%200L14.01%2020.08%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/protection-mask.svg?color=%231a73e8&size=48