euro icon
euro-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- euro-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
1 other variant in Ant Design Icons
The same icon in other sets
Related icons in Ant Design Icons
Use the euro icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372m117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4c-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158c20.9 0 39.4-1.7 55.3-5.1c3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8c-14.7 2.8-31.9 4.1-51.8 4.1c-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4c19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignEuroOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372m117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4c-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158c20.9 0 39.4-1.7 55.3-5.1c3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8c-14.7 2.8-31.9 4.1-51.8 4.1c-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4c19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372m117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4c-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158c20.9 0 39.4-1.7 55.3-5.1c3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8c-14.7 2.8-31.9 4.1-51.8 4.1c-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4c19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8"/></svg> </template>
CSS
.icon-euro-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372s372%20166.6%20372%20372s-166.6%20372-372%20372m117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4c-106.7%200-178.9%2055.7-198.6%20149.9H344c-4.4%200-8%203.6-8%208v27.2c0%204.4%203.6%208%208%208h26.4c-.3%204.1-.3%208.4-.3%2012.8v36.9H344c-4.4%200-8%203.6-8%208V568c0%204.4%203.6%208%208%208h30.2c17.2%2099.2%2090.4%20158%20200.2%20158c20.9%200%2039.4-1.7%2055.3-5.1c3.7-.8%206.4-4%206.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8c-14.7%202.8-31.9%204.1-51.8%204.1c-68.5%200-114.5-36.6-129.8-98.6h130.6c4.4%200%208-3.6%208-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7%200-9.4.3-13.8h135.9c4.4%200%208-3.6%208-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9%2062.3-90.4%20127.6-90.4c19.9%200%2037.1%201.5%2051.7%204.4a8%208%200%200%200%209.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372s372%20166.6%20372%20372s-166.6%20372-372%20372m117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4c-106.7%200-178.9%2055.7-198.6%20149.9H344c-4.4%200-8%203.6-8%208v27.2c0%204.4%203.6%208%208%208h26.4c-.3%204.1-.3%208.4-.3%2012.8v36.9H344c-4.4%200-8%203.6-8%208V568c0%204.4%203.6%208%208%208h30.2c17.2%2099.2%2090.4%20158%20200.2%20158c20.9%200%2039.4-1.7%2055.3-5.1c3.7-.8%206.4-4%206.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8c-14.7%202.8-31.9%204.1-51.8%204.1c-68.5%200-114.5-36.6-129.8-98.6h130.6c4.4%200%208-3.6%208-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7%200-9.4.3-13.8h135.9c4.4%200%208-3.6%208-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9%2062.3-90.4%20127.6-90.4c19.9%200%2037.1%201.5%2051.7%204.4a8%208%200%200%200%209.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/euro-outlined.svg?color=%231a73e8&size=48