round money off icon
round-money-off from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.
- Name
- round-money-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Editor
- Viewbox
- 24×24
- License
- Apache 2.0
More editor icons from Google Material Icons
baseline-add-chartbaseline-add-commentbaseline-align-horizontal-centerbaseline-align-horizontal-leftbaseline-align-horizontal-rightbaseline-align-vertical-bottombaseline-align-vertical-centerbaseline-align-vertical-topbaseline-area-chartbaseline-attach-filebaseline-attach-moneybaseline-auto-graphbaseline-bar-chartbaseline-border-allbaseline-border-bottombaseline-border-clearbaseline-border-colorbaseline-border-horizontalbaseline-border-innerbaseline-border-leftbaseline-border-outerbaseline-border-rightbaseline-border-stylebaseline-border-top
Use the round money off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 6.9c1.42 0 2.13.54 2.39 1.4c.13.43.56.7 1.01.7h.06c.7 0 1.22-.71.97-1.36c-.44-1.15-1.41-2.08-2.93-2.45V4.5c0-.83-.67-1.5-1.5-1.5S11 3.67 11 4.5v.66c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13M4.77 4.62a.996.996 0 0 0 0 1.41L7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91c-1.65 0-2.5-.59-2.83-1.43c-.15-.39-.49-.67-.9-.67H8.6c-.72 0-1.24.74-.95 1.39c.59 1.33 1.89 2.12 3.36 2.44v.67c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-.65c.96-.18 1.83-.55 2.46-1.12l1.51 1.51a.996.996 0 1 0 1.41-1.41L6.18 4.62a.996.996 0 0 0-1.41 0"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundMoneyOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 6.9c1.42 0 2.13.54 2.39 1.4c.13.43.56.7 1.01.7h.06c.7 0 1.22-.71.97-1.36c-.44-1.15-1.41-2.08-2.93-2.45V4.5c0-.83-.67-1.5-1.5-1.5S11 3.67 11 4.5v.66c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13M4.77 4.62a.996.996 0 0 0 0 1.41L7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91c-1.65 0-2.5-.59-2.83-1.43c-.15-.39-.49-.67-.9-.67H8.6c-.72 0-1.24.74-.95 1.39c.59 1.33 1.89 2.12 3.36 2.44v.67c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-.65c.96-.18 1.83-.55 2.46-1.12l1.51 1.51a.996.996 0 1 0 1.41-1.41L6.18 4.62a.996.996 0 0 0-1.41 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 6.9c1.42 0 2.13.54 2.39 1.4c.13.43.56.7 1.01.7h.06c.7 0 1.22-.71.97-1.36c-.44-1.15-1.41-2.08-2.93-2.45V4.5c0-.83-.67-1.5-1.5-1.5S11 3.67 11 4.5v.66c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13M4.77 4.62a.996.996 0 0 0 0 1.41L7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91c-1.65 0-2.5-.59-2.83-1.43c-.15-.39-.49-.67-.9-.67H8.6c-.72 0-1.24.74-.95 1.39c.59 1.33 1.89 2.12 3.36 2.44v.67c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-.65c.96-.18 1.83-.55 2.46-1.12l1.51 1.51a.996.996 0 1 0 1.41-1.41L6.18 4.62a.996.996 0 0 0-1.41 0"/></svg> </template>
CSS
.icon-round-money-off {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%206.9c1.42%200%202.13.54%202.39%201.4c.13.43.56.7%201.01.7h.06c.7%200%201.22-.71.97-1.36c-.44-1.15-1.41-2.08-2.93-2.45V4.5c0-.83-.67-1.5-1.5-1.5S11%203.67%2011%204.5v.66c-.39.08-.75.21-1.1.36l1.51%201.51c.32-.08.69-.13%201.09-.13M4.77%204.62a.996.996%200%200%200%200%201.41L7.5%208.77c0%202.08%201.56%203.22%203.91%203.91l3.51%203.51c-.34.49-1.05.91-2.42.91c-1.65%200-2.5-.59-2.83-1.43c-.15-.39-.49-.67-.9-.67H8.6c-.72%200-1.24.74-.95%201.39c.59%201.33%201.89%202.12%203.36%202.44v.67c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5v-.65c.96-.18%201.83-.55%202.46-1.12l1.51%201.51a.996.996%200%201%200%201.41-1.41L6.18%204.62a.996.996%200%200%200-1.41%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%206.9c1.42%200%202.13.54%202.39%201.4c.13.43.56.7%201.01.7h.06c.7%200%201.22-.71.97-1.36c-.44-1.15-1.41-2.08-2.93-2.45V4.5c0-.83-.67-1.5-1.5-1.5S11%203.67%2011%204.5v.66c-.39.08-.75.21-1.1.36l1.51%201.51c.32-.08.69-.13%201.09-.13M4.77%204.62a.996.996%200%200%200%200%201.41L7.5%208.77c0%202.08%201.56%203.22%203.91%203.91l3.51%203.51c-.34.49-1.05.91-2.42.91c-1.65%200-2.5-.59-2.83-1.43c-.15-.39-.49-.67-.9-.67H8.6c-.72%200-1.24.74-.95%201.39c.59%201.33%201.89%202.12%203.36%202.44v.67c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5v-.65c.96-.18%201.83-.55%202.46-1.12l1.51%201.51a.996.996%200%201%200%201.41-1.41L6.18%204.62a.996.996%200%200%200-1.41%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-money-off.svg?color=%231a73e8&size=48