Mydealz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mydealz 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/329835.svg" alt="Mydealz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329835.svg" alt="Mydealz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329835.svg" alt="Mydealz icon" :width="24" :height="24" />
CSS background
.icon-mydealz {
background-image: url('https://proicons.com/icon/329835.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="14.58" cy="17.15" r="6.92"/><path class="a" d="M29.62,17.66a5.38,5.38,0,0,0,.49-2.27,5.46,5.46,0,0,0-10.22-2.67"/><path class="a" d="M21.08,19.52a5.48,5.48,0,0,0,3.17,1.32"/><path class="a" d="M23.32,23.18c.35-1.69,2.23-5.57,5.46-5.57a5.14,5.14,0,0,1,4.15,1.76,6.71,6.71,0,0,1,4.76-2.46c2.85,0,5.81,2.22,5.81,8.45s-6.45,6.45-6.45,6.45a2.57,2.57,0,0,1-2.62,2.6S33.83,41,26.29,41C18.42,41,4.5,32,4.5,18.15A10.47,10.47,0,0,1,14.19,7.22a8,8,0,0,1,4.2,1.4A4.73,4.73,0,0,1,22.16,7c3.07,0,4.94,3.53,4.94,3.53"/><circle class="a" cx="14.93" cy="17.15" r="1.93"/><circle class="a" cx="25.44" cy="15.01" r="1.72"/><circle class="a" cx="29.71" cy="23.78" r="1.72"/><circle class="a" cx="38.49" cy="23.11" r="1.72"/><path class="a" d="M37.05,31.81c-5.7.1-9.66,0-13-1.87a49.56,49.56,0,0,1-5.59-3.62,1.16,1.16,0,0,0-1.76.49,8.68,8.68,0,0,0-.52,2.46c-.24,3.17,2.22,9,10.11,9s5.6-6.48,5.6-6.48"/><path class="a" d="M34.43,34.41c-1.21.07-2.35-1.11-2.59-2.64"/><path class="a" d="M19.73,27.26c-.22,1.73.52,4,3.15,2"/><path class="a" d="M22.88,29.45c.16,2.25,1.19,4.43,4.42,1.74,0,0,.14,2.62,1.93,2.62a2.91,2.91,0,0,0,2.61-2"/></svg>
Copied!