Pismowitewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pismowitewer 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/345842.svg" alt="Pismowitewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345842.svg" alt="Pismowitewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345842.svg" alt="Pismowitewer icon" :width="24" :height="24" />
CSS background
.icon-pismowitewer {
background-image: url('https://proicons.com/icon/345842.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.4,6.45v35.1a1.95,1.95,0,0,0,1.95,1.95l2.3755,0V4.5H10.35A1.95,1.95,0,0,0,8.4,6.45Z"/><path class="a" d="M12.7257,4.5v39l24.9242,0a1.95,1.95,0,0,0,1.95-1.95V6.45A1.95,1.95,0,0,0,37.65,4.5Z"/><line class="a" x1="26.1628" y1="28.1262" x2="26.1628" y2="11.1262"/><line class="a" x1="21.1628" y1="16.3178" x2="31.1628" y2="16.3178"/></svg>
Copied!