ear slash icon

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

Name
ear-slash-light
Set
Phosphor
Style
Light
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="M52.44 36a6 6 0 0 0-8.88 8l12.16 13.41A85.34 85.34 0 0 0 42 104c0 32.64 12.12 44.33 21.85 53.71C71.76 165.34 78 171.36 78 188a50.06 50.06 0 0 0 50 50c14.34 0 26.66-6.12 36.63-18.18a6 6 0 0 0-9.26-7.64C147.69 221.48 138.74 226 128 226a38 38 0 0 1-38-38c0-21.74-9.06-30.48-17.82-38.92C62.83 140.06 54 131.55 54 104a73.4 73.4 0 0 1 10.12-37.35l20.37 22.41A46 46 0 0 0 82 104a6 6 0 0 0 12 0a36 36 0 0 1 .26-4.19l45.15 49.66A39.3 39.3 0 0 0 138 160a22 22 0 0 0 29.71 20.6l35.85 39.4a6 6 0 0 0 8.88-8.08Zm97.64 125.25l7.78 8.55a10 10 0 0 1-7.78-8.59ZM81.83 38.38a6 6 0 0 1 2.07-8.22A86 86 0 0 1 214 104a6 6 0 0 1-12 0A74 74 0 0 0 90.06 40.45a6 6 0 0 1-8.23-2.07m76.83 78.87A27.9 27.9 0 0 0 162 104a34 34 0 0 0-45-32.17a6 6 0 0 1-3.89-11.35A46 46 0 0 1 174 104a40 40 0 0 1-4.68 18.76a6 6 0 1 1-10.66-5.51"/></svg>

React

import type { SVGProps } from "react";

