Dizo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dizo 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/324601.svg" alt="Dizo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324601.svg" alt="Dizo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324601.svg" alt="Dizo icon" :width="24" :height="24" />
CSS background
.icon-dizo {
background-image: url('https://proicons.com/icon/324601.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path id="c" class="g" d="M9.5,29.7143v-11.4286h2.5714c2.7614,0,5,2.2386,5,5v1.4286c0,2.7614-2.2386,5-5,5h-2.5714Z"/><line id="d" class="g" x1="19.5888" y1="18.2857" x2="19.5888" y2="29.7143"/><polyline id="e" class="g" points="21.9907 18.2857 29.5622 18.2857 21.9907 29.7143 29.5622 29.7143"/><rect id="f" class="g" x="30.9286" y="18.2857" width="7.5714" height="11.4286" rx="3.7857" ry="3.7857"/></svg>
Copied!