savings from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
savings
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
savings-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

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.54 10.54q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M8 8.5h5v-1H8zM5.25 20q-.734-2.62-1.492-5.197T3 9.5q0-1.877 1.312-3.189T7.5 5H13q.648-.854 1.532-1.427T16.5 3q.202 0 .351.13t.149.332t-.087.344q-.138.448-.245.88t-.195.885L19.402 8.5H21v5.244l-2.633.868L16.75 20H13v-2H9v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSavings(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.54 10.54q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M8 8.5h5v-1H8zM5.25 20q-.734-2.62-1.492-5.197T3 9.5q0-1.877 1.312-3.189T7.5 5H13q.648-.854 1.532-1.427T16.5 3q.202 0 .351.13t.149.332t-.087.344q-.138.448-.245.88t-.195.885L19.402 8.5H21v5.244l-2.633.868L16.75 20H13v-2H9v2z"/></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.54 10.54q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M8 8.5h5v-1H8zM5.25 20q-.734-2.62-1.492-5.197T3 9.5q0-1.877 1.312-3.189T7.5 5H13q.648-.854 1.532-1.427T16.5 3q.202 0 .351.13t.149.332t-.087.344q-.138.448-.245.88t-.195.885L19.402 8.5H21v5.244l-2.633.868L16.75 20H13v-2H9v2z"/></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.54%2010.54q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M8%208.5h5v-1H8zM5.25%2020q-.734-2.62-1.492-5.197T3%209.5q0-1.877%201.312-3.189T7.5%205H13q.648-.854%201.532-1.427T16.5%203q.202%200%20.351.13t.149.332t-.087.344q-.138.448-.245.88t-.195.885L19.402%208.5H21v5.244l-2.633.868L16.75%2020H13v-2H9v2z%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.54%2010.54q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M8%208.5h5v-1H8zM5.25%2020q-.734-2.62-1.492-5.197T3%209.5q0-1.877%201.312-3.189T7.5%205H13q.648-.854%201.532-1.427T16.5%203q.202%200%20.351.13t.149.332t-.087.344q-.138.448-.245.88t-.195.885L19.402%208.5H21v5.244l-2.633.868L16.75%2020H13v-2H9v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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