export function PhEarSlashLight(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="M52.44 36a6 6 0 0 0-8.88 8l12.16 13.41A85.34 85.34 0 0 0 42 104c0 32.64 12.12 44.33 21.85 53.71C71.76 165.34 78 171.36 78 188a50.06 50.06 0 0 0 50 50c14.34 0 26.66-6.12 36.63-18.18a6 6 0 0 0-9.26-7.64C147.69 221.48 138.74 226 128 226a38 38 0 0 1-38-38c0-21.74-9.06-30.48-17.82-38.92C62.83 140.06 54 131.55 54 104a73.4 73.4 0 0 1 10.12-37.35l20.37 22.41A46 46 0 0 0 82 104a6 6 0 0 0 12 0a36 36 0 0 1 .26-4.19l45.15 49.66A39.3 39.3 0 0 0 138 160a22 22 0 0 0 29.71 20.6l35.85 39.4a6 6 0 0 0 8.88-8.08Zm97.64 125.25l7.78 8.55a10 10 0 0 1-7.78-8.59ZM81.83 38.38a6 6 0 0 1 2.07-8.22A86 86 0 0 1 214 104a6 6 0 0 1-12 0A74 74 0 0 0 90.06 40.45a6 6 0 0 1-8.23-2.07m76.83 78.87A27.9 27.9 0 0 0 162 104a34 34 0 0 0-45-32.17a6 6 0 0 1-3.89-11.35A46 46 0 0 1 174 104a40 40 0 0 1-4.68 18.76a6 6 0 1 1-10.66-5.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.44 36a6 6 0 0 0-8.88 8l12.16 13.41A85.34 85.34 0 0 0 42 104c0 32.64 12.12 44.33 21.85 53.71C71.76 165.34 78 171.36 78 188a50.06 50.06 0 0 0 50 50c14.34 0 26.66-6.12 36.63-18.18a6 6 0 0 0-9.26-7.64C147.69 221.48 138.74 226 128 226a38 38 0 0 1-38-38c0-21.74-9.06-30.48-17.82-38.92C62.83 140.06 54 131.55 54 104a73.4 73.4 0 0 1 10.12-37.35l20.37 22.41A46 46 0 0 0 82 104a6 6 0 0 0 12 0a36 36 0 0 1 .26-4.19l45.15 49.66A39.3 39.3 0 0 0 138 160a22 22 0 0 0 29.71 20.6l35.85 39.4a6 6 0 0 0 8.88-8.08Zm97.64 125.25l7.78 8.55a10 10 0 0 1-7.78-8.59ZM81.83 38.38a6 6 0 0 1 2.07-8.22A86 86 0 0 1 214 104a6 6 0 0 1-12 0A74 74 0 0 0 90.06 40.45a6 6 0 0 1-8.23-2.07m76.83 78.87A27.9 27.9 0 0 0 162 104a34 34 0 0 0-45-32.17a6 6 0 0 1-3.89-11.35A46 46 0 0 1 174 104a40 40 0 0 1-4.68 18.76a6 6 0 1 1-10.66-5.51"/></svg>
</template>

CSS

.icon-ear-slash-light {
  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%22M52.44%2036a6%206%200%200%200-8.88%208l12.16%2013.41A85.34%2085.34%200%200%200%2042%20104c0%2032.64%2012.12%2044.33%2021.85%2053.71C71.76%20165.34%2078%20171.36%2078%20188a50.06%2050.06%200%200%200%2050%2050c14.34%200%2026.66-6.12%2036.63-18.18a6%206%200%200%200-9.26-7.64C147.69%20221.48%20138.74%20226%20128%20226a38%2038%200%200%201-38-38c0-21.74-9.06-30.48-17.82-38.92C62.83%20140.06%2054%20131.55%2054%20104a73.4%2073.4%200%200%201%2010.12-37.35l20.37%2022.41A46%2046%200%200%200%2082%20104a6%206%200%200%200%2012%200a36%2036%200%200%201%20.26-4.19l45.15%2049.66A39.3%2039.3%200%200%200%20138%20160a22%2022%200%200%200%2029.71%2020.6l35.85%2039.4a6%206%200%200%200%208.88-8.08Zm97.64%20125.25l7.78%208.55a10%2010%200%200%201-7.78-8.59ZM81.83%2038.38a6%206%200%200%201%202.07-8.22A86%2086%200%200%201%20214%20104a6%206%200%200%201-12%200A74%2074%200%200%200%2090.06%2040.45a6%206%200%200%201-8.23-2.07m76.83%2078.87A27.9%2027.9%200%200%200%20162%20104a34%2034%200%200%200-45-32.17a6%206%200%200%201-3.89-11.35A46%2046%200%200%201%20174%20104a40%2040%200%200%201-4.68%2018.76a6%206%200%201%201-10.66-5.51%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%22M52.44%2036a6%206%200%200%200-8.88%208l12.16%2013.41A85.34%2085.34%200%200%200%2042%20104c0%2032.64%2012.12%2044.33%2021.85%2053.71C71.76%20165.34%2078%20171.36%2078%20188a50.06%2050.06%200%200%200%2050%2050c14.34%200%2026.66-6.12%2036.63-18.18a6%206%200%200%200-9.26-7.64C147.69%20221.48%20138.74%20226%20128%20226a38%2038%200%200%201-38-38c0-21.74-9.06-30.48-17.82-38.92C62.83%20140.06%2054%20131.55%2054%20104a73.4%2073.4%200%200%201%2010.12-37.35l20.37%2022.41A46%2046%200%200%200%2082%20104a6%206%200%200%200%2012%200a36%2036%200%200%201%20.26-4.19l45.15%2049.66A39.3%2039.3%200%200%200%20138%20160a22%2022%200%200%200%2029.71%2020.6l35.85%2039.4a6%206%200%200%200%208.88-8.08Zm97.64%20125.25l7.78%208.55a10%2010%200%200%201-7.78-8.59ZM81.83%2038.38a6%206%200%200%201%202.07-8.22A86%2086%200%200%201%20214%20104a6%206%200%200%201-12%200A74%2074%200%200%200%2090.06%2040.45a6%206%200%200%201-8.23-2.07m76.83%2078.87A27.9%2027.9%200%200%200%20162%20104a34%2034%200%200%200-45-32.17a6%206%200%200%201-3.89-11.35A46%2046%200%200%201%20174%20104a40%2040%200%200%201-4.68%2018.76a6%206%200%201%201-10.66-5.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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