Dollar Inbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dollar Inbox 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/324665.svg" alt="Dollar Inbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324665.svg" alt="Dollar Inbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324665.svg" alt="Dollar Inbox icon" :width="24" :height="24" />
CSS background
.icon-dollar-inbox {
background-image: url('https://proicons.com/icon/324665.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="M18.5614,30.8773c1.0789,1.4046,2.4317,1.9277,4.3138,1.9277h2.6047c2.424,0,4.389-1.9693,4.389-4.3985s-1.965-4.3985-4.389-4.3985h-2.878c-2.424,0-4.389-1.9693-4.389-4.3985s1.965-4.3985,4.389-4.3985h2.6047c1.8821,0,3.235.5232,4.3138,1.9277"/><line class="c" x1="24.0414" y1="34.9963" x2="24.0414" y2="13.0043"/><path class="c" d="M31.3944,44.2033c-8.6553,3.1503-18.3558.4373-24.121-6.746C1.5083,30.274.9592,20.2165,5.908,12.4483,10.8569,4.6801,20.2043.9272,29.151,3.1164c8.9468,2.1892,15.5052,9.8343,16.308,19.01"/></svg>
Copied!