savings icon
savings-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- savings-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M13.973 7.722q.027.259.027.545c0 1.297-.452 2.169-.89 2.715a3.6 3.6 0 0 1-.603.596a3 3 0 0 1-.236.162l-.009.005a.5.5 0 0 0-.262.44V13.5a.5.5 0 0 1-.5.5H11a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1h-.5a.5.5 0 0 1-.5-.5v-.603a.5.5 0 0 0-.45-.498l-.096-.022a3.16 3.16 0 0 1-1.432-.828c-.442-.45-.713-1.042-.858-1.453c-.144-.409-.472-.779-.94-.911A.31.31 0 0 1 2 8.89v-.794a.29.29 0 0 1 .21-.279c.485-.139.809-.531.946-.945c.112-.34.31-.776.632-1.103a4.8 4.8 0 0 1 1.262-.906q.06-.03.09-.043l.02-.01l.004-.001a.5.5 0 0 0 .303-.46V2.675a7 7 0 0 0 .7.527c.317.208.687.405 1.074.51c.114-.328.27-.64.464-.928h-.006c-.279-.029-.62-.18-.985-.419a7 7 0 0 1-.94-.757a.77.77 0 0 0-.827-.15a.76.76 0 0 0-.48.704v1.877a6 6 0 0 0-1.39 1.028c-.477.482-.736 1.084-.87 1.491c-.056.167-.168.268-.272.297A1.29 1.29 0 0 0 1 8.095v.795c0 .585.389 1.098.951 1.257a.43.43 0 0 1 .27.281c.166.472.498 1.223 1.09 1.823A4.16 4.16 0 0 0 5 13.287v.213A1.5 1.5 0 0 0 6.5 15H7a1 1 0 0 0 1-1h2a1 1 0 0 0 1 1h.5a1.5 1.5 0 0 0 1.5-1.5v-1.043q.055-.039.118-.088a4.6 4.6 0 0 0 .772-.762c.562-.7 1.11-1.788 1.11-3.34q-.002-.973-.27-1.752a4 4 0 0 1-.757 1.207m-.182-3.847a3 3 0 0 1-.91 3.502c-.417.329-.988.304-1.478.1l-2.39-.989c-.49-.203-.912-.589-.974-1.116a3.001 3.001 0 0 1 5.752-1.497m-1.53 2.717a2.001 2.001 0 1 0-3.228-1.337c.002.02.01.057.066.116a.9.9 0 0 0 .297.193l2.39.99a.8.8 0 0 0 .347.073c.08-.002.113-.023.128-.035M5.75 7.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentSavings16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.973 7.722q.027.259.027.545c0 1.297-.452 2.169-.89 2.715a3.6 3.6 0 0 1-.603.596a3 3 0 0 1-.236.162l-.009.005a.5.5 0 0 0-.262.44V13.5a.5.5 0 0 1-.5.5H11a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1h-.5a.5.5 0 0 1-.5-.5v-.603a.5.5 0 0 0-.45-.498l-.096-.022a3.16 3.16 0 0 1-1.432-.828c-.442-.45-.713-1.042-.858-1.453c-.144-.409-.472-.779-.94-.911A.31.31 0 0 1 2 8.89v-.794a.29.29 0 0 1 .21-.279c.485-.139.809-.531.946-.945c.112-.34.31-.776.632-1.103a4.8 4.8 0 0 1 1.262-.906q.06-.03.09-.043l.02-.01l.004-.001a.5.5 0 0 0 .303-.46V2.675a7 7 0 0 0 .7.527c.317.208.687.405 1.074.51c.114-.328.27-.64.464-.928h-.006c-.279-.029-.62-.18-.985-.419a7 7 0 0 1-.94-.757a.77.77 0 0 0-.827-.15a.76.76 0 0 0-.48.704v1.877a6 6 0 0 0-1.39 1.028c-.477.482-.736 1.084-.87 1.491c-.056.167-.168.268-.272.297A1.29 1.29 0 0 0 1 8.095v.795c0 .585.389 1.098.951 1.257a.43.43 0 0 1 .27.281c.166.472.498 1.223 1.09 1.823A4.16 4.16 0 0 0 5 13.287v.213A1.5 1.5 0 0 0 6.5 15H7a1 1 0 0 0 1-1h2a1 1 0 0 0 1 1h.5a1.5 1.5 0 0 0 1.5-1.5v-1.043q.055-.039.118-.088a4.6 4.6 0 0 0 .772-.762c.562-.7 1.11-1.788 1.11-3.34q-.002-.973-.27-1.752a4 4 0 0 1-.757 1.207m-.182-3.847a3 3 0 0 1-.91 3.502c-.417.329-.988.304-1.478.1l-2.39-.989c-.49-.203-.912-.589-.974-1.116a3.001 3.001 0 0 1 5.752-1.497m-1.53 2.717a2.001 2.001 0 1 0-3.228-1.337c.002.02.01.057.066.116a.9.9 0 0 0 .297.193l2.39.99a.8.8 0 0 0 .347.073c.08-.002.113-.023.128-.035M5.75 7.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.973 7.722q.027.259.027.545c0 1.297-.452 2.169-.89 2.715a3.6 3.6 0 0 1-.603.596a3 3 0 0 1-.236.162l-.009.005a.5.5 0 0 0-.262.44V13.5a.5.5 0 0 1-.5.5H11a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1h-.5a.5.5 0 0 1-.5-.5v-.603a.5.5 0 0 0-.45-.498l-.096-.022a3.16 3.16 0 0 1-1.432-.828c-.442-.45-.713-1.042-.858-1.453c-.144-.409-.472-.779-.94-.911A.31.31 0 0 1 2 8.89v-.794a.29.29 0 0 1 .21-.279c.485-.139.809-.531.946-.945c.112-.34.31-.776.632-1.103a4.8 4.8 0 0 1 1.262-.906q.06-.03.09-.043l.02-.01l.004-.001a.5.5 0 0 0 .303-.46V2.675a7 7 0 0 0 .7.527c.317.208.687.405 1.074.51c.114-.328.27-.64.464-.928h-.006c-.279-.029-.62-.18-.985-.419a7 7 0 0 1-.94-.757a.77.77 0 0 0-.827-.15a.76.76 0 0 0-.48.704v1.877a6 6 0 0 0-1.39 1.028c-.477.482-.736 1.084-.87 1.491c-.056.167-.168.268-.272.297A1.29 1.29 0 0 0 1 8.095v.795c0 .585.389 1.098.951 1.257a.43.43 0 0 1 .27.281c.166.472.498 1.223 1.09 1.823A4.16 4.16 0 0 0 5 13.287v.213A1.5 1.5 0 0 0 6.5 15H7a1 1 0 0 0 1-1h2a1 1 0 0 0 1 1h.5a1.5 1.5 0 0 0 1.5-1.5v-1.043q.055-.039.118-.088a4.6 4.6 0 0 0 .772-.762c.562-.7 1.11-1.788 1.11-3.34q-.002-.973-.27-1.752a4 4 0 0 1-.757 1.207m-.182-3.847a3 3 0 0 1-.91 3.502c-.417.329-.988.304-1.478.1l-2.39-.989c-.49-.203-.912-.589-.974-1.116a3.001 3.001 0 0 1 5.752-1.497m-1.53 2.717a2.001 2.001 0 1 0-3.228-1.337c.002.02.01.057.066.116a.9.9 0 0 0 .297.193l2.39.99a.8.8 0 0 0 .347.073c.08-.002.113-.023.128-.035M5.75 7.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg> </template>
CSS
.icon-savings-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.973%207.722q.027.259.027.545c0%201.297-.452%202.169-.89%202.715a3.6%203.6%200%200%201-.603.596a3%203%200%200%201-.236.162l-.009.005a.5.5%200%200%200-.262.44V13.5a.5.5%200%200%201-.5.5H11a1%201%200%200%200-1-1H8a1%201%200%200%200-1%201h-.5a.5.5%200%200%201-.5-.5v-.603a.5.5%200%200%200-.45-.498l-.096-.022a3.16%203.16%200%200%201-1.432-.828c-.442-.45-.713-1.042-.858-1.453c-.144-.409-.472-.779-.94-.911A.31.31%200%200%201%202%208.89v-.794a.29.29%200%200%201%20.21-.279c.485-.139.809-.531.946-.945c.112-.34.31-.776.632-1.103a4.8%204.8%200%200%201%201.262-.906q.06-.03.09-.043l.02-.01l.004-.001a.5.5%200%200%200%20.303-.46V2.675a7%207%200%200%200%20.7.527c.317.208.687.405%201.074.51c.114-.328.27-.64.464-.928h-.006c-.279-.029-.62-.18-.985-.419a7%207%200%200%201-.94-.757a.77.77%200%200%200-.827-.15a.76.76%200%200%200-.48.704v1.877a6%206%200%200%200-1.39%201.028c-.477.482-.736%201.084-.87%201.491c-.056.167-.168.268-.272.297A1.29%201.29%200%200%200%201%208.095v.795c0%20.585.389%201.098.951%201.257a.43.43%200%200%201%20.27.281c.166.472.498%201.223%201.09%201.823A4.16%204.16%200%200%200%205%2013.287v.213A1.5%201.5%200%200%200%206.5%2015H7a1%201%200%200%200%201-1h2a1%201%200%200%200%201%201h.5a1.5%201.5%200%200%200%201.5-1.5v-1.043q.055-.039.118-.088a4.6%204.6%200%200%200%20.772-.762c.562-.7%201.11-1.788%201.11-3.34q-.002-.973-.27-1.752a4%204%200%200%201-.757%201.207m-.182-3.847a3%203%200%200%201-.91%203.502c-.417.329-.988.304-1.478.1l-2.39-.989c-.49-.203-.912-.589-.974-1.116a3.001%203.001%200%200%201%205.752-1.497m-1.53%202.717a2.001%202.001%200%201%200-3.228-1.337c.002.02.01.057.066.116a.9.9%200%200%200%20.297.193l2.39.99a.8.8%200%200%200%20.347.073c.08-.002.113-.023.128-.035M5.75%207.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.973%207.722q.027.259.027.545c0%201.297-.452%202.169-.89%202.715a3.6%203.6%200%200%201-.603.596a3%203%200%200%201-.236.162l-.009.005a.5.5%200%200%200-.262.44V13.5a.5.5%200%200%201-.5.5H11a1%201%200%200%200-1-1H8a1%201%200%200%200-1%201h-.5a.5.5%200%200%201-.5-.5v-.603a.5.5%200%200%200-.45-.498l-.096-.022a3.16%203.16%200%200%201-1.432-.828c-.442-.45-.713-1.042-.858-1.453c-.144-.409-.472-.779-.94-.911A.31.31%200%200%201%202%208.89v-.794a.29.29%200%200%201%20.21-.279c.485-.139.809-.531.946-.945c.112-.34.31-.776.632-1.103a4.8%204.8%200%200%201%201.262-.906q.06-.03.09-.043l.02-.01l.004-.001a.5.5%200%200%200%20.303-.46V2.675a7%207%200%200%200%20.7.527c.317.208.687.405%201.074.51c.114-.328.27-.64.464-.928h-.006c-.279-.029-.62-.18-.985-.419a7%207%200%200%201-.94-.757a.77.77%200%200%200-.827-.15a.76.76%200%200%200-.48.704v1.877a6%206%200%200%200-1.39%201.028c-.477.482-.736%201.084-.87%201.491c-.056.167-.168.268-.272.297A1.29%201.29%200%200%200%201%208.095v.795c0%20.585.389%201.098.951%201.257a.43.43%200%200%201%20.27.281c.166.472.498%201.223%201.09%201.823A4.16%204.16%200%200%200%205%2013.287v.213A1.5%201.5%200%200%200%206.5%2015H7a1%201%200%200%200%201-1h2a1%201%200%200%200%201%201h.5a1.5%201.5%200%200%200%201.5-1.5v-1.043q.055-.039.118-.088a4.6%204.6%200%200%200%20.772-.762c.562-.7%201.11-1.788%201.11-3.34q-.002-.973-.27-1.752a4%204%200%200%201-.757%201.207m-.182-3.847a3%203%200%200%201-.91%203.502c-.417.329-.988.304-1.478.1l-2.39-.989c-.49-.203-.912-.589-.974-1.116a3.001%203.001%200%200%201%205.752-1.497m-1.53%202.717a2.001%202.001%200%201%200-3.228-1.337c.002.02.01.057.066.116a.9.9%200%200%200%20.297.193l2.39.99a.8.8%200%200%200%20.347.073c.08-.002.113-.023.128-.035M5.75%207.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/savings-16-regular.svg?color=%231a73e8&size=48