ear off icon
ear-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ear-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the ear off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6.077 18c0 2.21 1.149 4 3.23 4s3.77-1.5 4.308-4c.259-1.199.788-1.923 1.616-2.5l.157-.112M5 9c0-1.16.282-2.255.782-3.218m2.37-2.63A7 7 0 0 1 19 9c0 1.403-.439 2.702-1.164 3.836"/><path d="M9 15c1.385 0 2.508-1.007 2.508-2.25S10.385 10.5 9 10.5c0-.457.024-.939.09-1.41M15 9c-.15-1.776-1.2-3-2.99-3q-.496.001-.89.12M2 2l20 20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsEarOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M6.077 18c0 2.21 1.149 4 3.23 4s3.77-1.5 4.308-4c.259-1.199.788-1.923 1.616-2.5l.157-.112M5 9c0-1.16.282-2.255.782-3.218m2.37-2.63A7 7 0 0 1 19 9c0 1.403-.439 2.702-1.164 3.836"/><path d="M9 15c1.385 0 2.508-1.007 2.508-2.25S10.385 10.5 9 10.5c0-.457.024-.939.09-1.41M15 9c-.15-1.776-1.2-3-2.99-3q-.496.001-.89.12M2 2l20 20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6.077 18c0 2.21 1.149 4 3.23 4s3.77-1.5 4.308-4c.259-1.199.788-1.923 1.616-2.5l.157-.112M5 9c0-1.16.282-2.255.782-3.218m2.37-2.63A7 7 0 0 1 19 9c0 1.403-.439 2.702-1.164 3.836"/><path d="M9 15c1.385 0 2.508-1.007 2.508-2.25S10.385 10.5 9 10.5c0-.457.024-.939.09-1.41M15 9c-.15-1.776-1.2-3-2.99-3q-.496.001-.89.12M2 2l20 20"/></g></svg> </template>
CSS
.icon-ear-off {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.077%2018c0%202.21%201.149%204%203.23%204s3.77-1.5%204.308-4c.259-1.199.788-1.923%201.616-2.5l.157-.112M5%209c0-1.16.282-2.255.782-3.218m2.37-2.63A7%207%200%200%201%2019%209c0%201.403-.439%202.702-1.164%203.836%22%2F%3E%3Cpath%20d%3D%22M9%2015c1.385%200%202.508-1.007%202.508-2.25S10.385%2010.5%209%2010.5c0-.457.024-.939.09-1.41M15%209c-.15-1.776-1.2-3-2.99-3q-.496.001-.89.12M2%202l20%2020%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.077%2018c0%202.21%201.149%204%203.23%204s3.77-1.5%204.308-4c.259-1.199.788-1.923%201.616-2.5l.157-.112M5%209c0-1.16.282-2.255.782-3.218m2.37-2.63A7%207%200%200%201%2019%209c0%201.403-.439%202.702-1.164%203.836%22%2F%3E%3Cpath%20d%3D%22M9%2015c1.385%200%202.508-1.007%202.508-2.25S10.385%2010.5%209%2010.5c0-.457.024-.939.09-1.41M15%209c-.15-1.776-1.2-3-2.99-3q-.496.001-.89.12M2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ear-off.svg?color=%231a73e8&size=48