mask icon
mask from Line Awesome by Icons8 · Line · Security · Apache-2.0 Free for personal and commercial use.
- Name
- mask
- Set
- Line Awesome
- Style
- Line
- Category
- Security
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- mask-solid
The same icon in other sets
More security icons from Line Awesome
Use the mask icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.03 7c-4.953 0-8.812 1.06-11.475 3.154C2.263 11.955 1 14.472 1 17.242C1 22.07 4.633 26 9.098 26c2.07 0 4.039-1.09 5.279-2.934l1.111-1.734c.14-.208.332-.32.541-.32c.208 0 .402.113.53.302l1.136 1.772C18.923 24.91 20.893 26 22.963 26C27.32 26 31 21.918 31 17.086c0-2.747-1.25-5.231-3.52-6.996C24.843 8.04 20.991 7 16.03 7m0 2c4.443 0 7.978.923 10.224 2.668C28.523 13.433 29 15.588 29 17.086C29 20.77 26.18 24 22.963 24c-1.403 0-2.754-.759-3.598-2.014l-1.136-1.77c-.508-.753-1.33-1.204-2.2-1.204c-.869 0-1.692.448-2.213 1.222l-1.113 1.735C11.848 23.24 10.501 24 9.098 24C5.45 24 3 20.505 3 17.242c0-2.143.99-4.101 2.79-5.515C8.06 9.943 11.6 9 16.03 9M10 12c-2.376 0-3.899 1.464-4.596 2.336a1.88 1.88 0 0 0 0 2.328C6.101 17.537 7.625 19 10 19s3.899-1.464 4.596-2.336a1.88 1.88 0 0 0 0-2.328C13.899 13.463 12.375 12 10 12m12 0c-2.376 0-3.899 1.464-4.596 2.336a1.88 1.88 0 0 0 0 2.328C18.101 17.537 19.625 19 22 19s3.899-1.464 4.596-2.336a1.88 1.88 0 0 0 0-2.328C25.899 13.463 24.375 12 22 12m-12 2c1.467 0 2.465.903 2.965 1.5c-.5.597-1.497 1.5-2.965 1.5s-2.465-.903-2.965-1.5c.5-.597 1.497-1.5 2.965-1.5m12 0c1.467 0 2.465.903 2.965 1.5c-.5.597-1.497 1.5-2.965 1.5s-2.465-.903-2.965-1.5c.5-.597 1.497-1.5 2.965-1.5"/></svg>
React
import type { SVGProps } from "react";
export function LaMask(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.03 7c-4.953 0-8.812 1.06-11.475 3.154C2.263 11.955 1 14.472 1 17.242C1 22.07 4.633 26 9.098 26c2.07 0 4.039-1.09 5.279-2.934l1.111-1.734c.14-.208.332-.32.541-.32c.208 0 .402.113.53.302l1.136 1.772C18.923 24.91 20.893 26 22.963 26C27.32 26 31 21.918 31 17.086c0-2.747-1.25-5.231-3.52-6.996C24.843 8.04 20.991 7 16.03 7m0 2c4.443 0 7.978.923 10.224 2.668C28.523 13.433 29 15.588 29 17.086C29 20.77 26.18 24 22.963 24c-1.403 0-2.754-.759-3.598-2.014l-1.136-1.77c-.508-.753-1.33-1.204-2.2-1.204c-.869 0-1.692.448-2.213 1.222l-1.113 1.735C11.848 23.24 10.501 24 9.098 24C5.45 24 3 20.505 3 17.242c0-2.143.99-4.101 2.79-5.515C8.06 9.943 11.6 9 16.03 9M10 12c-2.376 0-3.899 1.464-4.596 2.336a1.88 1.88 0 0 0 0 2.328C6.101 17.537 7.625 19 10 19s3.899-1.464 4.596-2.336a1.88 1.88 0 0 0 0-2.328C13.899 13.463 12.375 12 10 12m12 0c-2.376 0-3.899 1.464-4.596 2.336a1.88 1.88 0 0 0 0 2.328C18.101 17.537 19.625 19 22 19s3.899-1.464 4.596-2.336a1.88 1.88 0 0 0 0-2.328C25.899 13.463 24.375 12 22 12m-12 2c1.467 0 2.465.903 2.965 1.5c-.5.597-1.497 1.5-2.965 1.5s-2.465-.903-2.965-1.5c.5-.597 1.497-1.5 2.965-1.5m12 0c1.467 0 2.465.903 2.965 1.5c-.5.597-1.497 1.5-2.965 1.5s-2.465-.903-2.965-1.5c.5-.597 1.497-1.5 2.965-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.03 7c-4.953 0-8.812 1.06-11.475 3.154C2.263 11.955 1 14.472 1 17.242C1 22.07 4.633 26 9.098 26c2.07 0 4.039-1.09 5.279-2.934l1.111-1.734c.14-.208.332-.32.541-.32c.208 0 .402.113.53.302l1.136 1.772C18.923 24.91 20.893 26 22.963 26C27.32 26 31 21.918 31 17.086c0-2.747-1.25-5.231-3.52-6.996C24.843 8.04 20.991 7 16.03 7m0 2c4.443 0 7.978.923 10.224 2.668C28.523 13.433 29 15.588 29 17.086C29 20.77 26.18 24 22.963 24c-1.403 0-2.754-.759-3.598-2.014l-1.136-1.77c-.508-.753-1.33-1.204-2.2-1.204c-.869 0-1.692.448-2.213 1.222l-1.113 1.735C11.848 23.24 10.501 24 9.098 24C5.45 24 3 20.505 3 17.242c0-2.143.99-4.101 2.79-5.515C8.06 9.943 11.6 9 16.03 9M10 12c-2.376 0-3.899 1.464-4.596 2.336a1.88 1.88 0 0 0 0 2.328C6.101 17.537 7.625 19 10 19s3.899-1.464 4.596-2.336a1.88 1.88 0 0 0 0-2.328C13.899 13.463 12.375 12 10 12m12 0c-2.376 0-3.899 1.464-4.596 2.336a1.88 1.88 0 0 0 0 2.328C18.101 17.537 19.625 19 22 19s3.899-1.464 4.596-2.336a1.88 1.88 0 0 0 0-2.328C25.899 13.463 24.375 12 22 12m-12 2c1.467 0 2.465.903 2.965 1.5c-.5.597-1.497 1.5-2.965 1.5s-2.465-.903-2.965-1.5c.5-.597 1.497-1.5 2.965-1.5m12 0c1.467 0 2.465.903 2.965 1.5c-.5.597-1.497 1.5-2.965 1.5s-2.465-.903-2.965-1.5c.5-.597 1.497-1.5 2.965-1.5"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.03%207c-4.953%200-8.812%201.06-11.475%203.154C2.263%2011.955%201%2014.472%201%2017.242C1%2022.07%204.633%2026%209.098%2026c2.07%200%204.039-1.09%205.279-2.934l1.111-1.734c.14-.208.332-.32.541-.32c.208%200%20.402.113.53.302l1.136%201.772C18.923%2024.91%2020.893%2026%2022.963%2026C27.32%2026%2031%2021.918%2031%2017.086c0-2.747-1.25-5.231-3.52-6.996C24.843%208.04%2020.991%207%2016.03%207m0%202c4.443%200%207.978.923%2010.224%202.668C28.523%2013.433%2029%2015.588%2029%2017.086C29%2020.77%2026.18%2024%2022.963%2024c-1.403%200-2.754-.759-3.598-2.014l-1.136-1.77c-.508-.753-1.33-1.204-2.2-1.204c-.869%200-1.692.448-2.213%201.222l-1.113%201.735C11.848%2023.24%2010.501%2024%209.098%2024C5.45%2024%203%2020.505%203%2017.242c0-2.143.99-4.101%202.79-5.515C8.06%209.943%2011.6%209%2016.03%209M10%2012c-2.376%200-3.899%201.464-4.596%202.336a1.88%201.88%200%200%200%200%202.328C6.101%2017.537%207.625%2019%2010%2019s3.899-1.464%204.596-2.336a1.88%201.88%200%200%200%200-2.328C13.899%2013.463%2012.375%2012%2010%2012m12%200c-2.376%200-3.899%201.464-4.596%202.336a1.88%201.88%200%200%200%200%202.328C18.101%2017.537%2019.625%2019%2022%2019s3.899-1.464%204.596-2.336a1.88%201.88%200%200%200%200-2.328C25.899%2013.463%2024.375%2012%2022%2012m-12%202c1.467%200%202.465.903%202.965%201.5c-.5.597-1.497%201.5-2.965%201.5s-2.465-.903-2.965-1.5c.5-.597%201.497-1.5%202.965-1.5m12%200c1.467%200%202.465.903%202.965%201.5c-.5.597-1.497%201.5-2.965%201.5s-2.465-.903-2.965-1.5c.5-.597%201.497-1.5%202.965-1.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.03%207c-4.953%200-8.812%201.06-11.475%203.154C2.263%2011.955%201%2014.472%201%2017.242C1%2022.07%204.633%2026%209.098%2026c2.07%200%204.039-1.09%205.279-2.934l1.111-1.734c.14-.208.332-.32.541-.32c.208%200%20.402.113.53.302l1.136%201.772C18.923%2024.91%2020.893%2026%2022.963%2026C27.32%2026%2031%2021.918%2031%2017.086c0-2.747-1.25-5.231-3.52-6.996C24.843%208.04%2020.991%207%2016.03%207m0%202c4.443%200%207.978.923%2010.224%202.668C28.523%2013.433%2029%2015.588%2029%2017.086C29%2020.77%2026.18%2024%2022.963%2024c-1.403%200-2.754-.759-3.598-2.014l-1.136-1.77c-.508-.753-1.33-1.204-2.2-1.204c-.869%200-1.692.448-2.213%201.222l-1.113%201.735C11.848%2023.24%2010.501%2024%209.098%2024C5.45%2024%203%2020.505%203%2017.242c0-2.143.99-4.101%202.79-5.515C8.06%209.943%2011.6%209%2016.03%209M10%2012c-2.376%200-3.899%201.464-4.596%202.336a1.88%201.88%200%200%200%200%202.328C6.101%2017.537%207.625%2019%2010%2019s3.899-1.464%204.596-2.336a1.88%201.88%200%200%200%200-2.328C13.899%2013.463%2012.375%2012%2010%2012m12%200c-2.376%200-3.899%201.464-4.596%202.336a1.88%201.88%200%200%200%200%202.328C18.101%2017.537%2019.625%2019%2022%2019s3.899-1.464%204.596-2.336a1.88%201.88%200%200%200%200-2.328C25.899%2013.463%2024.375%2012%2022%2012m-12%202c1.467%200%202.465.903%202.965%201.5c-.5.597-1.497%201.5-2.965%201.5s-2.465-.903-2.965-1.5c.5-.597%201.497-1.5%202.965-1.5m12%200c1.467%200%202.465.903%202.965%201.5c-.5.597-1.497%201.5-2.965%201.5s-2.465-.903-2.965-1.5c.5-.597%201.497-1.5%202.965-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/mask.svg?color=%231a73e8&size=48