savings icon
savings-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- savings-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Use the savings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 3.503c0-1.457 1.807-2.01 2.681-.96c1.175 1.41 2.055 2.23 2.834 2.72a4.6 4.6 0 0 0 1.254.561a7.47 7.47 0 0 0-1.267 4.342c.042 1.93 1.417 3.18 2.655 3.68l5.654 2.285c1.238.5 3.094.557 4.467-.802a7.5 7.5 0 0 0 1.737-2.672A9.9 9.9 0 0 1 30 17c0 2.809-1.137 5.275-3 7.15V27a3 3 0 0 1-3 3h-2a2 2 0 0 1-2-2h-4a2 2 0 0 1-2 2h-2a3 3 0 0 1-3-3v-.863c-1.949-1.119-3.477-2.773-4.309-5.016c-.072-.193-.207-.288-.312-.31A2.996 2.996 0 0 1 2 17.88v-1.76c0-1.417.993-2.64 2.38-2.931c.105-.022.24-.117.311-.31c.832-2.242 2.36-3.897 4.309-5.016zM10.5 15a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m5.5-5a6 6 0 1 1 10.222 4.263c-.826.819-1.992.824-2.849.477l-5.654-2.284c-.858-.347-1.692-1.16-1.718-2.323z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSavings32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 3.503c0-1.457 1.807-2.01 2.681-.96c1.175 1.41 2.055 2.23 2.834 2.72a4.6 4.6 0 0 0 1.254.561a7.47 7.47 0 0 0-1.267 4.342c.042 1.93 1.417 3.18 2.655 3.68l5.654 2.285c1.238.5 3.094.557 4.467-.802a7.5 7.5 0 0 0 1.737-2.672A9.9 9.9 0 0 1 30 17c0 2.809-1.137 5.275-3 7.15V27a3 3 0 0 1-3 3h-2a2 2 0 0 1-2-2h-4a2 2 0 0 1-2 2h-2a3 3 0 0 1-3-3v-.863c-1.949-1.119-3.477-2.773-4.309-5.016c-.072-.193-.207-.288-.312-.31A2.996 2.996 0 0 1 2 17.88v-1.76c0-1.417.993-2.64 2.38-2.931c.105-.022.24-.117.311-.31c.832-2.242 2.36-3.897 4.309-5.016zM10.5 15a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m5.5-5a6 6 0 1 1 10.222 4.263c-.826.819-1.992.824-2.849.477l-5.654-2.284c-.858-.347-1.692-1.16-1.718-2.323z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 3.503c0-1.457 1.807-2.01 2.681-.96c1.175 1.41 2.055 2.23 2.834 2.72a4.6 4.6 0 0 0 1.254.561a7.47 7.47 0 0 0-1.267 4.342c.042 1.93 1.417 3.18 2.655 3.68l5.654 2.285c1.238.5 3.094.557 4.467-.802a7.5 7.5 0 0 0 1.737-2.672A9.9 9.9 0 0 1 30 17c0 2.809-1.137 5.275-3 7.15V27a3 3 0 0 1-3 3h-2a2 2 0 0 1-2-2h-4a2 2 0 0 1-2 2h-2a3 3 0 0 1-3-3v-.863c-1.949-1.119-3.477-2.773-4.309-5.016c-.072-.193-.207-.288-.312-.31A2.996 2.996 0 0 1 2 17.88v-1.76c0-1.417.993-2.64 2.38-2.931c.105-.022.24-.117.311-.31c.832-2.242 2.36-3.897 4.309-5.016zM10.5 15a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m5.5-5a6 6 0 1 1 10.222 4.263c-.826.819-1.992.824-2.849.477l-5.654-2.284c-.858-.347-1.692-1.16-1.718-2.323z"/></svg> </template>
CSS
.icon-savings-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%203.503c0-1.457%201.807-2.01%202.681-.96c1.175%201.41%202.055%202.23%202.834%202.72a4.6%204.6%200%200%200%201.254.561a7.47%207.47%200%200%200-1.267%204.342c.042%201.93%201.417%203.18%202.655%203.68l5.654%202.285c1.238.5%203.094.557%204.467-.802a7.5%207.5%200%200%200%201.737-2.672A9.9%209.9%200%200%201%2030%2017c0%202.809-1.137%205.275-3%207.15V27a3%203%200%200%201-3%203h-2a2%202%200%200%201-2-2h-4a2%202%200%200%201-2%202h-2a3%203%200%200%201-3-3v-.863c-1.949-1.119-3.477-2.773-4.309-5.016c-.072-.193-.207-.288-.312-.31A2.996%202.996%200%200%201%202%2017.88v-1.76c0-1.417.993-2.64%202.38-2.931c.105-.022.24-.117.311-.31c.832-2.242%202.36-3.897%204.309-5.016zM10.5%2015a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m5.5-5a6%206%200%201%201%2010.222%204.263c-.826.819-1.992.824-2.849.477l-5.654-2.284c-.858-.347-1.692-1.16-1.718-2.323z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%203.503c0-1.457%201.807-2.01%202.681-.96c1.175%201.41%202.055%202.23%202.834%202.72a4.6%204.6%200%200%200%201.254.561a7.47%207.47%200%200%200-1.267%204.342c.042%201.93%201.417%203.18%202.655%203.68l5.654%202.285c1.238.5%203.094.557%204.467-.802a7.5%207.5%200%200%200%201.737-2.672A9.9%209.9%200%200%201%2030%2017c0%202.809-1.137%205.275-3%207.15V27a3%203%200%200%201-3%203h-2a2%202%200%200%201-2-2h-4a2%202%200%200%201-2%202h-2a3%203%200%200%201-3-3v-.863c-1.949-1.119-3.477-2.773-4.309-5.016c-.072-.193-.207-.288-.312-.31A2.996%202.996%200%200%201%202%2017.88v-1.76c0-1.417.993-2.64%202.38-2.931c.105-.022.24-.117.311-.31c.832-2.242%202.36-3.897%204.309-5.016zM10.5%2015a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m5.5-5a6%206%200%201%201%2010.222%204.263c-.826.819-1.992.824-2.849.477l-5.654-2.284c-.858-.347-1.692-1.16-1.718-2.323z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/savings-32-filled.svg?color=%231a73e8&size=48