savings-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
savings-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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.504c0-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.56a7.5 7.5 0 0 0-.89 1.819a6.7 6.7 0 0 1-1.43-.687C12.658 6.459 11.87 5.76 11 4.807V8.46a1 1 0 0 1-.55.893c-1.818.917-3.172 2.303-3.884 4.221c-.275.742-.904 1.389-1.775 1.572a.995.995 0 0 0-.791.973v1.76c0 .472.33.879.791.976c.871.183 1.5.83 1.775 1.571c.712 1.919 2.066 3.305 3.884 4.222a1 1 0 0 1 .55.893V27a1 1 0 0 0 1 1h2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h2a1 1 0 0 0 1-1v-3.275a1 1 0 0 1 .319-.732C27.002 21.428 28 19.36 28 17c0-.739-.1-1.453-.292-2.135a7.5 7.5 0 0 0 1.307-2.208A9.9 9.9 0 0 1 30 17c0 2.81-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.015c-.072-.193-.207-.288-.312-.31A2.996 2.996 0 0 1 2 17.88v-1.76c0-1.418.993-2.64 2.38-2.932c.105-.022.24-.116.311-.31c.832-2.242 2.36-3.896 4.309-5.015zM22 6a4 4 0 0 0-3.999 4.09c.003.138.117.37.467.511l5.654 2.285c.35.142.594.054.693-.044A4 4 0 0 0 22 6m-6 4a6 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.323zm-5.5 5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentSavings32Regular(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.504c0-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.56a7.5 7.5 0 0 0-.89 1.819a6.7 6.7 0 0 1-1.43-.687C12.658 6.459 11.87 5.76 11 4.807V8.46a1 1 0 0 1-.55.893c-1.818.917-3.172 2.303-3.884 4.221c-.275.742-.904 1.389-1.775 1.572a.995.995 0 0 0-.791.973v1.76c0 .472.33.879.791.976c.871.183 1.5.83 1.775 1.571c.712 1.919 2.066 3.305 3.884 4.222a1 1 0 0 1 .55.893V27a1 1 0 0 0 1 1h2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h2a1 1 0 0 0 1-1v-3.275a1 1 0 0 1 .319-.732C27.002 21.428 28 19.36 28 17c0-.739-.1-1.453-.292-2.135a7.5 7.5 0 0 0 1.307-2.208A9.9 9.9 0 0 1 30 17c0 2.81-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.015c-.072-.193-.207-.288-.312-.31A2.996 2.996 0 0 1 2 17.88v-1.76c0-1.418.993-2.64 2.38-2.932c.105-.022.24-.116.311-.31c.832-2.242 2.36-3.896 4.309-5.015zM22 6a4 4 0 0 0-3.999 4.09c.003.138.117.37.467.511l5.654 2.285c.35.142.594.054.693-.044A4 4 0 0 0 22 6m-6 4a6 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.323zm-5.5 5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></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.504c0-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.56a7.5 7.5 0 0 0-.89 1.819a6.7 6.7 0 0 1-1.43-.687C12.658 6.459 11.87 5.76 11 4.807V8.46a1 1 0 0 1-.55.893c-1.818.917-3.172 2.303-3.884 4.221c-.275.742-.904 1.389-1.775 1.572a.995.995 0 0 0-.791.973v1.76c0 .472.33.879.791.976c.871.183 1.5.83 1.775 1.571c.712 1.919 2.066 3.305 3.884 4.222a1 1 0 0 1 .55.893V27a1 1 0 0 0 1 1h2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h2a1 1 0 0 0 1-1v-3.275a1 1 0 0 1 .319-.732C27.002 21.428 28 19.36 28 17c0-.739-.1-1.453-.292-2.135a7.5 7.5 0 0 0 1.307-2.208A9.9 9.9 0 0 1 30 17c0 2.81-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.015c-.072-.193-.207-.288-.312-.31A2.996 2.996 0 0 1 2 17.88v-1.76c0-1.418.993-2.64 2.38-2.932c.105-.022.24-.116.311-.31c.832-2.242 2.36-3.896 4.309-5.015zM22 6a4 4 0 0 0-3.999 4.09c.003.138.117.37.467.511l5.654 2.285c.35.142.594.054.693-.044A4 4 0 0 0 22 6m-6 4a6 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.323zm-5.5 5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>
</template>

CSS

.icon-savings-32-regular {
  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.504c0-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.56a7.5%207.5%200%200%200-.89%201.819a6.7%206.7%200%200%201-1.43-.687C12.658%206.459%2011.87%205.76%2011%204.807V8.46a1%201%200%200%201-.55.893c-1.818.917-3.172%202.303-3.884%204.221c-.275.742-.904%201.389-1.775%201.572a.995.995%200%200%200-.791.973v1.76c0%20.472.33.879.791.976c.871.183%201.5.83%201.775%201.571c.712%201.919%202.066%203.305%203.884%204.222a1%201%200%200%201%20.55.893V27a1%201%200%200%200%201%201h2a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202h2a1%201%200%200%200%201-1v-3.275a1%201%200%200%201%20.319-.732C27.002%2021.428%2028%2019.36%2028%2017c0-.739-.1-1.453-.292-2.135a7.5%207.5%200%200%200%201.307-2.208A9.9%209.9%200%200%201%2030%2017c0%202.81-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.015c-.072-.193-.207-.288-.312-.31A2.996%202.996%200%200%201%202%2017.88v-1.76c0-1.418.993-2.64%202.38-2.932c.105-.022.24-.116.311-.31c.832-2.242%202.36-3.896%204.309-5.015zM22%206a4%204%200%200%200-3.999%204.09c.003.138.117.37.467.511l5.654%202.285c.35.142.594.054.693-.044A4%204%200%200%200%2022%206m-6%204a6%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.323zm-5.5%205a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%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.504c0-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.56a7.5%207.5%200%200%200-.89%201.819a6.7%206.7%200%200%201-1.43-.687C12.658%206.459%2011.87%205.76%2011%204.807V8.46a1%201%200%200%201-.55.893c-1.818.917-3.172%202.303-3.884%204.221c-.275.742-.904%201.389-1.775%201.572a.995.995%200%200%200-.791.973v1.76c0%20.472.33.879.791.976c.871.183%201.5.83%201.775%201.571c.712%201.919%202.066%203.305%203.884%204.222a1%201%200%200%201%20.55.893V27a1%201%200%200%200%201%201h2a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202h2a1%201%200%200%200%201-1v-3.275a1%201%200%200%201%20.319-.732C27.002%2021.428%2028%2019.36%2028%2017c0-.739-.1-1.453-.292-2.135a7.5%207.5%200%200%200%201.307-2.208A9.9%209.9%200%200%201%2030%2017c0%202.81-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.015c-.072-.193-.207-.288-.312-.31A2.996%202.996%200%200%201%202%2017.88v-1.76c0-1.418.993-2.64%202.38-2.932c.105-.022.24-.116.311-.31c.832-2.242%202.36-3.896%204.309-5.015zM22%206a4%204%200%200%200-3.999%204.09c.003.138.117.37.467.511l5.654%202.285c.35.142.594.054.693-.044A4%204%200%200%200%2022%206m-6%204a6%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.323zm-5.5%205a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/savings-32-regular.svg?color=%231a73e8&size=48