Dadish Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dadish 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/324238.svg" alt="Dadish icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324238.svg" alt="Dadish icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324238.svg" alt="Dadish icon" :width="24" :height="24" />
CSS background
.icon-dadish {
background-image: url('https://proicons.com/icon/324238.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;stroke-width:1px;}</style></defs><circle class="c" cx="24.0935" cy="24.1907" r="15.2263"/><path class="c" d="M22.6294,9.0132c-1.591-4.2263-4.0018-6.9397-7.047-5.7196-2.6744,1.0639-1.3274,4.3532-1.3274,4.3532,0,0-4.7729-1.7959-5.5147,2.8891-.448,2.8208,1.6983,3.7968,3.465,4.1189"/><path class="c" d="M15.0163,36.4889c6.3638,6.1686,5.134,8.5111,5.134,8.5111,0,0,11.1269-5.8465,14.0551-9.37"/><ellipse class="c" cx="24.4906" cy="20.8029" rx="1.4346" ry="2.6056" transform="translate(-1.7284 2.2257) rotate(-5.0263)"/><ellipse class="c" cx="35.7833" cy="20.7656" rx="1.1602" ry="2.5957" transform="translate(-2.9659 6.2688) rotate(-9.6155)"/><path class="c" d="M27.6073,22.3362s1.9423.3436,3.0648.326c1.1225-.017,2.5377-.5085,2.5377-.5085,0,0,.3621,3.5528-2.606,3.6211-2.9672.0682-2.9965-3.4454-2.9965-3.4454v.0068Z"/></svg>
Copied!