ear slash icon
ear-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- ear-slash-thin
- Set
- Phosphor
- Style
- Thin
- 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="M51 37.31a4 4 0 0 0-6 5.38L58.23 57.2A83.4 83.4 0 0 0 44 104c0 31.79 11.28 42.68 21.24 52.28C73.16 163.91 80 170.51 80 188a48.05 48.05 0 0 0 48 48c13.71 0 25.52-5.87 35.08-17.45a4 4 0 0 0-6.16-5.1C148.83 223.24 139.37 228 128 228a40 40 0 0 1-40-40c0-20.89-8.75-29.33-17.21-37.48C61.55 141.61 52 132.4 52 104a75.36 75.36 0 0 1 11.8-40.67l23 25.27A43.7 43.7 0 0 0 84 104a4 4 0 0 0 8 0a36.2 36.2 0 0 1 1-8.53L141.65 149a37 37 0 0 0-1.65 11a20 20 0 0 0 28.24 18.21L205 218.69a4 4 0 1 0 5.92-5.38ZM160 172a12 12 0 0 1-12-12a30 30 0 0 1 .24-3.79l14.13 15.55a12.4 12.4 0 0 1-2.37.24M83.55 37.36a4 4 0 0 1 1.37-5.49A84 84 0 0 1 212 104a4 4 0 0 1-8 0A76 76 0 0 0 89 38.74a4 4 0 0 1-5.45-1.38m76.89 80.81A29.85 29.85 0 0 0 164 104a36 36 0 0 0-47.68-34.06a4 4 0 1 1-2.59-7.57A44 44 0 0 1 172 104a38 38 0 0 1-4.46 17.84A4 4 0 0 1 164 124a3.9 3.9 0 0 1-1.83-.45a4 4 0 0 1-1.73-5.38"/></svg>
React
import type { SVGProps } from "react";
export function PhEarSlashThin(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="M51 37.31a4 4 0 0 0-6 5.38L58.23 57.2A83.4 83.4 0 0 0 44 104c0 31.79 11.28 42.68 21.24 52.28C73.16 163.91 80 170.51 80 188a48.05 48.05 0 0 0 48 48c13.71 0 25.52-5.87 35.08-17.45a4 4 0 0 0-6.16-5.1C148.83 223.24 139.37 228 128 228a40 40 0 0 1-40-40c0-20.89-8.75-29.33-17.21-37.48C61.55 141.61 52 132.4 52 104a75.36 75.36 0 0 1 11.8-40.67l23 25.27A43.7 43.7 0 0 0 84 104a4 4 0 0 0 8 0a36.2 36.2 0 0 1 1-8.53L141.65 149a37 37 0 0 0-1.65 11a20 20 0 0 0 28.24 18.21L205 218.69a4 4 0 1 0 5.92-5.38ZM160 172a12 12 0 0 1-12-12a30 30 0 0 1 .24-3.79l14.13 15.55a12.4 12.4 0 0 1-2.37.24M83.55 37.36a4 4 0 0 1 1.37-5.49A84 84 0 0 1 212 104a4 4 0 0 1-8 0A76 76 0 0 0 89 38.74a4 4 0 0 1-5.45-1.38m76.89 80.81A29.85 29.85 0 0 0 164 104a36 36 0 0 0-47.68-34.06a4 4 0 1 1-2.59-7.57A44 44 0 0 1 172 104a38 38 0 0 1-4.46 17.84A4 4 0 0 1 164 124a3.9 3.9 0 0 1-1.83-.45a4 4 0 0 1-1.73-5.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M51 37.31a4 4 0 0 0-6 5.38L58.23 57.2A83.4 83.4 0 0 0 44 104c0 31.79 11.28 42.68 21.24 52.28C73.16 163.91 80 170.51 80 188a48.05 48.05 0 0 0 48 48c13.71 0 25.52-5.87 35.08-17.45a4 4 0 0 0-6.16-5.1C148.83 223.24 139.37 228 128 228a40 40 0 0 1-40-40c0-20.89-8.75-29.33-17.21-37.48C61.55 141.61 52 132.4 52 104a75.36 75.36 0 0 1 11.8-40.67l23 25.27A43.7 43.7 0 0 0 84 104a4 4 0 0 0 8 0a36.2 36.2 0 0 1 1-8.53L141.65 149a37 37 0 0 0-1.65 11a20 20 0 0 0 28.24 18.21L205 218.69a4 4 0 1 0 5.92-5.38ZM160 172a12 12 0 0 1-12-12a30 30 0 0 1 .24-3.79l14.13 15.55a12.4 12.4 0 0 1-2.37.24M83.55 37.36a4 4 0 0 1 1.37-5.49A84 84 0 0 1 212 104a4 4 0 0 1-8 0A76 76 0 0 0 89 38.74a4 4 0 0 1-5.45-1.38m76.89 80.81A29.85 29.85 0 0 0 164 104a36 36 0 0 0-47.68-34.06a4 4 0 1 1-2.59-7.57A44 44 0 0 1 172 104a38 38 0 0 1-4.46 17.84A4 4 0 0 1 164 124a3.9 3.9 0 0 1-1.83-.45a4 4 0 0 1-1.73-5.38"/></svg> </template>
CSS
.icon-ear-slash-thin {
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%22M51%2037.31a4%204%200%200%200-6%205.38L58.23%2057.2A83.4%2083.4%200%200%200%2044%20104c0%2031.79%2011.28%2042.68%2021.24%2052.28C73.16%20163.91%2080%20170.51%2080%20188a48.05%2048.05%200%200%200%2048%2048c13.71%200%2025.52-5.87%2035.08-17.45a4%204%200%200%200-6.16-5.1C148.83%20223.24%20139.37%20228%20128%20228a40%2040%200%200%201-40-40c0-20.89-8.75-29.33-17.21-37.48C61.55%20141.61%2052%20132.4%2052%20104a75.36%2075.36%200%200%201%2011.8-40.67l23%2025.27A43.7%2043.7%200%200%200%2084%20104a4%204%200%200%200%208%200a36.2%2036.2%200%200%201%201-8.53L141.65%20149a37%2037%200%200%200-1.65%2011a20%2020%200%200%200%2028.24%2018.21L205%20218.69a4%204%200%201%200%205.92-5.38ZM160%20172a12%2012%200%200%201-12-12a30%2030%200%200%201%20.24-3.79l14.13%2015.55a12.4%2012.4%200%200%201-2.37.24M83.55%2037.36a4%204%200%200%201%201.37-5.49A84%2084%200%200%201%20212%20104a4%204%200%200%201-8%200A76%2076%200%200%200%2089%2038.74a4%204%200%200%201-5.45-1.38m76.89%2080.81A29.85%2029.85%200%200%200%20164%20104a36%2036%200%200%200-47.68-34.06a4%204%200%201%201-2.59-7.57A44%2044%200%200%201%20172%20104a38%2038%200%200%201-4.46%2017.84A4%204%200%200%201%20164%20124a3.9%203.9%200%200%201-1.83-.45a4%204%200%200%201-1.73-5.38%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%22M51%2037.31a4%204%200%200%200-6%205.38L58.23%2057.2A83.4%2083.4%200%200%200%2044%20104c0%2031.79%2011.28%2042.68%2021.24%2052.28C73.16%20163.91%2080%20170.51%2080%20188a48.05%2048.05%200%200%200%2048%2048c13.71%200%2025.52-5.87%2035.08-17.45a4%204%200%200%200-6.16-5.1C148.83%20223.24%20139.37%20228%20128%20228a40%2040%200%200%201-40-40c0-20.89-8.75-29.33-17.21-37.48C61.55%20141.61%2052%20132.4%2052%20104a75.36%2075.36%200%200%201%2011.8-40.67l23%2025.27A43.7%2043.7%200%200%200%2084%20104a4%204%200%200%200%208%200a36.2%2036.2%200%200%201%201-8.53L141.65%20149a37%2037%200%200%200-1.65%2011a20%2020%200%200%200%2028.24%2018.21L205%20218.69a4%204%200%201%200%205.92-5.38ZM160%20172a12%2012%200%200%201-12-12a30%2030%200%200%201%20.24-3.79l14.13%2015.55a12.4%2012.4%200%200%201-2.37.24M83.55%2037.36a4%204%200%200%201%201.37-5.49A84%2084%200%200%201%20212%20104a4%204%200%200%201-8%200A76%2076%200%200%200%2089%2038.74a4%204%200%200%201-5.45-1.38m76.89%2080.81A29.85%2029.85%200%200%200%20164%20104a36%2036%200%200%200-47.68-34.06a4%204%200%201%201-2.59-7.57A44%2044%200%200%201%20172%20104a38%2038%200%200%201-4.46%2017.84A4%204%200%200%201%20164%20124a3.9%203.9%200%200%201-1.83-.45a4%204%200%200%201-1.73-5.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ear-slash-thin.svg?color=%231a73e8&size=48