badge euro icon
badge-euro from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- badge-euro
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the badge euro 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="m14.394 3l-.246-.209a3.31 3.31 0 0 0-4.296 0l-.246.21a4 4 0 0 1-2.276.943l-.323.025A3.31 3.31 0 0 0 3.97 7.007l-.025.323A4 4 0 0 1 3 9.606l-.21.246a3.31 3.31 0 0 0 0 4.296l.21.246a4 4 0 0 1 .943 2.276l.025.323a3.31 3.31 0 0 0 3.038 3.038l.323.025A4 4 0 0 1 9.606 21l.246.21a3.31 3.31 0 0 0 4.296 0l.246-.21a4 4 0 0 1 2.276-.943l.323-.025a3.31 3.31 0 0 0 3.038-3.038l.025-.323A4 4 0 0 1 21 14.394l.21-.246a3.31 3.31 0 0 0 0-4.296L21 9.606a4 4 0 0 1-.943-2.276l-.025-.323a3.31 3.31 0 0 0-3.038-3.038l-.323-.025A4 4 0 0 1 14.394 3"/><path d="M14.5 9.5C14 8.5 13.194 8 12.106 8A2.606 2.606 0 0 0 9.5 10.606v2.788A2.606 2.606 0 0 0 12.106 16c1.088 0 1.894-.5 2.394-1.5M8 12h4.106"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBadgeEuro(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="m14.394 3l-.246-.209a3.31 3.31 0 0 0-4.296 0l-.246.21a4 4 0 0 1-2.276.943l-.323.025A3.31 3.31 0 0 0 3.97 7.007l-.025.323A4 4 0 0 1 3 9.606l-.21.246a3.31 3.31 0 0 0 0 4.296l.21.246a4 4 0 0 1 .943 2.276l.025.323a3.31 3.31 0 0 0 3.038 3.038l.323.025A4 4 0 0 1 9.606 21l.246.21a3.31 3.31 0 0 0 4.296 0l.246-.21a4 4 0 0 1 2.276-.943l.323-.025a3.31 3.31 0 0 0 3.038-3.038l.025-.323A4 4 0 0 1 21 14.394l.21-.246a3.31 3.31 0 0 0 0-4.296L21 9.606a4 4 0 0 1-.943-2.276l-.025-.323a3.31 3.31 0 0 0-3.038-3.038l-.323-.025A4 4 0 0 1 14.394 3"/><path d="M14.5 9.5C14 8.5 13.194 8 12.106 8A2.606 2.606 0 0 0 9.5 10.606v2.788A2.606 2.606 0 0 0 12.106 16c1.088 0 1.894-.5 2.394-1.5M8 12h4.106"/></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="m14.394 3l-.246-.209a3.31 3.31 0 0 0-4.296 0l-.246.21a4 4 0 0 1-2.276.943l-.323.025A3.31 3.31 0 0 0 3.97 7.007l-.025.323A4 4 0 0 1 3 9.606l-.21.246a3.31 3.31 0 0 0 0 4.296l.21.246a4 4 0 0 1 .943 2.276l.025.323a3.31 3.31 0 0 0 3.038 3.038l.323.025A4 4 0 0 1 9.606 21l.246.21a3.31 3.31 0 0 0 4.296 0l.246-.21a4 4 0 0 1 2.276-.943l.323-.025a3.31 3.31 0 0 0 3.038-3.038l.025-.323A4 4 0 0 1 21 14.394l.21-.246a3.31 3.31 0 0 0 0-4.296L21 9.606a4 4 0 0 1-.943-2.276l-.025-.323a3.31 3.31 0 0 0-3.038-3.038l-.323-.025A4 4 0 0 1 14.394 3"/><path d="M14.5 9.5C14 8.5 13.194 8 12.106 8A2.606 2.606 0 0 0 9.5 10.606v2.788A2.606 2.606 0 0 0 12.106 16c1.088 0 1.894-.5 2.394-1.5M8 12h4.106"/></g></svg> </template>
CSS
.icon-badge-euro {
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%22m14.394%203l-.246-.209a3.31%203.31%200%200%200-4.296%200l-.246.21a4%204%200%200%201-2.276.943l-.323.025A3.31%203.31%200%200%200%203.97%207.007l-.025.323A4%204%200%200%201%203%209.606l-.21.246a3.31%203.31%200%200%200%200%204.296l.21.246a4%204%200%200%201%20.943%202.276l.025.323a3.31%203.31%200%200%200%203.038%203.038l.323.025A4%204%200%200%201%209.606%2021l.246.21a3.31%203.31%200%200%200%204.296%200l.246-.21a4%204%200%200%201%202.276-.943l.323-.025a3.31%203.31%200%200%200%203.038-3.038l.025-.323A4%204%200%200%201%2021%2014.394l.21-.246a3.31%203.31%200%200%200%200-4.296L21%209.606a4%204%200%200%201-.943-2.276l-.025-.323a3.31%203.31%200%200%200-3.038-3.038l-.323-.025A4%204%200%200%201%2014.394%203%22%2F%3E%3Cpath%20d%3D%22M14.5%209.5C14%208.5%2013.194%208%2012.106%208A2.606%202.606%200%200%200%209.5%2010.606v2.788A2.606%202.606%200%200%200%2012.106%2016c1.088%200%201.894-.5%202.394-1.5M8%2012h4.106%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%22m14.394%203l-.246-.209a3.31%203.31%200%200%200-4.296%200l-.246.21a4%204%200%200%201-2.276.943l-.323.025A3.31%203.31%200%200%200%203.97%207.007l-.025.323A4%204%200%200%201%203%209.606l-.21.246a3.31%203.31%200%200%200%200%204.296l.21.246a4%204%200%200%201%20.943%202.276l.025.323a3.31%203.31%200%200%200%203.038%203.038l.323.025A4%204%200%200%201%209.606%2021l.246.21a3.31%203.31%200%200%200%204.296%200l.246-.21a4%204%200%200%201%202.276-.943l.323-.025a3.31%203.31%200%200%200%203.038-3.038l.025-.323A4%204%200%200%201%2021%2014.394l.21-.246a3.31%203.31%200%200%200%200-4.296L21%209.606a4%204%200%200%201-.943-2.276l-.025-.323a3.31%203.31%200%200%200-3.038-3.038l-.323-.025A4%204%200%200%201%2014.394%203%22%2F%3E%3Cpath%20d%3D%22M14.5%209.5C14%208.5%2013.194%208%2012.106%208A2.606%202.606%200%200%200%209.5%2010.606v2.788A2.606%202.606%200%200%200%2012.106%2016c1.088%200%201.894-.5%202.394-1.5M8%2012h4.106%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/badge-euro.svg?color=%231a73e8&size=48