Dott Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dott 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/324691.svg" alt="Dott icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324691.svg" alt="Dott icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324691.svg" alt="Dott icon" :width="24" :height="24" />
CSS background
.icon-dott {
background-image: url('https://proicons.com/icon/324691.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M29.46618418,18.57501367v8.92498865c0,.82842584.67157183,1.49999767,1.49999767,1.49999767h.4499993"/><line class="e" x1="29.46618418" y1="21.04999372" x2="31.41618115" y2="21.04999372"/><path class="e" d="M34.12879377,18.57501367v8.92498865c0,.82842584.67157183,1.49999767,1.49999767,1.49999767h.4499993"/><line class="e" x1="34.12879377" y1="21.04999372" x2="36.07879074" y2="21.04999372"/><path class="e" d="M17.92120059,24.04998639c0-1.6568502-1.34314247-2.99999267-2.99999267-2.99999267h-.000006c-1.6568502,0-2.99999267,1.34314246-2.99999267,2.99999266v1.95000233c0,1.6568502,1.34314247,2.99999267,2.99999267,2.99999267h.000006c1.6568502,0,2.99999267-1.34314246,2.99999267-2.99999266"/><line class="e" x1="17.92120059" y1="25.99998872" x2="17.92120059" y2="17"/><path class="e" d="M20.69820645,24.04998879c0-1.65685129,1.34314325-2.99999508,2.99999508-2.99999508s2.99999508,1.34314379,2.99999508,2.99999508v1.94999697c0,1.65685183-1.34314325,2.99999561-2.99999508,2.99999561s-2.99999508-1.34314379-2.99999508-2.99999561v-1.94999697Z"/><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!