Budgetwatch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Budgetwatch 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/323010.svg" alt="Budgetwatch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323010.svg" alt="Budgetwatch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323010.svg" alt="Budgetwatch icon" :width="24" :height="24" />
CSS background
.icon-budgetwatch {
background-image: url('https://proicons.com/icon/323010.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><path class="a" d="M33.41,19.83A17.61,17.61,0,0,1,34.7,10.7c.18-.36.52-.78.18-1.17s-.81-.12-1.21,0a7.78,7.78,0,0,0-4.79,4c-.27.47-.46.94-1.19.84a33.57,33.57,0,0,0-7.43-.14,13.38,13.38,0,0,0-5.32,1.46A12.88,12.88,0,0,0,9.27,22a2,2,0,0,1-.12-.41c-.28-1.3-1-2-2.13-1.83H7A1.91,1.91,0,0,0,5.36,22,6.86,6.86,0,0,0,8,27.79a1.58,1.58,0,0,1,.64.92,12,12,0,0,0,3.88,6.35,2.76,2.76,0,0,1,1,2.39c-.27,2.72.81,4.1,3.77,4.5a5.88,5.88,0,0,0,.69.12c2,.41,1.78.4,2.15-1.42.25-1.22.74-1.58,2-1.39a17.62,17.62,0,0,0,3.08.15c2.47,0,2.48,0,3.15,2.31.12.42.21.88.8.77a15.36,15.36,0,0,0,4-.93,2.55,2.55,0,0,0,1.73-2.31c-.21-2.13.48-3,1.76-4.59.18-.21.56-.58.77-.88a4.42,4.42,0,0,1,3.52-2.06c1.21-.06,1.75-.43,1.75-1.82V25.79s0-.06,0-.09a1.66,1.66,0,0,0-1.46-1.82,4.24,4.24,0,0,1-3.09-2.54,12.23,12.23,0,0,0-4.72-5M35.05,27.2a1.79,1.79,0,0,1-1.68-1.89v0a1.76,1.76,0,0,1,1.85-1.66h0a1.79,1.79,0,1,1-.2,3.57Z"/><path class="a" d="M16.94,14.82A4.7,4.7,0,1,1,23,14"/></svg>
Copied!