dollar up icon
dollar-up from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.
- Name
- dollar-up
- Set
- Reicon
- Style
- Outline
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More money icons from Reicon
Use the dollar up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2.25C6.063 2.25 1.25 7.063 1.25 13S6.063 23.75 12 23.75S22.75 18.937 22.75 13q-.002-1.027-.186-2.004a.75.75 0 0 0-1.474.278q.159.84.16 1.726a9.25 9.25 0 1 1-7.525-9.09a.75.75 0 1 0 .278-1.474Q13.027 2.252 12 2.25"/><path d="M12.75 8.833a.75.75 0 0 0-1.5 0v.357a2.9 2.9 0 0 0-1.2.488a2.08 2.08 0 0 0-.883 1.723c0 .933.521 1.518 1.113 1.85c.543.304 1.185.42 1.597.489c.421.07.821.157 1.11.319c.243.135.346.28.346.54c0 .22-.085.38-.263.508c-.2.145-.552.268-1.07.268c-.357 0-.568-.038-.765-.116c-.214-.085-.46-.237-.866-.543a.75.75 0 1 0-.905 1.196c.428.324.807.578 1.218.741q.283.112.568.162v.352a.75.75 0 0 0 1.5 0v-.357a2.9 2.9 0 0 0 1.2-.488a2.08 2.08 0 0 0 .883-1.723c0-.933-.521-1.518-1.113-1.85c-.543-.304-1.185-.42-1.597-.489c-.421-.07-.821-.157-1.11-.319c-.243-.135-.346-.28-.346-.54c0-.22.085-.38.263-.508c.2-.145.552-.268 1.07-.268c.357 0 .568.038.765.116c.214.085.46.236.866.543a.75.75 0 1 0 .905-1.196c-.428-.324-.807-.578-1.218-.741a3 3 0 0 0-.568-.162zm6.747-.413a.75.75 0 0 1-.75-.75V2.814l-1.22 1.22a.75.75 0 1 1-1.06-1.061l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1-1.06 1.06l-1.22-1.22V7.67a.75.75 0 0 1-.75.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDollarUp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2.25C6.063 2.25 1.25 7.063 1.25 13S6.063 23.75 12 23.75S22.75 18.937 22.75 13q-.002-1.027-.186-2.004a.75.75 0 0 0-1.474.278q.159.84.16 1.726a9.25 9.25 0 1 1-7.525-9.09a.75.75 0 1 0 .278-1.474Q13.027 2.252 12 2.25"/><path d="M12.75 8.833a.75.75 0 0 0-1.5 0v.357a2.9 2.9 0 0 0-1.2.488a2.08 2.08 0 0 0-.883 1.723c0 .933.521 1.518 1.113 1.85c.543.304 1.185.42 1.597.489c.421.07.821.157 1.11.319c.243.135.346.28.346.54c0 .22-.085.38-.263.508c-.2.145-.552.268-1.07.268c-.357 0-.568-.038-.765-.116c-.214-.085-.46-.237-.866-.543a.75.75 0 1 0-.905 1.196c.428.324.807.578 1.218.741q.283.112.568.162v.352a.75.75 0 0 0 1.5 0v-.357a2.9 2.9 0 0 0 1.2-.488a2.08 2.08 0 0 0 .883-1.723c0-.933-.521-1.518-1.113-1.85c-.543-.304-1.185-.42-1.597-.489c-.421-.07-.821-.157-1.11-.319c-.243-.135-.346-.28-.346-.54c0-.22.085-.38.263-.508c.2-.145.552-.268 1.07-.268c.357 0 .568.038.765.116c.214.085.46.236.866.543a.75.75 0 1 0 .905-1.196c-.428-.324-.807-.578-1.218-.741a3 3 0 0 0-.568-.162zm6.747-.413a.75.75 0 0 1-.75-.75V2.814l-1.22 1.22a.75.75 0 1 1-1.06-1.061l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1-1.06 1.06l-1.22-1.22V7.67a.75.75 0 0 1-.75.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2.25C6.063 2.25 1.25 7.063 1.25 13S6.063 23.75 12 23.75S22.75 18.937 22.75 13q-.002-1.027-.186-2.004a.75.75 0 0 0-1.474.278q.159.84.16 1.726a9.25 9.25 0 1 1-7.525-9.09a.75.75 0 1 0 .278-1.474Q13.027 2.252 12 2.25"/><path d="M12.75 8.833a.75.75 0 0 0-1.5 0v.357a2.9 2.9 0 0 0-1.2.488a2.08 2.08 0 0 0-.883 1.723c0 .933.521 1.518 1.113 1.85c.543.304 1.185.42 1.597.489c.421.07.821.157 1.11.319c.243.135.346.28.346.54c0 .22-.085.38-.263.508c-.2.145-.552.268-1.07.268c-.357 0-.568-.038-.765-.116c-.214-.085-.46-.237-.866-.543a.75.75 0 1 0-.905 1.196c.428.324.807.578 1.218.741q.283.112.568.162v.352a.75.75 0 0 0 1.5 0v-.357a2.9 2.9 0 0 0 1.2-.488a2.08 2.08 0 0 0 .883-1.723c0-.933-.521-1.518-1.113-1.85c-.543-.304-1.185-.42-1.597-.489c-.421-.07-.821-.157-1.11-.319c-.243-.135-.346-.28-.346-.54c0-.22.085-.38.263-.508c.2-.145.552-.268 1.07-.268c.357 0 .568.038.765.116c.214.085.46.236.866.543a.75.75 0 1 0 .905-1.196c-.428-.324-.807-.578-1.218-.741a3 3 0 0 0-.568-.162zm6.747-.413a.75.75 0 0 1-.75-.75V2.814l-1.22 1.22a.75.75 0 1 1-1.06-1.061l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1-1.06 1.06l-1.22-1.22V7.67a.75.75 0 0 1-.75.75"/></g></svg> </template>
CSS
.icon-dollar-up {
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%22currentColor%22%3E%3Cpath%20d%3D%22M12%202.25C6.063%202.25%201.25%207.063%201.25%2013S6.063%2023.75%2012%2023.75S22.75%2018.937%2022.75%2013q-.002-1.027-.186-2.004a.75.75%200%200%200-1.474.278q.159.84.16%201.726a9.25%209.25%200%201%201-7.525-9.09a.75.75%200%201%200%20.278-1.474Q13.027%202.252%2012%202.25%22%2F%3E%3Cpath%20d%3D%22M12.75%208.833a.75.75%200%200%200-1.5%200v.357a2.9%202.9%200%200%200-1.2.488a2.08%202.08%200%200%200-.883%201.723c0%20.933.521%201.518%201.113%201.85c.543.304%201.185.42%201.597.489c.421.07.821.157%201.11.319c.243.135.346.28.346.54c0%20.22-.085.38-.263.508c-.2.145-.552.268-1.07.268c-.357%200-.568-.038-.765-.116c-.214-.085-.46-.237-.866-.543a.75.75%200%201%200-.905%201.196c.428.324.807.578%201.218.741q.283.112.568.162v.352a.75.75%200%200%200%201.5%200v-.357a2.9%202.9%200%200%200%201.2-.488a2.08%202.08%200%200%200%20.883-1.723c0-.933-.521-1.518-1.113-1.85c-.543-.304-1.185-.42-1.597-.489c-.421-.07-.821-.157-1.11-.319c-.243-.135-.346-.28-.346-.54c0-.22.085-.38.263-.508c.2-.145.552-.268%201.07-.268c.357%200%20.568.038.765.116c.214.085.46.236.866.543a.75.75%200%201%200%20.905-1.196c-.428-.324-.807-.578-1.218-.741a3%203%200%200%200-.568-.162zm6.747-.413a.75.75%200%200%201-.75-.75V2.814l-1.22%201.22a.75.75%200%201%201-1.06-1.061l2.5-2.5a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%200%201-1.06%201.06l-1.22-1.22V7.67a.75.75%200%200%201-.75.75%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%202.25C6.063%202.25%201.25%207.063%201.25%2013S6.063%2023.75%2012%2023.75S22.75%2018.937%2022.75%2013q-.002-1.027-.186-2.004a.75.75%200%200%200-1.474.278q.159.84.16%201.726a9.25%209.25%200%201%201-7.525-9.09a.75.75%200%201%200%20.278-1.474Q13.027%202.252%2012%202.25%22%2F%3E%3Cpath%20d%3D%22M12.75%208.833a.75.75%200%200%200-1.5%200v.357a2.9%202.9%200%200%200-1.2.488a2.08%202.08%200%200%200-.883%201.723c0%20.933.521%201.518%201.113%201.85c.543.304%201.185.42%201.597.489c.421.07.821.157%201.11.319c.243.135.346.28.346.54c0%20.22-.085.38-.263.508c-.2.145-.552.268-1.07.268c-.357%200-.568-.038-.765-.116c-.214-.085-.46-.237-.866-.543a.75.75%200%201%200-.905%201.196c.428.324.807.578%201.218.741q.283.112.568.162v.352a.75.75%200%200%200%201.5%200v-.357a2.9%202.9%200%200%200%201.2-.488a2.08%202.08%200%200%200%20.883-1.723c0-.933-.521-1.518-1.113-1.85c-.543-.304-1.185-.42-1.597-.489c-.421-.07-.821-.157-1.11-.319c-.243-.135-.346-.28-.346-.54c0-.22.085-.38.263-.508c.2-.145.552-.268%201.07-.268c.357%200%20.568.038.765.116c.214.085.46.236.866.543a.75.75%200%201%200%20.905-1.196c-.428-.324-.807-.578-1.218-.741a3%203%200%200%200-.568-.162zm6.747-.413a.75.75%200%200%201-.75-.75V2.814l-1.22%201.22a.75.75%200%201%201-1.06-1.061l2.5-2.5a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%200%201-1.06%201.06l-1.22-1.22V7.67a.75.75%200%200%201-.75.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/dollar-up.svg?color=%231a73e8&size=48