Monochrome Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monochrome 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/344072.svg" alt="Monochrome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344072.svg" alt="Monochrome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344072.svg" alt="Monochrome icon" :width="24" :height="24" />
CSS background
.icon-monochrome {
background-image: url('https://proicons.com/icon/344072.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="f" d="M4.5,21.8088c0-3.5406,2.6211-6.4109,5.8543-6.4109h27.2914c3.2332,0,5.8543,2.8703,5.8543,6.4109l-11.9169,7.7142-27.0831-7.7142Z"/><path id="e" class="f" d="M10.3543,9.6022h27.2914c3.2332,0,5.8543,2.6303,5.8543,5.875v17.0457c0,3.2447-2.6211,5.875-5.8543,5.875H10.3543c-3.2332,0-5.8543-2.6303-5.8543-5.875V15.4772c0-3.2447,2.6211-5.875,5.8543-5.875t0,0h0Z"/></g></svg>
Copied!