euro circle icon
euro-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- euro-circle-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- euro-circle-fill
2 other variants in Ant Design Icons
The same icon in other sets
Use the euro circle 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 64m63.5 375.8c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8h-136c-.3 4.4-.3 9.1-.3 13.8v36h136.2c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H444.9c15.3 62 61.3 98.6 129.8 98.6c19.9 0 37.1-1.2 51.8-4.1c4.9-1 9.5 2.8 9.5 7.8v42.8c0 3.8-2.7 7-6.4 7.8c-15.9 3.4-34.3 5.1-55.3 5.1c-109.8 0-183-58.8-200.2-158H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.8.3-12.8H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.7c19.7-94.2 92-149.9 198.6-149.9c20.9 0 39.4 1.9 55.3 5.4c3.7.8 6.3 4 6.3 7.8V346h.1c0 5.1-4.6 8.8-9.6 7.8c-14.7-2.9-31.8-4.4-51.7-4.4c-65.4 0-110.4 33.5-127.6 90.4z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignEuroCircleFilled(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 64m63.5 375.8c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8h-136c-.3 4.4-.3 9.1-.3 13.8v36h136.2c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H444.9c15.3 62 61.3 98.6 129.8 98.6c19.9 0 37.1-1.2 51.8-4.1c4.9-1 9.5 2.8 9.5 7.8v42.8c0 3.8-2.7 7-6.4 7.8c-15.9 3.4-34.3 5.1-55.3 5.1c-109.8 0-183-58.8-200.2-158H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.8.3-12.8H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.7c19.7-94.2 92-149.9 198.6-149.9c20.9 0 39.4 1.9 55.3 5.4c3.7.8 6.3 4 6.3 7.8V346h.1c0 5.1-4.6 8.8-9.6 7.8c-14.7-2.9-31.8-4.4-51.7-4.4c-65.4 0-110.4 33.5-127.6 90.4z"/></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 64m63.5 375.8c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8h-136c-.3 4.4-.3 9.1-.3 13.8v36h136.2c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H444.9c15.3 62 61.3 98.6 129.8 98.6c19.9 0 37.1-1.2 51.8-4.1c4.9-1 9.5 2.8 9.5 7.8v42.8c0 3.8-2.7 7-6.4 7.8c-15.9 3.4-34.3 5.1-55.3 5.1c-109.8 0-183-58.8-200.2-158H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.8.3-12.8H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.7c19.7-94.2 92-149.9 198.6-149.9c20.9 0 39.4 1.9 55.3 5.4c3.7.8 6.3 4 6.3 7.8V346h.1c0 5.1-4.6 8.8-9.6 7.8c-14.7-2.9-31.8-4.4-51.7-4.4c-65.4 0-110.4 33.5-127.6 90.4z"/></svg> </template>
CSS
.icon-euro-circle-filled {
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%2064m63.5%20375.8c4.4%200%208%203.6%208%208V475c0%204.4-3.6%208-8%208h-136c-.3%204.4-.3%209.1-.3%2013.8v36h136.2c4.4%200%208%203.6%208%208V568c0%204.4-3.6%208-8%208H444.9c15.3%2062%2061.3%2098.6%20129.8%2098.6c19.9%200%2037.1-1.2%2051.8-4.1c4.9-1%209.5%202.8%209.5%207.8v42.8c0%203.8-2.7%207-6.4%207.8c-15.9%203.4-34.3%205.1-55.3%205.1c-109.8%200-183-58.8-200.2-158H344c-4.4%200-8-3.6-8-8v-27.2c0-4.4%203.6-8%208-8h26.1v-36.9c0-4.4%200-8.8.3-12.8H344c-4.4%200-8-3.6-8-8v-27.2c0-4.4%203.6-8%208-8h31.7c19.7-94.2%2092-149.9%20198.6-149.9c20.9%200%2039.4%201.9%2055.3%205.4c3.7.8%206.3%204%206.3%207.8V346h.1c0%205.1-4.6%208.8-9.6%207.8c-14.7-2.9-31.8-4.4-51.7-4.4c-65.4%200-110.4%2033.5-127.6%2090.4z%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%2064m63.5%20375.8c4.4%200%208%203.6%208%208V475c0%204.4-3.6%208-8%208h-136c-.3%204.4-.3%209.1-.3%2013.8v36h136.2c4.4%200%208%203.6%208%208V568c0%204.4-3.6%208-8%208H444.9c15.3%2062%2061.3%2098.6%20129.8%2098.6c19.9%200%2037.1-1.2%2051.8-4.1c4.9-1%209.5%202.8%209.5%207.8v42.8c0%203.8-2.7%207-6.4%207.8c-15.9%203.4-34.3%205.1-55.3%205.1c-109.8%200-183-58.8-200.2-158H344c-4.4%200-8-3.6-8-8v-27.2c0-4.4%203.6-8%208-8h26.1v-36.9c0-4.4%200-8.8.3-12.8H344c-4.4%200-8-3.6-8-8v-27.2c0-4.4%203.6-8%208-8h31.7c19.7-94.2%2092-149.9%20198.6-149.9c20.9%200%2039.4%201.9%2055.3%205.4c3.7.8%206.3%204%206.3%207.8V346h.1c0%205.1-4.6%208.8-9.6%207.8c-14.7-2.9-31.8-4.4-51.7-4.4c-65.4%200-110.4%2033.5-127.6%2090.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/euro-circle-filled.svg?color=%231a73e8&size=48