ear icon
ear from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- ear
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
earEmoji One (Colored)earFramework7 IconsearFluent EmojiearFluent Emoji FlatearFluent Emoji High ContrastearFirefox OS EmojiearHealth IconsearHuge IconsearIonIconsearLucideear-fillMingCute IconearMyna UI IconsearNoto EmojiearOpenMojiearPhosphorearStreamline EmojisearTabler IconsearTwitter EmojiearUnicons
Use the ear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.5 1A4.5 4.5 0 0 0 4 5.5v7.047a2.453 2.453 0 0 0 4.75.861l.512-1.363a5.6 5.6 0 0 1 .816-1.46l2.008-2.581A4.34 4.34 0 0 0 8.66 1zM3 5.5A5.5 5.5 0 0 1 8.5 0h.16a5.34 5.34 0 0 1 4.215 8.618l-2.008 2.581a4.6 4.6 0 0 0-.67 1.197l-.51 1.363A3.453 3.453 0 0 1 3 12.547zM8.5 4A1.5 1.5 0 0 0 7 5.5v2.695q.168-.09.332-.192c.327-.208.577-.44.72-.727a.5.5 0 1 1 .895.448c-.256.513-.673.865-1.079 1.123A9 9 0 0 1 7 9.313V11.5a.5.5 0 0 1-1 0v-6a2.5 2.5 0 0 1 5 0V6a.5.5 0 0 1-1 0v-.5A1.5 1.5 0 0 0 8.5 4"/></svg>
React
import type { SVGProps } from "react";
export function BiEar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.5 1A4.5 4.5 0 0 0 4 5.5v7.047a2.453 2.453 0 0 0 4.75.861l.512-1.363a5.6 5.6 0 0 1 .816-1.46l2.008-2.581A4.34 4.34 0 0 0 8.66 1zM3 5.5A5.5 5.5 0 0 1 8.5 0h.16a5.34 5.34 0 0 1 4.215 8.618l-2.008 2.581a4.6 4.6 0 0 0-.67 1.197l-.51 1.363A3.453 3.453 0 0 1 3 12.547zM8.5 4A1.5 1.5 0 0 0 7 5.5v2.695q.168-.09.332-.192c.327-.208.577-.44.72-.727a.5.5 0 1 1 .895.448c-.256.513-.673.865-1.079 1.123A9 9 0 0 1 7 9.313V11.5a.5.5 0 0 1-1 0v-6a2.5 2.5 0 0 1 5 0V6a.5.5 0 0 1-1 0v-.5A1.5 1.5 0 0 0 8.5 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.5 1A4.5 4.5 0 0 0 4 5.5v7.047a2.453 2.453 0 0 0 4.75.861l.512-1.363a5.6 5.6 0 0 1 .816-1.46l2.008-2.581A4.34 4.34 0 0 0 8.66 1zM3 5.5A5.5 5.5 0 0 1 8.5 0h.16a5.34 5.34 0 0 1 4.215 8.618l-2.008 2.581a4.6 4.6 0 0 0-.67 1.197l-.51 1.363A3.453 3.453 0 0 1 3 12.547zM8.5 4A1.5 1.5 0 0 0 7 5.5v2.695q.168-.09.332-.192c.327-.208.577-.44.72-.727a.5.5 0 1 1 .895.448c-.256.513-.673.865-1.079 1.123A9 9 0 0 1 7 9.313V11.5a.5.5 0 0 1-1 0v-6a2.5 2.5 0 0 1 5 0V6a.5.5 0 0 1-1 0v-.5A1.5 1.5 0 0 0 8.5 4"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%201A4.5%204.5%200%200%200%204%205.5v7.047a2.453%202.453%200%200%200%204.75.861l.512-1.363a5.6%205.6%200%200%201%20.816-1.46l2.008-2.581A4.34%204.34%200%200%200%208.66%201zM3%205.5A5.5%205.5%200%200%201%208.5%200h.16a5.34%205.34%200%200%201%204.215%208.618l-2.008%202.581a4.6%204.6%200%200%200-.67%201.197l-.51%201.363A3.453%203.453%200%200%201%203%2012.547zM8.5%204A1.5%201.5%200%200%200%207%205.5v2.695q.168-.09.332-.192c.327-.208.577-.44.72-.727a.5.5%200%201%201%20.895.448c-.256.513-.673.865-1.079%201.123A9%209%200%200%201%207%209.313V11.5a.5.5%200%200%201-1%200v-6a2.5%202.5%200%200%201%205%200V6a.5.5%200%200%201-1%200v-.5A1.5%201.5%200%200%200%208.5%204%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%201A4.5%204.5%200%200%200%204%205.5v7.047a2.453%202.453%200%200%200%204.75.861l.512-1.363a5.6%205.6%200%200%201%20.816-1.46l2.008-2.581A4.34%204.34%200%200%200%208.66%201zM3%205.5A5.5%205.5%200%200%201%208.5%200h.16a5.34%205.34%200%200%201%204.215%208.618l-2.008%202.581a4.6%204.6%200%200%200-.67%201.197l-.51%201.363A3.453%203.453%200%200%201%203%2012.547zM8.5%204A1.5%201.5%200%200%200%207%205.5v2.695q.168-.09.332-.192c.327-.208.577-.44.72-.727a.5.5%200%201%201%20.895.448c-.256.513-.673.865-1.079%201.123A9%209%200%200%201%207%209.313V11.5a.5.5%200%200%201-1%200v-6a2.5%202.5%200%200%201%205%200V6a.5.5%200%200%201-1%200v-.5A1.5%201.5%200%200%200%208.5%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/ear.svg?color=%231a73e8&size=48