ear from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
ear
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Use the ear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10 42.39c0 6.47 4.031 10.594 10.336 10.594c4.71 0 8.227-2.062 10.453-6.047l2.11-3.773C37.843 34.117 46 32.945 46 21.32c0-10.968-7.102-18.304-17.742-18.304C17.359 3.016 10 10.398 10 21.414Zm3.539-.234V21.414c0-8.93 5.883-14.86 14.719-14.86c8.531 0 14.203 5.93 14.203 14.766c0 9.727-7.617 11.414-12.727 20.25l-2.039 3.492c-1.664 2.907-3.984 4.29-7.195 4.29c-4.336 0-6.961-2.72-6.961-7.196m4.992-8.812c.961 0 1.782-.82 1.782-1.782v-5.18h5.953c1.593 0 2.601.962 2.601 2.368c0 .727-.375 1.71-.937 2.39l-2.813 3.54c-.305.398-.469.82-.469 1.265c0 .961.82 1.758 1.782 1.758c.539 0 1.054-.281 1.453-.773l3.047-3.867c.96-1.22 1.593-3 1.593-4.454c0-3.445-2.507-5.765-6.304-5.765h-5.907v-1.57c0-4.5 3.141-7.477 7.922-7.477c4.547 0 7.477 2.953 7.477 7.476c0 .961.797 1.782 1.758 1.782c.96 0 1.781-.82 1.781-1.782c0-6.585-4.406-11.015-11.016-11.015c-6.843 0-11.46 4.43-11.46 11.015v10.29c0 .96.796 1.78 1.757 1.78"/></svg>

React

import type { SVGProps } from "react";

