savings icon
savings-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- savings-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
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="M5.925 21q-.575 0-1.112-.4t-.713-.975q-.625-2.1-1.025-3.637t-.638-2.7t-.337-2.063T2 9.5q0-2.3 1.6-3.9T7.5 4h5q.675-.9 1.713-1.45T16.5 2q.625 0 1.063.438T18 3.5q0 .15-.038.3t-.087.275q-.1.275-.187.55t-.138.6L19.825 7.5H21q.425 0 .713.288T22 8.5v5.25q0 .325-.187.575t-.513.375l-2.125.7l-1.25 4.175q-.2.65-.725 1.038T16 21h-2q-.825 0-1.412-.587T12 19h-2q0 .825-.587 1.413T8 21zM6 19h2v-2h6v2h2l1.55-5.15l2.45-.825V9.5h-1L15.5 6q0-.5.063-.975t.187-.925q-.725.2-1.275.688T13.675 6H7.5Q6.05 6 5.025 7.025T4 9.5q0 1.025.525 3.513T6 19m10.713-8.287Q17 10.425 17 10t-.288-.712T16 9t-.712.288T15 10t.288.713T16 11t.713-.288M12 9q.425 0 .713-.288T13 8t-.288-.712T12 7H9q-.425 0-.712.288T8 8t.288.713T9 9zm0 2.55"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSavingsOutlineRounded(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="M5.925 21q-.575 0-1.112-.4t-.713-.975q-.625-2.1-1.025-3.637t-.638-2.7t-.337-2.063T2 9.5q0-2.3 1.6-3.9T7.5 4h5q.675-.9 1.713-1.45T16.5 2q.625 0 1.063.438T18 3.5q0 .15-.038.3t-.087.275q-.1.275-.187.55t-.138.6L19.825 7.5H21q.425 0 .713.288T22 8.5v5.25q0 .325-.187.575t-.513.375l-2.125.7l-1.25 4.175q-.2.65-.725 1.038T16 21h-2q-.825 0-1.412-.587T12 19h-2q0 .825-.587 1.413T8 21zM6 19h2v-2h6v2h2l1.55-5.15l2.45-.825V9.5h-1L15.5 6q0-.5.063-.975t.187-.925q-.725.2-1.275.688T13.675 6H7.5Q6.05 6 5.025 7.025T4 9.5q0 1.025.525 3.513T6 19m10.713-8.287Q17 10.425 17 10t-.288-.712T16 9t-.712.288T15 10t.288.713T16 11t.713-.288M12 9q.425 0 .713-.288T13 8t-.288-.712T12 7H9q-.425 0-.712.288T8 8t.288.713T9 9zm0 2.55"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.925 21q-.575 0-1.112-.4t-.713-.975q-.625-2.1-1.025-3.637t-.638-2.7t-.337-2.063T2 9.5q0-2.3 1.6-3.9T7.5 4h5q.675-.9 1.713-1.45T16.5 2q.625 0 1.063.438T18 3.5q0 .15-.038.3t-.087.275q-.1.275-.187.55t-.138.6L19.825 7.5H21q.425 0 .713.288T22 8.5v5.25q0 .325-.187.575t-.513.375l-2.125.7l-1.25 4.175q-.2.65-.725 1.038T16 21h-2q-.825 0-1.412-.587T12 19h-2q0 .825-.587 1.413T8 21zM6 19h2v-2h6v2h2l1.55-5.15l2.45-.825V9.5h-1L15.5 6q0-.5.063-.975t.187-.925q-.725.2-1.275.688T13.675 6H7.5Q6.05 6 5.025 7.025T4 9.5q0 1.025.525 3.513T6 19m10.713-8.287Q17 10.425 17 10t-.288-.712T16 9t-.712.288T15 10t.288.713T16 11t.713-.288M12 9q.425 0 .713-.288T13 8t-.288-.712T12 7H9q-.425 0-.712.288T8 8t.288.713T9 9zm0 2.55"/></svg> </template>
CSS
.icon-savings-outline-rounded {
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%22M5.925%2021q-.575%200-1.112-.4t-.713-.975q-.625-2.1-1.025-3.637t-.638-2.7t-.337-2.063T2%209.5q0-2.3%201.6-3.9T7.5%204h5q.675-.9%201.713-1.45T16.5%202q.625%200%201.063.438T18%203.5q0%20.15-.038.3t-.087.275q-.1.275-.187.55t-.138.6L19.825%207.5H21q.425%200%20.713.288T22%208.5v5.25q0%20.325-.187.575t-.513.375l-2.125.7l-1.25%204.175q-.2.65-.725%201.038T16%2021h-2q-.825%200-1.412-.587T12%2019h-2q0%20.825-.587%201.413T8%2021zM6%2019h2v-2h6v2h2l1.55-5.15l2.45-.825V9.5h-1L15.5%206q0-.5.063-.975t.187-.925q-.725.2-1.275.688T13.675%206H7.5Q6.05%206%205.025%207.025T4%209.5q0%201.025.525%203.513T6%2019m10.713-8.287Q17%2010.425%2017%2010t-.288-.712T16%209t-.712.288T15%2010t.288.713T16%2011t.713-.288M12%209q.425%200%20.713-.288T13%208t-.288-.712T12%207H9q-.425%200-.712.288T8%208t.288.713T9%209zm0%202.55%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%22M5.925%2021q-.575%200-1.112-.4t-.713-.975q-.625-2.1-1.025-3.637t-.638-2.7t-.337-2.063T2%209.5q0-2.3%201.6-3.9T7.5%204h5q.675-.9%201.713-1.45T16.5%202q.625%200%201.063.438T18%203.5q0%20.15-.038.3t-.087.275q-.1.275-.187.55t-.138.6L19.825%207.5H21q.425%200%20.713.288T22%208.5v5.25q0%20.325-.187.575t-.513.375l-2.125.7l-1.25%204.175q-.2.65-.725%201.038T16%2021h-2q-.825%200-1.412-.587T12%2019h-2q0%20.825-.587%201.413T8%2021zM6%2019h2v-2h6v2h2l1.55-5.15l2.45-.825V9.5h-1L15.5%206q0-.5.063-.975t.187-.925q-.725.2-1.275.688T13.675%206H7.5Q6.05%206%205.025%207.025T4%209.5q0%201.025.525%203.513T6%2019m10.713-8.287Q17%2010.425%2017%2010t-.288-.712T16%209t-.712.288T15%2010t.288.713T16%2011t.713-.288M12%209q.425%200%20.713-.288T13%208t-.288-.712T12%207H9q-.425%200-.712.288T8%208t.288.713T9%209zm0%202.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/savings-outline-rounded.svg?color=%231a73e8&size=48