Proexpense Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Proexpense 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/346192.svg" alt="Proexpense icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346192.svg" alt="Proexpense icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346192.svg" alt="Proexpense icon" :width="24" :height="24" />
CSS background
.icon-proexpense {
background-image: url('https://proicons.com/icon/346192.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,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;}.b{stroke-linecap:round;}</style></defs><path class="a" d="M36.3,11.1v25m-.1.3h-25m-.1,0v-25m.2-.3h25"/><path class="b" d="M6.6,11.3A3.4,3.4,0,0,1,8,5.4a3.28,3.28,0,0,1,3.3,1.2"/><path class="b" d="M6.6,36.4v-25"/><path class="b" d="M11.3,41.1a3.4,3.4,0,0,1-5.9-1.4,3.28,3.28,0,0,1,1.2-3.3"/><path class="b" d="M36.3,41.1h-25"/><path class="b" d="M41.1,36.5a3.32,3.32,0,0,1,1.1,3.4,3.51,3.51,0,0,1-2.5,2.5,3.28,3.28,0,0,1-3.3-1.2"/><path class="b" d="M41.1,11.5v25"/><path class="b" d="M36.4,6.7a3.32,3.32,0,0,1,3.4-1.1,3.51,3.51,0,0,1,2.5,2.5,3.28,3.28,0,0,1-1.2,3.3"/><path class="b" d="M11.4,6.7h25"/></svg>
Copied!