Everydollar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Everydollar 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/325592.svg" alt="Everydollar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325592.svg" alt="Everydollar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325592.svg" alt="Everydollar icon" :width="24" :height="24" />
CSS background
.icon-everydollar {
background-image: url('https://proicons.com/icon/325592.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="m43.5,14.9565l-14.6957-4.0036c-9.9384.5181-16.8623,2.2138-24.3043,9.3732l15.2138,4.8514c4.2862-6.2645,13.8949-10.692,23.7862-10.221Z"/><path class="c" d="m43.5,16.244c-10.4722.2826-18.558,7.6618-23.3623,14.8684l-12.9529-4.7572c.7077-2.6769,2.8465-4.2651,2.8465-4.2651"/><path class="c" d="m43.1232,17.6884c-6.5471.2826-19.6884,12.6232-22.4203,19.3587,0,0-6.223-2.8797-10.6449-4.3333-.0161-3.2512,1.4094-4.7858,1.4094-4.7858"/><ellipse class="c" cx="22.8696" cy="14.6739" rx="4.8986" ry="1.413"/></svg>
Copied!