ear slash icon
ear-slash-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- ear-slash-bold
- Set
- Phosphor
- Style
- Bold
- 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="M216.88 207.93a12 12 0 1 1-17.76 16.14l-33.35-36.68a28.4 28.4 0 0 1-5.77.61a28 28 0 0 1-28-28a46 46 0 0 1 .85-8.82l-35.77-39.35A12 12 0 0 1 76 104a52 52 0 0 1 1.75-13.43L65.52 77.11A67.7 67.7 0 0 0 60 104c0 25 7.58 32.3 16.35 40.76S96 163.71 96 188a32 32 0 0 0 32 32c9 0 16.19-3.7 22.75-11.64a12 12 0 0 1 18.5 15.28C158.09 237.15 144.21 244 128 244a56.06 56.06 0 0 1-56-56c0-14.09-4.63-18.56-12.31-26C49.13 151.86 36 139.19 36 104a91.3 91.3 0 0 1 12.25-45.88l-9.13-10a12 12 0 1 1 17.76-16.19ZM99.34 42.31A67.4 67.4 0 0 1 128 36a68.07 68.07 0 0 1 68 68a12 12 0 0 0 24 0A92 92 0 0 0 89.21 20.56a12 12 0 0 0 10.13 21.75m65.09 81a11.5 11.5 0 0 0 2.72.32a12 12 0 0 0 11.68-9.29A45.3 45.3 0 0 0 180 104a52.06 52.06 0 0 0-52-52c-1.7 0-3.42.08-5.11.25a12 12 0 0 0 2.33 23.89c.92-.09 1.86-.14 2.78-.14a28 28 0 0 1 28 28a21.7 21.7 0 0 1-.54 4.88a12 12 0 0 0 8.97 14.4Z"/></svg>
React
import type { SVGProps } from "react";
export function PhEarSlashBold(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="M216.88 207.93a12 12 0 1 1-17.76 16.14l-33.35-36.68a28.4 28.4 0 0 1-5.77.61a28 28 0 0 1-28-28a46 46 0 0 1 .85-8.82l-35.77-39.35A12 12 0 0 1 76 104a52 52 0 0 1 1.75-13.43L65.52 77.11A67.7 67.7 0 0 0 60 104c0 25 7.58 32.3 16.35 40.76S96 163.71 96 188a32 32 0 0 0 32 32c9 0 16.19-3.7 22.75-11.64a12 12 0 0 1 18.5 15.28C158.09 237.15 144.21 244 128 244a56.06 56.06 0 0 1-56-56c0-14.09-4.63-18.56-12.31-26C49.13 151.86 36 139.19 36 104a91.3 91.3 0 0 1 12.25-45.88l-9.13-10a12 12 0 1 1 17.76-16.19ZM99.34 42.31A67.4 67.4 0 0 1 128 36a68.07 68.07 0 0 1 68 68a12 12 0 0 0 24 0A92 92 0 0 0 89.21 20.56a12 12 0 0 0 10.13 21.75m65.09 81a11.5 11.5 0 0 0 2.72.32a12 12 0 0 0 11.68-9.29A45.3 45.3 0 0 0 180 104a52.06 52.06 0 0 0-52-52c-1.7 0-3.42.08-5.11.25a12 12 0 0 0 2.33 23.89c.92-.09 1.86-.14 2.78-.14a28 28 0 0 1 28 28a21.7 21.7 0 0 1-.54 4.88a12 12 0 0 0 8.97 14.4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216.88 207.93a12 12 0 1 1-17.76 16.14l-33.35-36.68a28.4 28.4 0 0 1-5.77.61a28 28 0 0 1-28-28a46 46 0 0 1 .85-8.82l-35.77-39.35A12 12 0 0 1 76 104a52 52 0 0 1 1.75-13.43L65.52 77.11A67.7 67.7 0 0 0 60 104c0 25 7.58 32.3 16.35 40.76S96 163.71 96 188a32 32 0 0 0 32 32c9 0 16.19-3.7 22.75-11.64a12 12 0 0 1 18.5 15.28C158.09 237.15 144.21 244 128 244a56.06 56.06 0 0 1-56-56c0-14.09-4.63-18.56-12.31-26C49.13 151.86 36 139.19 36 104a91.3 91.3 0 0 1 12.25-45.88l-9.13-10a12 12 0 1 1 17.76-16.19ZM99.34 42.31A67.4 67.4 0 0 1 128 36a68.07 68.07 0 0 1 68 68a12 12 0 0 0 24 0A92 92 0 0 0 89.21 20.56a12 12 0 0 0 10.13 21.75m65.09 81a11.5 11.5 0 0 0 2.72.32a12 12 0 0 0 11.68-9.29A45.3 45.3 0 0 0 180 104a52.06 52.06 0 0 0-52-52c-1.7 0-3.42.08-5.11.25a12 12 0 0 0 2.33 23.89c.92-.09 1.86-.14 2.78-.14a28 28 0 0 1 28 28a21.7 21.7 0 0 1-.54 4.88a12 12 0 0 0 8.97 14.4Z"/></svg> </template>
CSS
.icon-ear-slash-bold {
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%22M216.88%20207.93a12%2012%200%201%201-17.76%2016.14l-33.35-36.68a28.4%2028.4%200%200%201-5.77.61a28%2028%200%200%201-28-28a46%2046%200%200%201%20.85-8.82l-35.77-39.35A12%2012%200%200%201%2076%20104a52%2052%200%200%201%201.75-13.43L65.52%2077.11A67.7%2067.7%200%200%200%2060%20104c0%2025%207.58%2032.3%2016.35%2040.76S96%20163.71%2096%20188a32%2032%200%200%200%2032%2032c9%200%2016.19-3.7%2022.75-11.64a12%2012%200%200%201%2018.5%2015.28C158.09%20237.15%20144.21%20244%20128%20244a56.06%2056.06%200%200%201-56-56c0-14.09-4.63-18.56-12.31-26C49.13%20151.86%2036%20139.19%2036%20104a91.3%2091.3%200%200%201%2012.25-45.88l-9.13-10a12%2012%200%201%201%2017.76-16.19ZM99.34%2042.31A67.4%2067.4%200%200%201%20128%2036a68.07%2068.07%200%200%201%2068%2068a12%2012%200%200%200%2024%200A92%2092%200%200%200%2089.21%2020.56a12%2012%200%200%200%2010.13%2021.75m65.09%2081a11.5%2011.5%200%200%200%202.72.32a12%2012%200%200%200%2011.68-9.29A45.3%2045.3%200%200%200%20180%20104a52.06%2052.06%200%200%200-52-52c-1.7%200-3.42.08-5.11.25a12%2012%200%200%200%202.33%2023.89c.92-.09%201.86-.14%202.78-.14a28%2028%200%200%201%2028%2028a21.7%2021.7%200%200%201-.54%204.88a12%2012%200%200%200%208.97%2014.4Z%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%22M216.88%20207.93a12%2012%200%201%201-17.76%2016.14l-33.35-36.68a28.4%2028.4%200%200%201-5.77.61a28%2028%200%200%201-28-28a46%2046%200%200%201%20.85-8.82l-35.77-39.35A12%2012%200%200%201%2076%20104a52%2052%200%200%201%201.75-13.43L65.52%2077.11A67.7%2067.7%200%200%200%2060%20104c0%2025%207.58%2032.3%2016.35%2040.76S96%20163.71%2096%20188a32%2032%200%200%200%2032%2032c9%200%2016.19-3.7%2022.75-11.64a12%2012%200%200%201%2018.5%2015.28C158.09%20237.15%20144.21%20244%20128%20244a56.06%2056.06%200%200%201-56-56c0-14.09-4.63-18.56-12.31-26C49.13%20151.86%2036%20139.19%2036%20104a91.3%2091.3%200%200%201%2012.25-45.88l-9.13-10a12%2012%200%201%201%2017.76-16.19ZM99.34%2042.31A67.4%2067.4%200%200%201%20128%2036a68.07%2068.07%200%200%201%2068%2068a12%2012%200%200%200%2024%200A92%2092%200%200%200%2089.21%2020.56a12%2012%200%200%200%2010.13%2021.75m65.09%2081a11.5%2011.5%200%200%200%202.72.32a12%2012%200%200%200%2011.68-9.29A45.3%2045.3%200%200%200%20180%20104a52.06%2052.06%200%200%200-52-52c-1.7%200-3.42.08-5.11.25a12%2012%200%200%200%202.33%2023.89c.92-.09%201.86-.14%202.78-.14a28%2028%200%200%201%2028%2028a21.7%2021.7%200%200%201-.54%204.88a12%2012%200%200%200%208.97%2014.4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ear-slash-bold.svg?color=%231a73e8&size=48