ear slash icon

ear-slash from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
ear-slash
Set
Phosphor
Style
Regular
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-35-38.45A24 24 0 0 1 136 160a40.8 40.8 0 0 1 1.21-10L96 104.66a8 8 0 0 1-16-.66a47.8 47.8 0 0 1 2.22-14.46L64.5 70a71.5 71.5 0 0 0-8.5 34c0 26.7 8.53 34.92 17.57 43.64C82.21 156 92 165.41 92 188a36 36 0 0 0 36 36c10.24 0 18.45-4.16 25.83-13.09a8 8 0 1 1 12.34 10.18C155.81 233.64 143 240 128 240a52.06 52.06 0 0 1-52-52c0-15.79-5.68-21.27-13.54-28.84C52.46 149.5 40 137.5 40 104a87.26 87.26 0 0 1 13.21-46.38L42.08 45.38a8 8 0 1 1 11.84-10.76ZM91.09 42.17A72 72 0 0 1 200 104a8 8 0 0 0 16 0A88 88 0 0 0 82.87 28.44a8 8 0 1 0 8.22 13.73m69.23 85a8 8 0 0 0 10.78-3.44A41.9 41.9 0 0 0 176 104a48 48 0 0 0-63.57-45.42a8 8 0 0 0 5.19 15.14A32 32 0 0 1 160 104a26 26 0 0 1-3.12 12.34a8 8 0 0 0 3.44 10.78Z"/></svg>

React

import type { SVGProps } from "react";

export function PhEarSlash(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-35-38.45A24 24 0 0 1 136 160a40.8 40.8 0 0 1 1.21-10L96 104.66a8 8 0 0 1-16-.66a47.8 47.8 0 0 1 2.22-14.46L64.5 70a71.5 71.5 0 0 0-8.5 34c0 26.7 8.53 34.92 17.57 43.64C82.21 156 92 165.41 92 188a36 36 0 0 0 36 36c10.24 0 18.45-4.16 25.83-13.09a8 8 0 1 1 12.34 10.18C155.81 233.64 143 240 128 240a52.06 52.06 0 0 1-52-52c0-15.79-5.68-21.27-13.54-28.84C52.46 149.5 40 137.5 40 104a87.26 87.26 0 0 1 13.21-46.38L42.08 45.38a8 8 0 1 1 11.84-10.76ZM91.09 42.17A72 72 0 0 1 200 104a8 8 0 0 0 16 0A88 88 0 0 0 82.87 28.44a8 8 0 1 0 8.22 13.73m69.23 85a8 8 0 0 0 10.78-3.44A41.9 41.9 0 0 0 176 104a48 48 0 0 0-63.57-45.42a8 8 0 0 0 5.19 15.14A32 32 0 0 1 160 104a26 26 0 0 1-3.12 12.34a8 8 0 0 0 3.44 10.78Z"/></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-35-38.45A24 24 0 0 1 136 160a40.8 40.8 0 0 1 1.21-10L96 104.66a8 8 0 0 1-16-.66a47.8 47.8 0 0 1 2.22-14.46L64.5 70a71.5 71.5 0 0 0-8.5 34c0 26.7 8.53 34.92 17.57 43.64C82.21 156 92 165.41 92 188a36 36 0 0 0 36 36c10.24 0 18.45-4.16 25.83-13.09a8 8 0 1 1 12.34 10.18C155.81 233.64 143 240 128 240a52.06 52.06 0 0 1-52-52c0-15.79-5.68-21.27-13.54-28.84C52.46 149.5 40 137.5 40 104a87.26 87.26 0 0 1 13.21-46.38L42.08 45.38a8 8 0 1 1 11.84-10.76ZM91.09 42.17A72 72 0 0 1 200 104a8 8 0 0 0 16 0A88 88 0 0 0 82.87 28.44a8 8 0 1 0 8.22 13.73m69.23 85a8 8 0 0 0 10.78-3.44A41.9 41.9 0 0 0 176 104a48 48 0 0 0-63.57-45.42a8 8 0 0 0 5.19 15.14A32 32 0 0 1 160 104a26 26 0 0 1-3.12 12.34a8 8 0 0 0 3.44 10.78Z"/></svg>
</template>

CSS

.icon-ear-slash {
  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-35-38.45A24%2024%200%200%201%20136%20160a40.8%2040.8%200%200%201%201.21-10L96%20104.66a8%208%200%200%201-16-.66a47.8%2047.8%200%200%201%202.22-14.46L64.5%2070a71.5%2071.5%200%200%200-8.5%2034c0%2026.7%208.53%2034.92%2017.57%2043.64C82.21%20156%2092%20165.41%2092%20188a36%2036%200%200%200%2036%2036c10.24%200%2018.45-4.16%2025.83-13.09a8%208%200%201%201%2012.34%2010.18C155.81%20233.64%20143%20240%20128%20240a52.06%2052.06%200%200%201-52-52c0-15.79-5.68-21.27-13.54-28.84C52.46%20149.5%2040%20137.5%2040%20104a87.26%2087.26%200%200%201%2013.21-46.38L42.08%2045.38a8%208%200%201%201%2011.84-10.76ZM91.09%2042.17A72%2072%200%200%201%20200%20104a8%208%200%200%200%2016%200A88%2088%200%200%200%2082.87%2028.44a8%208%200%201%200%208.22%2013.73m69.23%2085a8%208%200%200%200%2010.78-3.44A41.9%2041.9%200%200%200%20176%20104a48%2048%200%200%200-63.57-45.42a8%208%200%200%200%205.19%2015.14A32%2032%200%200%201%20160%20104a26%2026%200%200%201-3.12%2012.34a8%208%200%200%200%203.44%2010.78Z%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-35-38.45A24%2024%200%200%201%20136%20160a40.8%2040.8%200%200%201%201.21-10L96%20104.66a8%208%200%200%201-16-.66a47.8%2047.8%200%200%201%202.22-14.46L64.5%2070a71.5%2071.5%200%200%200-8.5%2034c0%2026.7%208.53%2034.92%2017.57%2043.64C82.21%20156%2092%20165.41%2092%20188a36%2036%200%200%200%2036%2036c10.24%200%2018.45-4.16%2025.83-13.09a8%208%200%201%201%2012.34%2010.18C155.81%20233.64%20143%20240%20128%20240a52.06%2052.06%200%200%201-52-52c0-15.79-5.68-21.27-13.54-28.84C52.46%20149.5%2040%20137.5%2040%20104a87.26%2087.26%200%200%201%2013.21-46.38L42.08%2045.38a8%208%200%201%201%2011.84-10.76ZM91.09%2042.17A72%2072%200%200%201%20200%20104a8%208%200%200%200%2016%200A88%2088%200%200%200%2082.87%2028.44a8%208%200%201%200%208.22%2013.73m69.23%2085a8%208%200%200%200%2010.78-3.44A41.9%2041.9%200%200%200%20176%20104a48%2048%200%200%200-63.57-45.42a8%208%200%200%200%205.19%2015.14A32%2032%200%200%201%20160%20104a26%2026%200%200%201-3.12%2012.34a8%208%200%200%200%203.44%2010.78Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ear-slash.svg?color=%231a73e8&size=48