export function F7Ear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10 42.39c0 6.47 4.031 10.594 10.336 10.594c4.71 0 8.227-2.062 10.453-6.047l2.11-3.773C37.843 34.117 46 32.945 46 21.32c0-10.968-7.102-18.304-17.742-18.304C17.359 3.016 10 10.398 10 21.414Zm3.539-.234V21.414c0-8.93 5.883-14.86 14.719-14.86c8.531 0 14.203 5.93 14.203 14.766c0 9.727-7.617 11.414-12.727 20.25l-2.039 3.492c-1.664 2.907-3.984 4.29-7.195 4.29c-4.336 0-6.961-2.72-6.961-7.196m4.992-8.812c.961 0 1.782-.82 1.782-1.782v-5.18h5.953c1.593 0 2.601.962 2.601 2.368c0 .727-.375 1.71-.937 2.39l-2.813 3.54c-.305.398-.469.82-.469 1.265c0 .961.82 1.758 1.782 1.758c.539 0 1.054-.281 1.453-.773l3.047-3.867c.96-1.22 1.593-3 1.593-4.454c0-3.445-2.507-5.765-6.304-5.765h-5.907v-1.57c0-4.5 3.141-7.477 7.922-7.477c4.547 0 7.477 2.953 7.477 7.476c0 .961.797 1.782 1.758 1.782c.96 0 1.781-.82 1.781-1.782c0-6.585-4.406-11.015-11.016-11.015c-6.843 0-11.46 4.43-11.46 11.015v10.29c0 .96.796 1.78 1.757 1.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10 42.39c0 6.47 4.031 10.594 10.336 10.594c4.71 0 8.227-2.062 10.453-6.047l2.11-3.773C37.843 34.117 46 32.945 46 21.32c0-10.968-7.102-18.304-17.742-18.304C17.359 3.016 10 10.398 10 21.414Zm3.539-.234V21.414c0-8.93 5.883-14.86 14.719-14.86c8.531 0 14.203 5.93 14.203 14.766c0 9.727-7.617 11.414-12.727 20.25l-2.039 3.492c-1.664 2.907-3.984 4.29-7.195 4.29c-4.336 0-6.961-2.72-6.961-7.196m4.992-8.812c.961 0 1.782-.82 1.782-1.782v-5.18h5.953c1.593 0 2.601.962 2.601 2.368c0 .727-.375 1.71-.937 2.39l-2.813 3.54c-.305.398-.469.82-.469 1.265c0 .961.82 1.758 1.782 1.758c.539 0 1.054-.281 1.453-.773l3.047-3.867c.96-1.22 1.593-3 1.593-4.454c0-3.445-2.507-5.765-6.304-5.765h-5.907v-1.57c0-4.5 3.141-7.477 7.922-7.477c4.547 0 7.477 2.953 7.477 7.476c0 .961.797 1.782 1.758 1.782c.96 0 1.781-.82 1.781-1.782c0-6.585-4.406-11.015-11.016-11.015c-6.843 0-11.46 4.43-11.46 11.015v10.29c0 .96.796 1.78 1.757 1.78"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2042.39c0%206.47%204.031%2010.594%2010.336%2010.594c4.71%200%208.227-2.062%2010.453-6.047l2.11-3.773C37.843%2034.117%2046%2032.945%2046%2021.32c0-10.968-7.102-18.304-17.742-18.304C17.359%203.016%2010%2010.398%2010%2021.414Zm3.539-.234V21.414c0-8.93%205.883-14.86%2014.719-14.86c8.531%200%2014.203%205.93%2014.203%2014.766c0%209.727-7.617%2011.414-12.727%2020.25l-2.039%203.492c-1.664%202.907-3.984%204.29-7.195%204.29c-4.336%200-6.961-2.72-6.961-7.196m4.992-8.812c.961%200%201.782-.82%201.782-1.782v-5.18h5.953c1.593%200%202.601.962%202.601%202.368c0%20.727-.375%201.71-.937%202.39l-2.813%203.54c-.305.398-.469.82-.469%201.265c0%20.961.82%201.758%201.782%201.758c.539%200%201.054-.281%201.453-.773l3.047-3.867c.96-1.22%201.593-3%201.593-4.454c0-3.445-2.507-5.765-6.304-5.765h-5.907v-1.57c0-4.5%203.141-7.477%207.922-7.477c4.547%200%207.477%202.953%207.477%207.476c0%20.961.797%201.782%201.758%201.782c.96%200%201.781-.82%201.781-1.782c0-6.585-4.406-11.015-11.016-11.015c-6.843%200-11.46%204.43-11.46%2011.015v10.29c0%20.96.796%201.78%201.757%201.78%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2042.39c0%206.47%204.031%2010.594%2010.336%2010.594c4.71%200%208.227-2.062%2010.453-6.047l2.11-3.773C37.843%2034.117%2046%2032.945%2046%2021.32c0-10.968-7.102-18.304-17.742-18.304C17.359%203.016%2010%2010.398%2010%2021.414Zm3.539-.234V21.414c0-8.93%205.883-14.86%2014.719-14.86c8.531%200%2014.203%205.93%2014.203%2014.766c0%209.727-7.617%2011.414-12.727%2020.25l-2.039%203.492c-1.664%202.907-3.984%204.29-7.195%204.29c-4.336%200-6.961-2.72-6.961-7.196m4.992-8.812c.961%200%201.782-.82%201.782-1.782v-5.18h5.953c1.593%200%202.601.962%202.601%202.368c0%20.727-.375%201.71-.937%202.39l-2.813%203.54c-.305.398-.469.82-.469%201.265c0%20.961.82%201.758%201.782%201.758c.539%200%201.054-.281%201.453-.773l3.047-3.867c.96-1.22%201.593-3%201.593-4.454c0-3.445-2.507-5.765-6.304-5.765h-5.907v-1.57c0-4.5%203.141-7.477%207.922-7.477c4.547%200%207.477%202.953%207.477%207.476c0%20.961.797%201.782%201.758%201.782c.96%200%201.781-.82%201.781-1.782c0-6.585-4.406-11.015-11.016-11.015c-6.843%200-11.46%204.43-11.46%2011.015v10.29c0%20.96.796%201.78%201.757%201.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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