savings icon
savings-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- savings-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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.5 8.162a4 4 0 0 0 1.23-1.646q.269.778.27 1.752c0 1.552-.548 2.64-1.11 3.34a4.6 4.6 0 0 1-.89.85V13.5a1.5 1.5 0 0 1-1.5 1.5H11a1 1 0 0 1-1-1H8a1 1 0 0 1-1 1h-.5A1.5 1.5 0 0 1 5 13.5v-.213a4.16 4.16 0 0 1-1.69-1.035c-.591-.601-.923-1.352-1.09-1.823a.43.43 0 0 0-.269-.282A1.31 1.31 0 0 1 1 8.891v-.794c0-.576.382-1.082.935-1.24c.104-.03.216-.131.271-.298c.135-.407.394-1.009.87-1.491a5.8 5.8 0 0 1 1.39-1.028V2.163a.76.76 0 0 1 .481-.704a.77.77 0 0 1 .826.15c.253.239.585.524.94.757c.365.239.707.39.986.418h.005a4 4 0 0 0-.658 2.705c.121 1.029.917 1.647 1.585 1.924l2.39.989c.667.277 1.667.402 2.48-.24M4.75 7.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.48-3.58a3 3 0 1 1 4.65 3.458c-.416.328-.987.303-1.477.1l-2.39-.99c-.49-.202-.912-.589-.974-1.115a3 3 0 0 1 .01-.766zm0 0l-.136.438a3 3 0 0 1 .136-.438"/></svg>
React
import type { SVGProps } from "react";
export function FluentSavings16Filled(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.5 8.162a4 4 0 0 0 1.23-1.646q.269.778.27 1.752c0 1.552-.548 2.64-1.11 3.34a4.6 4.6 0 0 1-.89.85V13.5a1.5 1.5 0 0 1-1.5 1.5H11a1 1 0 0 1-1-1H8a1 1 0 0 1-1 1h-.5A1.5 1.5 0 0 1 5 13.5v-.213a4.16 4.16 0 0 1-1.69-1.035c-.591-.601-.923-1.352-1.09-1.823a.43.43 0 0 0-.269-.282A1.31 1.31 0 0 1 1 8.891v-.794c0-.576.382-1.082.935-1.24c.104-.03.216-.131.271-.298c.135-.407.394-1.009.87-1.491a5.8 5.8 0 0 1 1.39-1.028V2.163a.76.76 0 0 1 .481-.704a.77.77 0 0 1 .826.15c.253.239.585.524.94.757c.365.239.707.39.986.418h.005a4 4 0 0 0-.658 2.705c.121 1.029.917 1.647 1.585 1.924l2.39.989c.667.277 1.667.402 2.48-.24M4.75 7.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.48-3.58a3 3 0 1 1 4.65 3.458c-.416.328-.987.303-1.477.1l-2.39-.99c-.49-.202-.912-.589-.974-1.115a3 3 0 0 1 .01-.766zm0 0l-.136.438a3 3 0 0 1 .136-.438"/></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.5 8.162a4 4 0 0 0 1.23-1.646q.269.778.27 1.752c0 1.552-.548 2.64-1.11 3.34a4.6 4.6 0 0 1-.89.85V13.5a1.5 1.5 0 0 1-1.5 1.5H11a1 1 0 0 1-1-1H8a1 1 0 0 1-1 1h-.5A1.5 1.5 0 0 1 5 13.5v-.213a4.16 4.16 0 0 1-1.69-1.035c-.591-.601-.923-1.352-1.09-1.823a.43.43 0 0 0-.269-.282A1.31 1.31 0 0 1 1 8.891v-.794c0-.576.382-1.082.935-1.24c.104-.03.216-.131.271-.298c.135-.407.394-1.009.87-1.491a5.8 5.8 0 0 1 1.39-1.028V2.163a.76.76 0 0 1 .481-.704a.77.77 0 0 1 .826.15c.253.239.585.524.94.757c.365.239.707.39.986.418h.005a4 4 0 0 0-.658 2.705c.121 1.029.917 1.647 1.585 1.924l2.39.989c.667.277 1.667.402 2.48-.24M4.75 7.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.48-3.58a3 3 0 1 1 4.65 3.458c-.416.328-.987.303-1.477.1l-2.39-.99c-.49-.202-.912-.589-.974-1.115a3 3 0 0 1 .01-.766zm0 0l-.136.438a3 3 0 0 1 .136-.438"/></svg> </template>
CSS
.icon-savings-16-filled {
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.5%208.162a4%204%200%200%200%201.23-1.646q.269.778.27%201.752c0%201.552-.548%202.64-1.11%203.34a4.6%204.6%200%200%201-.89.85V13.5a1.5%201.5%200%200%201-1.5%201.5H11a1%201%200%200%201-1-1H8a1%201%200%200%201-1%201h-.5A1.5%201.5%200%200%201%205%2013.5v-.213a4.16%204.16%200%200%201-1.69-1.035c-.591-.601-.923-1.352-1.09-1.823a.43.43%200%200%200-.269-.282A1.31%201.31%200%200%201%201%208.891v-.794c0-.576.382-1.082.935-1.24c.104-.03.216-.131.271-.298c.135-.407.394-1.009.87-1.491a5.8%205.8%200%200%201%201.39-1.028V2.163a.76.76%200%200%201%20.481-.704a.77.77%200%200%201%20.826.15c.253.239.585.524.94.757c.365.239.707.39.986.418h.005a4%204%200%200%200-.658%202.705c.121%201.029.917%201.647%201.585%201.924l2.39.989c.667.277%201.667.402%202.48-.24M4.75%207.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m3.48-3.58a3%203%200%201%201%204.65%203.458c-.416.328-.987.303-1.477.1l-2.39-.99c-.49-.202-.912-.589-.974-1.115a3%203%200%200%201%20.01-.766zm0%200l-.136.438a3%203%200%200%201%20.136-.438%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.5%208.162a4%204%200%200%200%201.23-1.646q.269.778.27%201.752c0%201.552-.548%202.64-1.11%203.34a4.6%204.6%200%200%201-.89.85V13.5a1.5%201.5%200%200%201-1.5%201.5H11a1%201%200%200%201-1-1H8a1%201%200%200%201-1%201h-.5A1.5%201.5%200%200%201%205%2013.5v-.213a4.16%204.16%200%200%201-1.69-1.035c-.591-.601-.923-1.352-1.09-1.823a.43.43%200%200%200-.269-.282A1.31%201.31%200%200%201%201%208.891v-.794c0-.576.382-1.082.935-1.24c.104-.03.216-.131.271-.298c.135-.407.394-1.009.87-1.491a5.8%205.8%200%200%201%201.39-1.028V2.163a.76.76%200%200%201%20.481-.704a.77.77%200%200%201%20.826.15c.253.239.585.524.94.757c.365.239.707.39.986.418h.005a4%204%200%200%200-.658%202.705c.121%201.029.917%201.647%201.585%201.924l2.39.989c.667.277%201.667.402%202.48-.24M4.75%207.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m3.48-3.58a3%203%200%201%201%204.65%203.458c-.416.328-.987.303-1.477.1l-2.39-.99c-.49-.202-.912-.589-.974-1.115a3%203%200%200%201%20.01-.766zm0%200l-.136.438a3%203%200%200%201%20.136-.438%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/savings-16-filled.svg?color=%231a73e8&size=48