ear slash icon
ear-slash-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- ear-slash-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the ear slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.92 210.62a8 8 0 1 1-11.84 10.76l-10.28-11.31a103 103 0 0 0 11.83-10.77ZM64.2 45.93L53.92 34.62a8 8 0 1 0-11.84 10.76L52.37 56.7A103 103 0 0 1 64.2 45.93M203.63 199.3L64.2 45.93A103.94 103.94 0 0 1 203.63 199.3M159 104a32 32 0 0 0-20.08-22.09a8 8 0 0 0-5.45 15a16 16 0 0 1 10 11a8 8 0 0 0 7.74 6a7.7 7.7 0 0 0 2-.26A8 8 0 0 0 159 104m33 8a64 64 0 0 0-85.89-60.16a8 8 0 0 0 5.47 15A48 48 0 0 1 176 112a8 8 0 0 0 16 0m-44 56a20 20 0 0 1-20-20a24.1 24.1 0 0 1 1-7l-20.45-22.5A7.9 7.9 0 0 1 104 120a8 8 0 0 1-8-8a32 32 0 0 1 .68-6.56L84.39 91.92A47.6 47.6 0 0 0 80 112c0 11.9 6.71 20.5 13.82 29.6c7 8.92 14.18 18.15 14.18 30.4a20 20 0 0 0 34 14.29a8 8 0 1 1 11.19 11.42A36 36 0 0 1 92 172c0-6.74-5-13.14-10.79-20.55C73.54 141.63 64 129.41 64 112a63.5 63.5 0 0 1 9-32.66L52.37 56.7A103.94 103.94 0 0 0 191.8 210.07l-38.8-42.7a19.8 19.8 0 0 1-5 .63"/></svg>
React
import type { SVGProps } from "react";
export function PhEarSlashFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.92 210.62a8 8 0 1 1-11.84 10.76l-10.28-11.31a103 103 0 0 0 11.83-10.77ZM64.2 45.93L53.92 34.62a8 8 0 1 0-11.84 10.76L52.37 56.7A103 103 0 0 1 64.2 45.93M203.63 199.3L64.2 45.93A103.94 103.94 0 0 1 203.63 199.3M159 104a32 32 0 0 0-20.08-22.09a8 8 0 0 0-5.45 15a16 16 0 0 1 10 11a8 8 0 0 0 7.74 6a7.7 7.7 0 0 0 2-.26A8 8 0 0 0 159 104m33 8a64 64 0 0 0-85.89-60.16a8 8 0 0 0 5.47 15A48 48 0 0 1 176 112a8 8 0 0 0 16 0m-44 56a20 20 0 0 1-20-20a24.1 24.1 0 0 1 1-7l-20.45-22.5A7.9 7.9 0 0 1 104 120a8 8 0 0 1-8-8a32 32 0 0 1 .68-6.56L84.39 91.92A47.6 47.6 0 0 0 80 112c0 11.9 6.71 20.5 13.82 29.6c7 8.92 14.18 18.15 14.18 30.4a20 20 0 0 0 34 14.29a8 8 0 1 1 11.19 11.42A36 36 0 0 1 92 172c0-6.74-5-13.14-10.79-20.55C73.54 141.63 64 129.41 64 112a63.5 63.5 0 0 1 9-32.66L52.37 56.7A103.94 103.94 0 0 0 191.8 210.07l-38.8-42.7a19.8 19.8 0 0 1-5 .63"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.92 210.62a8 8 0 1 1-11.84 10.76l-10.28-11.31a103 103 0 0 0 11.83-10.77ZM64.2 45.93L53.92 34.62a8 8 0 1 0-11.84 10.76L52.37 56.7A103 103 0 0 1 64.2 45.93M203.63 199.3L64.2 45.93A103.94 103.94 0 0 1 203.63 199.3M159 104a32 32 0 0 0-20.08-22.09a8 8 0 0 0-5.45 15a16 16 0 0 1 10 11a8 8 0 0 0 7.74 6a7.7 7.7 0 0 0 2-.26A8 8 0 0 0 159 104m33 8a64 64 0 0 0-85.89-60.16a8 8 0 0 0 5.47 15A48 48 0 0 1 176 112a8 8 0 0 0 16 0m-44 56a20 20 0 0 1-20-20a24.1 24.1 0 0 1 1-7l-20.45-22.5A7.9 7.9 0 0 1 104 120a8 8 0 0 1-8-8a32 32 0 0 1 .68-6.56L84.39 91.92A47.6 47.6 0 0 0 80 112c0 11.9 6.71 20.5 13.82 29.6c7 8.92 14.18 18.15 14.18 30.4a20 20 0 0 0 34 14.29a8 8 0 1 1 11.19 11.42A36 36 0 0 1 92 172c0-6.74-5-13.14-10.79-20.55C73.54 141.63 64 129.41 64 112a63.5 63.5 0 0 1 9-32.66L52.37 56.7A103.94 103.94 0 0 0 191.8 210.07l-38.8-42.7a19.8 19.8 0 0 1-5 .63"/></svg> </template>
CSS
.icon-ear-slash-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M213.92%20210.62a8%208%200%201%201-11.84%2010.76l-10.28-11.31a103%20103%200%200%200%2011.83-10.77ZM64.2%2045.93L53.92%2034.62a8%208%200%201%200-11.84%2010.76L52.37%2056.7A103%20103%200%200%201%2064.2%2045.93M203.63%20199.3L64.2%2045.93A103.94%20103.94%200%200%201%20203.63%20199.3M159%20104a32%2032%200%200%200-20.08-22.09a8%208%200%200%200-5.45%2015a16%2016%200%200%201%2010%2011a8%208%200%200%200%207.74%206a7.7%207.7%200%200%200%202-.26A8%208%200%200%200%20159%20104m33%208a64%2064%200%200%200-85.89-60.16a8%208%200%200%200%205.47%2015A48%2048%200%200%201%20176%20112a8%208%200%200%200%2016%200m-44%2056a20%2020%200%200%201-20-20a24.1%2024.1%200%200%201%201-7l-20.45-22.5A7.9%207.9%200%200%201%20104%20120a8%208%200%200%201-8-8a32%2032%200%200%201%20.68-6.56L84.39%2091.92A47.6%2047.6%200%200%200%2080%20112c0%2011.9%206.71%2020.5%2013.82%2029.6c7%208.92%2014.18%2018.15%2014.18%2030.4a20%2020%200%200%200%2034%2014.29a8%208%200%201%201%2011.19%2011.42A36%2036%200%200%201%2092%20172c0-6.74-5-13.14-10.79-20.55C73.54%20141.63%2064%20129.41%2064%20112a63.5%2063.5%200%200%201%209-32.66L52.37%2056.7A103.94%20103.94%200%200%200%20191.8%20210.07l-38.8-42.7a19.8%2019.8%200%200%201-5%20.63%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M213.92%20210.62a8%208%200%201%201-11.84%2010.76l-10.28-11.31a103%20103%200%200%200%2011.83-10.77ZM64.2%2045.93L53.92%2034.62a8%208%200%201%200-11.84%2010.76L52.37%2056.7A103%20103%200%200%201%2064.2%2045.93M203.63%20199.3L64.2%2045.93A103.94%20103.94%200%200%201%20203.63%20199.3M159%20104a32%2032%200%200%200-20.08-22.09a8%208%200%200%200-5.45%2015a16%2016%200%200%201%2010%2011a8%208%200%200%200%207.74%206a7.7%207.7%200%200%200%202-.26A8%208%200%200%200%20159%20104m33%208a64%2064%200%200%200-85.89-60.16a8%208%200%200%200%205.47%2015A48%2048%200%200%201%20176%20112a8%208%200%200%200%2016%200m-44%2056a20%2020%200%200%201-20-20a24.1%2024.1%200%200%201%201-7l-20.45-22.5A7.9%207.9%200%200%201%20104%20120a8%208%200%200%201-8-8a32%2032%200%200%201%20.68-6.56L84.39%2091.92A47.6%2047.6%200%200%200%2080%20112c0%2011.9%206.71%2020.5%2013.82%2029.6c7%208.92%2014.18%2018.15%2014.18%2030.4a20%2020%200%200%200%2034%2014.29a8%208%200%201%201%2011.19%2011.42A36%2036%200%200%201%2092%20172c0-6.74-5-13.14-10.79-20.55C73.54%20141.63%2064%20129.41%2064%20112a63.5%2063.5%200%200%201%209-32.66L52.37%2056.7A103.94%20103.94%200%200%200%20191.8%20210.07l-38.8-42.7a19.8%2019.8%200%200%201-5%20.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ear-slash-fill.svg?color=%231a73e8&size=48