euro circle icon
euro-circle from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.
- Name
- euro-circle
- Set
- Reicon
- Style
- Outline
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All euro circle icons →More money icons from Reicon
Use the euro circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY9)"><path d="M13.467 6.357a4.47 4.47 0 0 0-2.957.36c-.925.454-1.697 1.206-2.231 2.145q-.243.425-.414.888H6.5a.75.75 0 0 0 0 1.5h1.007a6.6 6.6 0 0 0 0 1.5H6.5a.75.75 0 0 0 0 1.5h1.365q.171.463.414.888c.534.939 1.306 1.691 2.23 2.145a4.47 4.47 0 0 0 2.958.36c.997-.222 1.898-.779 2.597-1.578a.75.75 0 1 0-1.129-.987c-.507.579-1.133.954-1.794 1.101a2.97 2.97 0 0 1-1.971-.243c-.63-.31-1.188-.838-1.588-1.54l-.08-.146H12.5a.75.75 0 1 0 0-1.5H9.02a5 5 0 0 1 0-1.5h3.48a.75.75 0 1 0 0-1.5H9.502q.038-.075.08-.146c.399-.702.956-1.23 1.587-1.54a2.97 2.97 0 0 1 1.97-.243c.662.147 1.288.523 1.795 1.101a.75.75 0 1 0 1.129-.987c-.7-.8-1.6-1.356-2.597-1.578"/><path fill-rule="evenodd" d="M12 .25C5.51.25.25 5.51.25 12S5.51 23.75 12 23.75S23.75 18.49 23.75 12S18.49.25 12 .25M1.75 12C1.75 6.34 6.34 1.75 12 1.75S22.25 6.34 22.25 12S17.66 22.25 12 22.25S1.75 17.66 1.75 12" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY9"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function ReiconEuroCircle(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"><g fill="currentColor" clipPath="url(#SVGBgS7qSkY9)"><path d="M13.467 6.357a4.47 4.47 0 0 0-2.957.36c-.925.454-1.697 1.206-2.231 2.145q-.243.425-.414.888H6.5a.75.75 0 0 0 0 1.5h1.007a6.6 6.6 0 0 0 0 1.5H6.5a.75.75 0 0 0 0 1.5h1.365q.171.463.414.888c.534.939 1.306 1.691 2.23 2.145a4.47 4.47 0 0 0 2.958.36c.997-.222 1.898-.779 2.597-1.578a.75.75 0 1 0-1.129-.987c-.507.579-1.133.954-1.794 1.101a2.97 2.97 0 0 1-1.971-.243c-.63-.31-1.188-.838-1.588-1.54l-.08-.146H12.5a.75.75 0 1 0 0-1.5H9.02a5 5 0 0 1 0-1.5h3.48a.75.75 0 1 0 0-1.5H9.502q.038-.075.08-.146c.399-.702.956-1.23 1.587-1.54a2.97 2.97 0 0 1 1.97-.243c.662.147 1.288.523 1.795 1.101a.75.75 0 1 0 1.129-.987c-.7-.8-1.6-1.356-2.597-1.578"/><path fillRule="evenodd" d="M12 .25C5.51.25.25 5.51.25 12S5.51 23.75 12 23.75S23.75 18.49 23.75 12S18.49.25 12 .25M1.75 12C1.75 6.34 6.34 1.75 12 1.75S22.25 6.34 22.25 12S17.66 22.25 12 22.25S1.75 17.66 1.75 12" clipRule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY9"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g fill="currentColor" clip-path="url(#SVGBgS7qSkY9)"><path d="M13.467 6.357a4.47 4.47 0 0 0-2.957.36c-.925.454-1.697 1.206-2.231 2.145q-.243.425-.414.888H6.5a.75.75 0 0 0 0 1.5h1.007a6.6 6.6 0 0 0 0 1.5H6.5a.75.75 0 0 0 0 1.5h1.365q.171.463.414.888c.534.939 1.306 1.691 2.23 2.145a4.47 4.47 0 0 0 2.958.36c.997-.222 1.898-.779 2.597-1.578a.75.75 0 1 0-1.129-.987c-.507.579-1.133.954-1.794 1.101a2.97 2.97 0 0 1-1.971-.243c-.63-.31-1.188-.838-1.588-1.54l-.08-.146H12.5a.75.75 0 1 0 0-1.5H9.02a5 5 0 0 1 0-1.5h3.48a.75.75 0 1 0 0-1.5H9.502q.038-.075.08-.146c.399-.702.956-1.23 1.587-1.54a2.97 2.97 0 0 1 1.97-.243c.662.147 1.288.523 1.795 1.101a.75.75 0 1 0 1.129-.987c-.7-.8-1.6-1.356-2.597-1.578"/><path fill-rule="evenodd" d="M12 .25C5.51.25.25 5.51.25 12S5.51 23.75 12 23.75S23.75 18.49 23.75 12S18.49.25 12 .25M1.75 12C1.75 6.34 6.34 1.75 12 1.75S22.25 6.34 22.25 12S17.66 22.25 12 22.25S1.75 17.66 1.75 12" clip-rule="evenodd"/></g><defs><clipPath id="SVGBgS7qSkY9"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-euro-circle {
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%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY9)%22%3E%3Cpath%20d%3D%22M13.467%206.357a4.47%204.47%200%200%200-2.957.36c-.925.454-1.697%201.206-2.231%202.145q-.243.425-.414.888H6.5a.75.75%200%200%200%200%201.5h1.007a6.6%206.6%200%200%200%200%201.5H6.5a.75.75%200%200%200%200%201.5h1.365q.171.463.414.888c.534.939%201.306%201.691%202.23%202.145a4.47%204.47%200%200%200%202.958.36c.997-.222%201.898-.779%202.597-1.578a.75.75%200%201%200-1.129-.987c-.507.579-1.133.954-1.794%201.101a2.97%202.97%200%200%201-1.971-.243c-.63-.31-1.188-.838-1.588-1.54l-.08-.146H12.5a.75.75%200%201%200%200-1.5H9.02a5%205%200%200%201%200-1.5h3.48a.75.75%200%201%200%200-1.5H9.502q.038-.075.08-.146c.399-.702.956-1.23%201.587-1.54a2.97%202.97%200%200%201%201.97-.243c.662.147%201.288.523%201.795%201.101a.75.75%200%201%200%201.129-.987c-.7-.8-1.6-1.356-2.597-1.578%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%20.25C5.51.25.25%205.51.25%2012S5.51%2023.75%2012%2023.75S23.75%2018.49%2023.75%2012S18.49.25%2012%20.25M1.75%2012C1.75%206.34%206.34%201.75%2012%201.75S22.25%206.34%2022.25%2012S17.66%2022.25%2012%2022.25S1.75%2017.66%201.75%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY9%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23SVGBgS7qSkY9)%22%3E%3Cpath%20d%3D%22M13.467%206.357a4.47%204.47%200%200%200-2.957.36c-.925.454-1.697%201.206-2.231%202.145q-.243.425-.414.888H6.5a.75.75%200%200%200%200%201.5h1.007a6.6%206.6%200%200%200%200%201.5H6.5a.75.75%200%200%200%200%201.5h1.365q.171.463.414.888c.534.939%201.306%201.691%202.23%202.145a4.47%204.47%200%200%200%202.958.36c.997-.222%201.898-.779%202.597-1.578a.75.75%200%201%200-1.129-.987c-.507.579-1.133.954-1.794%201.101a2.97%202.97%200%200%201-1.971-.243c-.63-.31-1.188-.838-1.588-1.54l-.08-.146H12.5a.75.75%200%201%200%200-1.5H9.02a5%205%200%200%201%200-1.5h3.48a.75.75%200%201%200%200-1.5H9.502q.038-.075.08-.146c.399-.702.956-1.23%201.587-1.54a2.97%202.97%200%200%201%201.97-.243c.662.147%201.288.523%201.795%201.101a.75.75%200%201%200%201.129-.987c-.7-.8-1.6-1.356-2.597-1.578%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%20.25C5.51.25.25%205.51.25%2012S5.51%2023.75%2012%2023.75S23.75%2018.49%2023.75%2012S18.49.25%2012%20.25M1.75%2012C1.75%206.34%206.34%201.75%2012%201.75S22.25%206.34%2022.25%2012S17.66%2022.25%2012%2022.25S1.75%2017.66%201.75%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGBgS7qSkY9%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/euro-circle.svg?color=%231a73e8&size=48