Deedum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deedum 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/324364.svg" alt="Deedum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324364.svg" alt="Deedum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324364.svg" alt="Deedum icon" :width="24" :height="24" />
CSS background
.icon-deedum {
background-image: url('https://proicons.com/icon/324364.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M32.8027,7.6593h2.6951v4.5528m.88,2.9119h2.9253V36.0353H35.4978V43.5H11.7117V40.65"/><path class="a" d="M32.4828,4.5v7.4647h3.805V32.876h-3.805v7.4647H8.6971V4.5Z"/><path class="a" d="M19.6716,15.6441V32.801H27.72V15.6441Z"/><rect class="a" x="16.6573" y="12.0391" width="11.0638" height="20.7624"/></svg>
Copied!