Budgetmylife Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Budgetmylife 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/323009.svg" alt="Budgetmylife icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323009.svg" alt="Budgetmylife icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323009.svg" alt="Budgetmylife icon" :width="24" :height="24" />
CSS background
.icon-budgetmylife {
background-image: url('https://proicons.com/icon/323009.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><circle class="a" cx="24" cy="24" r="12.5"/><path class="a" d="M18.7937,29.31a3.1384,3.1384,0,0,0,3.0622,1.49h2.0134a4.2625,4.2625,0,0,0,4.0142-3.4h0A2.7523,2.7523,0,0,0,25.1123,24H22.8877a2.7523,2.7523,0,0,1-2.7712-3.4h0a4.2625,4.2625,0,0,1,4.0142-3.4h2.0134a3.1384,3.1384,0,0,1,3.0622,1.49"/><line class="a" x1="25.243" y1="17.2" x2="25.5537" y2="15.5"/><line class="a" x1="22.4463" y1="32.5" x2="22.757" y2="30.8"/><line class="a" x1="24" y1="36.5" x2="24" y2="45.4993"/><line class="a" x1="13.1942" y1="17.7162" x2="5.4147" y2="13.1923"/><line class="a" x1="34.8642" y1="17.8177" x2="42.6857" y2="13.3669"/></svg>
Copied!