Savingsgoal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Savingsgoal icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332426.svg" alt="Savingsgoal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332426.svg" alt="Savingsgoal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332426.svg" alt="Savingsgoal icon" :width="24" :height="24" />
CSS background
.icon-savingsgoal {
background-image: url('https://proicons.com/icon/332426.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M31.5779,11.8772c8.1299,15.3114,14.4532,30.6228,0,30.6228h-15.1558c-14.4532,0-8.1299-15.3114,0-30.6228"/><path class="c" d="M27.9646,6.4573c1.4096-.3258,3.1295-.8003,5.0179-.9529,1.0139-.0819,1.7128.9954,1.2027,1.8754l-2.6072,4.4974h-15.1558l-2.6072-4.4974c-.5102-.8801.1887-1.9573,1.2027-1.8754,1.8883.1526,3.5725.8872,5.0179.9529.9192.0418,2.2855-.2365,3.5079-.1506,1.4204.0999,2.7409.539,4.4213.1506Z"/><path class="c" d="M20.0109,32.1894c.7854,1.0225,1.7703,1.4034,3.1405,1.4034h1.8962c1.7647,0,3.1952-1.4336,3.1952-3.2021h0c0-1.7685-1.4305-3.2021-3.1952-3.2021h-2.0952c-1.7647,0-3.1952-1.4336-3.1952-3.2021h0c0-1.7685,1.4305-3.2021,3.1952-3.2021h1.8962c1.3702,0,2.355.3809,3.1405,1.4034"/><line class="c" x1="24" y1="20.7844" x2="24" y2="19.1834"/><line class="c" x1="24" y1="35.1938" x2="24" y2="33.5928"/></svg>
Copied!