ear from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
ear
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the ear 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="M7.555 16.46c0 1.68.86 3.04 2.415 3.04s2.819-1.14 3.221-3.04c.733-3.451 5.496-4.293 3.628-8.878C14.799 2.622 6.75 3.899 6.75 9.618"/><path d="M9.5 14c.46 0 .921-.29 1.295-.618c.572-.5.613-1.351.194-1.985c-.407-.619-1.336-1.173-1.156-2.018c.595-2.793 4.222-2.41 4.463.383"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiEar(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="M7.555 16.46c0 1.68.86 3.04 2.415 3.04s2.819-1.14 3.221-3.04c.733-3.451 5.496-4.293 3.628-8.878C14.799 2.622 6.75 3.899 6.75 9.618"/><path d="M9.5 14c.46 0 .921-.29 1.295-.618c.572-.5.613-1.351.194-1.985c-.407-.619-1.336-1.173-1.156-2.018c.595-2.793 4.222-2.41 4.463.383"/></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="M7.555 16.46c0 1.68.86 3.04 2.415 3.04s2.819-1.14 3.221-3.04c.733-3.451 5.496-4.293 3.628-8.878C14.799 2.622 6.75 3.899 6.75 9.618"/><path d="M9.5 14c.46 0 .921-.29 1.295-.618c.572-.5.613-1.351.194-1.985c-.407-.619-1.336-1.173-1.156-2.018c.595-2.793 4.222-2.41 4.463.383"/></g></svg>
</template>

CSS

.icon-ear {
  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%22M7.555%2016.46c0%201.68.86%203.04%202.415%203.04s2.819-1.14%203.221-3.04c.733-3.451%205.496-4.293%203.628-8.878C14.799%202.622%206.75%203.899%206.75%209.618%22%2F%3E%3Cpath%20d%3D%22M9.5%2014c.46%200%20.921-.29%201.295-.618c.572-.5.613-1.351.194-1.985c-.407-.619-1.336-1.173-1.156-2.018c.595-2.793%204.222-2.41%204.463.383%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%22M7.555%2016.46c0%201.68.86%203.04%202.415%203.04s2.819-1.14%203.221-3.04c.733-3.451%205.496-4.293%203.628-8.878C14.799%202.622%206.75%203.899%206.75%209.618%22%2F%3E%3Cpath%20d%3D%22M9.5%2014c.46%200%20.921-.29%201.295-.618c.572-.5.613-1.351.194-1.985c-.407-.619-1.336-1.173-1.156-2.018c.595-2.793%204.222-2.41%204.463.383%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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