ear rings 02 icon
ear-rings-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ear-rings-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the ear rings 02 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-width="1.5"><path d="M4 14.006c3.6 0 2.4 4 6 4m4-4c3.6 0 2.4 4 6 4"/><path stroke-linecap="round" d="M7 21c1.657 0 3-2.462 3-5.498s-1.343-5.498-3-5.498s-3 2.461-3 5.498C4 18.538 5.343 21 7 21Zm10 0c1.657 0 3-2.462 3-5.498s-1.343-5.498-3-5.498s-3 2.461-3 5.498C14 18.538 15.343 21 17 21Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.955 7.234c-.35-.201-.894-.52-1.022-2.446C8.82 3.081 7.269 2.91 6.676 3.03c-.557.113-1.6.701-1.668 1.924c-.046.82.462 1.606 1.665 2.085c.202.08.345.27.345.489v2.234m12.919-2.528c-.35-.201-.895-.52-1.022-2.446c-.113-1.707-1.664-1.878-2.257-1.758c-.557.113-1.6.701-1.668 1.924c-.046.82.462 1.606 1.665 2.085c.202.08.345.27.345.489v2.234"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsEarRings02(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" strokeWidth="1.5"><path d="M4 14.006c3.6 0 2.4 4 6 4m4-4c3.6 0 2.4 4 6 4"/><path strokeLinecap="round" d="M7 21c1.657 0 3-2.462 3-5.498s-1.343-5.498-3-5.498s-3 2.461-3 5.498C4 18.538 5.343 21 7 21Zm10 0c1.657 0 3-2.462 3-5.498s-1.343-5.498-3-5.498s-3 2.461-3 5.498C14 18.538 15.343 21 17 21Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M9.955 7.234c-.35-.201-.894-.52-1.022-2.446C8.82 3.081 7.269 2.91 6.676 3.03c-.557.113-1.6.701-1.668 1.924c-.046.82.462 1.606 1.665 2.085c.202.08.345.27.345.489v2.234m12.919-2.528c-.35-.201-.895-.52-1.022-2.446c-.113-1.707-1.664-1.878-2.257-1.758c-.557.113-1.6.701-1.668 1.924c-.046.82.462 1.606 1.665 2.085c.202.08.345.27.345.489v2.234"/></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-width="1.5"><path d="M4 14.006c3.6 0 2.4 4 6 4m4-4c3.6 0 2.4 4 6 4"/><path stroke-linecap="round" d="M7 21c1.657 0 3-2.462 3-5.498s-1.343-5.498-3-5.498s-3 2.461-3 5.498C4 18.538 5.343 21 7 21Zm10 0c1.657 0 3-2.462 3-5.498s-1.343-5.498-3-5.498s-3 2.461-3 5.498C14 18.538 15.343 21 17 21Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.955 7.234c-.35-.201-.894-.52-1.022-2.446C8.82 3.081 7.269 2.91 6.676 3.03c-.557.113-1.6.701-1.668 1.924c-.046.82.462 1.606 1.665 2.085c.202.08.345.27.345.489v2.234m12.919-2.528c-.35-.201-.895-.52-1.022-2.446c-.113-1.707-1.664-1.878-2.257-1.758c-.557.113-1.6.701-1.668 1.924c-.046.82.462 1.606 1.665 2.085c.202.08.345.27.345.489v2.234"/></g></svg> </template>
CSS
.icon-ear-rings-02 {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2014.006c3.6%200%202.4%204%206%204m4-4c3.6%200%202.4%204%206%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2021c1.657%200%203-2.462%203-5.498s-1.343-5.498-3-5.498s-3%202.461-3%205.498C4%2018.538%205.343%2021%207%2021Zm10%200c1.657%200%203-2.462%203-5.498s-1.343-5.498-3-5.498s-3%202.461-3%205.498C14%2018.538%2015.343%2021%2017%2021Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.955%207.234c-.35-.201-.894-.52-1.022-2.446C8.82%203.081%207.269%202.91%206.676%203.03c-.557.113-1.6.701-1.668%201.924c-.046.82.462%201.606%201.665%202.085c.202.08.345.27.345.489v2.234m12.919-2.528c-.35-.201-.895-.52-1.022-2.446c-.113-1.707-1.664-1.878-2.257-1.758c-.557.113-1.6.701-1.668%201.924c-.046.82.462%201.606%201.665%202.085c.202.08.345.27.345.489v2.234%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2014.006c3.6%200%202.4%204%206%204m4-4c3.6%200%202.4%204%206%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2021c1.657%200%203-2.462%203-5.498s-1.343-5.498-3-5.498s-3%202.461-3%205.498C4%2018.538%205.343%2021%207%2021Zm10%200c1.657%200%203-2.462%203-5.498s-1.343-5.498-3-5.498s-3%202.461-3%205.498C14%2018.538%2015.343%2021%2017%2021Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.955%207.234c-.35-.201-.894-.52-1.022-2.446C8.82%203.081%207.269%202.91%206.676%203.03c-.557.113-1.6.701-1.668%201.924c-.046.82.462%201.606%201.665%202.085c.202.08.345.27.345.489v2.234m12.919-2.528c-.35-.201-.895-.52-1.022-2.446c-.113-1.707-1.664-1.878-2.257-1.758c-.557.113-1.6.701-1.668%201.924c-.046.82.462%201.606%201.665%202.085c.202.08.345.27.345.489v2.234%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-rings-02.svg?color=%231a73e8&size=48