savings icon
savings from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- savings
- Set
- Material Symbols
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- savings-sharp
3 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the savings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.713 10.713Q17 10.425 17 10t-.288-.712T16 9t-.712.288T15 10t.288.713T16 11t.713-.288M8 9h5V7H8zM4.5 21q-.85-2.85-1.675-5.687T2 9.5q0-2.3 1.6-3.9T7.5 4h5q.725-.95 1.763-1.475T16.5 2q.625 0 1.063.438T18 3.5q0 .125-.125.575q-.1.275-.187.563t-.138.587L19.825 7.5H22v6.975l-2.825.925L17.5 21H12v-2h-2v2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSavings(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="M16.713 10.713Q17 10.425 17 10t-.288-.712T16 9t-.712.288T15 10t.288.713T16 11t.713-.288M8 9h5V7H8zM4.5 21q-.85-2.85-1.675-5.687T2 9.5q0-2.3 1.6-3.9T7.5 4h5q.725-.95 1.763-1.475T16.5 2q.625 0 1.063.438T18 3.5q0 .125-.125.575q-.1.275-.187.563t-.138.587L19.825 7.5H22v6.975l-2.825.925L17.5 21H12v-2h-2v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.713 10.713Q17 10.425 17 10t-.288-.712T16 9t-.712.288T15 10t.288.713T16 11t.713-.288M8 9h5V7H8zM4.5 21q-.85-2.85-1.675-5.687T2 9.5q0-2.3 1.6-3.9T7.5 4h5q.725-.95 1.763-1.475T16.5 2q.625 0 1.063.438T18 3.5q0 .125-.125.575q-.1.275-.187.563t-.138.587L19.825 7.5H22v6.975l-2.825.925L17.5 21H12v-2h-2v2z"/></svg> </template>
CSS
.icon-savings {
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%22M16.713%2010.713Q17%2010.425%2017%2010t-.288-.712T16%209t-.712.288T15%2010t.288.713T16%2011t.713-.288M8%209h5V7H8zM4.5%2021q-.85-2.85-1.675-5.687T2%209.5q0-2.3%201.6-3.9T7.5%204h5q.725-.95%201.763-1.475T16.5%202q.625%200%201.063.438T18%203.5q0%20.125-.125.575q-.1.275-.187.563t-.138.587L19.825%207.5H22v6.975l-2.825.925L17.5%2021H12v-2h-2v2z%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%22M16.713%2010.713Q17%2010.425%2017%2010t-.288-.712T16%209t-.712.288T15%2010t.288.713T16%2011t.713-.288M8%209h5V7H8zM4.5%2021q-.85-2.85-1.675-5.687T2%209.5q0-2.3%201.6-3.9T7.5%204h5q.725-.95%201.763-1.475T16.5%202q.625%200%201.063.438T18%203.5q0%20.125-.125.575q-.1.275-.187.563t-.138.587L19.825%207.5H22v6.975l-2.825.925L17.5%2021H12v-2h-2v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/savings.svg?color=%231a73e8&size=48