currency euro icon
currency-euro-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.
- Name
- currency-euro-20-solid
- Set
- HeroIcons
- Style
- Solid 20x20
- Viewbox
- 20×20
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
Related icons in HeroIcons
Use the currency euro icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16M8.798 7.45c.512-.67 1.135-.95 1.702-.95s1.19.28 1.702.95a.75.75 0 0 0 1.192-.91C12.637 5.55 11.596 5 10.5 5s-2.137.55-2.894 1.54A5.2 5.2 0 0 0 6.83 8H5.75a.75.75 0 0 0 0 1.5h.77a6 6 0 0 0 0 1h-.77a.75.75 0 0 0 0 1.5h1.08a5.2 5.2 0 0 0 .776 1.46C8.363 14.45 9.404 15 10.5 15s2.137-.55 2.894-1.54a.75.75 0 0 0-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.5 3.5 0 0 1-.343-.55h1.795a.75.75 0 0 0 0-1.5H8.026a5 5 0 0 1 0-1h2.224a.75.75 0 0 0 0-1.5H8.455q.147-.294.343-.55" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsCurrencyEuro20Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fillRule="evenodd" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16M8.798 7.45c.512-.67 1.135-.95 1.702-.95s1.19.28 1.702.95a.75.75 0 0 0 1.192-.91C12.637 5.55 11.596 5 10.5 5s-2.137.55-2.894 1.54A5.2 5.2 0 0 0 6.83 8H5.75a.75.75 0 0 0 0 1.5h.77a6 6 0 0 0 0 1h-.77a.75.75 0 0 0 0 1.5h1.08a5.2 5.2 0 0 0 .776 1.46C8.363 14.45 9.404 15 10.5 15s2.137-.55 2.894-1.54a.75.75 0 0 0-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.5 3.5 0 0 1-.343-.55h1.795a.75.75 0 0 0 0-1.5H8.026a5 5 0 0 1 0-1h2.224a.75.75 0 0 0 0-1.5H8.455q.147-.294.343-.55" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16M8.798 7.45c.512-.67 1.135-.95 1.702-.95s1.19.28 1.702.95a.75.75 0 0 0 1.192-.91C12.637 5.55 11.596 5 10.5 5s-2.137.55-2.894 1.54A5.2 5.2 0 0 0 6.83 8H5.75a.75.75 0 0 0 0 1.5h.77a6 6 0 0 0 0 1h-.77a.75.75 0 0 0 0 1.5h1.08a5.2 5.2 0 0 0 .776 1.46C8.363 14.45 9.404 15 10.5 15s2.137-.55 2.894-1.54a.75.75 0 0 0-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.5 3.5 0 0 1-.343-.55h1.795a.75.75 0 0 0 0-1.5H8.026a5 5 0 0 1 0-1h2.224a.75.75 0 0 0 0-1.5H8.455q.147-.294.343-.55" clip-rule="evenodd"/></svg> </template>
CSS
.icon-currency-euro-20-solid {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016M8.798%207.45c.512-.67%201.135-.95%201.702-.95s1.19.28%201.702.95a.75.75%200%200%200%201.192-.91C12.637%205.55%2011.596%205%2010.5%205s-2.137.55-2.894%201.54A5.2%205.2%200%200%200%206.83%208H5.75a.75.75%200%200%200%200%201.5h.77a6%206%200%200%200%200%201h-.77a.75.75%200%200%200%200%201.5h1.08a5.2%205.2%200%200%200%20.776%201.46C8.363%2014.45%209.404%2015%2010.5%2015s2.137-.55%202.894-1.54a.75.75%200%200%200-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.5%203.5%200%200%201-.343-.55h1.795a.75.75%200%200%200%200-1.5H8.026a5%205%200%200%201%200-1h2.224a.75.75%200%200%200%200-1.5H8.455q.147-.294.343-.55%22%20clip-rule%3D%22evenodd%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016M8.798%207.45c.512-.67%201.135-.95%201.702-.95s1.19.28%201.702.95a.75.75%200%200%200%201.192-.91C12.637%205.55%2011.596%205%2010.5%205s-2.137.55-2.894%201.54A5.2%205.2%200%200%200%206.83%208H5.75a.75.75%200%200%200%200%201.5h.77a6%206%200%200%200%200%201h-.77a.75.75%200%200%200%200%201.5h1.08a5.2%205.2%200%200%200%20.776%201.46C8.363%2014.45%209.404%2015%2010.5%2015s2.137-.55%202.894-1.54a.75.75%200%200%200-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.5%203.5%200%200%201-.343-.55h1.795a.75.75%200%200%200%200-1.5H8.026a5%205%200%200%201%200-1h2.224a.75.75%200%200%200%200-1.5H8.455q.147-.294.343-.55%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/currency-euro-20-solid.svg?color=%231a73e8&size=48