Dito Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dito 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/324591.svg" alt="Dito icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324591.svg" alt="Dito icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324591.svg" alt="Dito icon" :width="24" :height="24" />
CSS background
.icon-dito {
background-image: url('https://proicons.com/icon/324591.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m30.5,5.5H13.5c-4.4183,0-8,3.5817-8,8v29h25c6.6274,0,12-5.3726,12-12v-13c0-6.6274-5.3726-12-12-12Z"/><path class="c" d="m12.1682,36.682l2.1017-4.8316V14.2574h11.079c5.0156,0,8.9609,4.1912,8.9609,9.5845,0,5.6253-3.9453,9.5845-8.9609,9.5845h-7.3511l-5.8296,3.2555Z"/></svg>
Copied!