bedug 02 icon
bedug-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bedug-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the bedug 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"><path stroke-width="1.5" d="M22 10c0-3.866-1.5-6-4-7c-1.466-.622-3.391-1-5.5-1S8.466 2.378 7 3"/><path stroke-width="1.5" d="M7 3c1.466-.622 3.391-1 5.5-1s4.034.378 5.5 1c2.5 1 4 3.134 4 7s-1.5 6-4 7c-1.466.622-3.391 1-5.5 1s-4.034-.378-5.5-1"/><path stroke-linecap="round" stroke-width="1.5" d="m9 22l9-9M2 15l5-5m-4 0c0-3.866 1.79-7 4-7s4 3.134 4 7s-1.79 7-4 7c-1.487 0-2.784-1.42-3.474-3.526"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M7 10h.009"/><path stroke-linecap="round" stroke-width="1.5" d="m18 22l-2-2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBedug02(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"><path strokeWidth="1.5" d="M22 10c0-3.866-1.5-6-4-7c-1.466-.622-3.391-1-5.5-1S8.466 2.378 7 3"/><path strokeWidth="1.5" d="M7 3c1.466-.622 3.391-1 5.5-1s4.034.378 5.5 1c2.5 1 4 3.134 4 7s-1.5 6-4 7c-1.466.622-3.391 1-5.5 1s-4.034-.378-5.5-1"/><path strokeLinecap="round" strokeWidth="1.5" d="m9 22l9-9M2 15l5-5m-4 0c0-3.866 1.79-7 4-7s4 3.134 4 7s-1.79 7-4 7c-1.487 0-2.784-1.42-3.474-3.526"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="3" d="M7 10h.009"/><path strokeLinecap="round" strokeWidth="1.5" d="m18 22l-2-2"/></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"><path stroke-width="1.5" d="M22 10c0-3.866-1.5-6-4-7c-1.466-.622-3.391-1-5.5-1S8.466 2.378 7 3"/><path stroke-width="1.5" d="M7 3c1.466-.622 3.391-1 5.5-1s4.034.378 5.5 1c2.5 1 4 3.134 4 7s-1.5 6-4 7c-1.466.622-3.391 1-5.5 1s-4.034-.378-5.5-1"/><path stroke-linecap="round" stroke-width="1.5" d="m9 22l9-9M2 15l5-5m-4 0c0-3.866 1.79-7 4-7s4 3.134 4 7s-1.79 7-4 7c-1.487 0-2.784-1.42-3.474-3.526"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M7 10h.009"/><path stroke-linecap="round" stroke-width="1.5" d="m18 22l-2-2"/></g></svg> </template>
CSS
.icon-bedug-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%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M22%2010c0-3.866-1.5-6-4-7c-1.466-.622-3.391-1-5.5-1S8.466%202.378%207%203%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M7%203c1.466-.622%203.391-1%205.5-1s4.034.378%205.5%201c2.5%201%204%203.134%204%207s-1.5%206-4%207c-1.466.622-3.391%201-5.5%201s-4.034-.378-5.5-1%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m9%2022l9-9M2%2015l5-5m-4%200c0-3.866%201.79-7%204-7s4%203.134%204%207s-1.79%207-4%207c-1.487%200-2.784-1.42-3.474-3.526%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M7%2010h.009%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m18%2022l-2-2%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%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M22%2010c0-3.866-1.5-6-4-7c-1.466-.622-3.391-1-5.5-1S8.466%202.378%207%203%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M7%203c1.466-.622%203.391-1%205.5-1s4.034.378%205.5%201c2.5%201%204%203.134%204%207s-1.5%206-4%207c-1.466.622-3.391%201-5.5%201s-4.034-.378-5.5-1%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m9%2022l9-9M2%2015l5-5m-4%200c0-3.866%201.79-7%204-7s4%203.134%204%207s-1.79%207-4%207c-1.487%200-2.784-1.42-3.474-3.526%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M7%2010h.009%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m18%2022l-2-2%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/bedug-02.svg?color=%231a73e8&size=48