Dolidroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dolidroid 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/324663.svg" alt="Dolidroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324663.svg" alt="Dolidroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324663.svg" alt="Dolidroid icon" :width="24" :height="24" />
CSS background
.icon-dolidroid {
background-image: url('https://proicons.com/icon/324663.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.0161,31.5345h5.4946c4.1611,0,7.5344-3.3733,7.5344-7.5344s-3.3733-7.5344-7.5344-7.5344h-5.4946v15.0688Z"/><path class="b" d="M23.5106,5.5H5.9893v37h17.5213c10.2173,0,18.5-8.2827,18.5-18.5S33.7279,5.5,23.5106,5.5Z"/><line class="b" x1="18.0161" y1="31.5345" x2="18.0161" y2="42.5"/></svg>
Copied!