Dotpict Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dotpict 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/339247.svg" alt="Dotpict icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339247.svg" alt="Dotpict icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339247.svg" alt="Dotpict icon" :width="24" :height="24" />
CSS background
.icon-dotpict {
background-image: url('https://proicons.com/icon/339247.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="M28.4,28.4V18H25.8v7.8h1.95"/><path class="a" d="M17.35,18H15.4V28.4"/><path class="a" d="M10.2,28.4v13h2.6V38.8H7.6V31h5.2V25.8H10.2V15.4h2.6V7.6H18V5H31V7.6h5.2v7.8h2.6V25.8H36.2V31h5.2v7.8H36.2v2.6h2.6v-13Z"/><path class="a" d="M16.05,25.8H18V15.4h2.6v5.2h5.2"/><path class="a" d="M20.6,29.05V31H18v5.2H15.4v5.2H33.6V36.2H31V31H28.4V29.05"/><path class="a" d="M23.2,41.4V44H20.6V41.4Z"/><path class="a" d="M25.8,41.4V44h2.6V41.4"/><path class="a" d="M20.6,41.4V36.2h2.6V29.05"/><path class="a" d="M25.8,29.05V36.2h2.6v5.2"/></svg>
Copied!