Ddccare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ddccare 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/324332.svg" alt="Ddccare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324332.svg" alt="Ddccare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324332.svg" alt="Ddccare icon" :width="24" :height="24" />
CSS background
.icon-ddccare {
background-image: url('https://proicons.com/icon/324332.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="M32.7305,23.832h-7.58M28.9405,20.042v7.58M26.5035,27.292c-1.498,1.382-3.282,2.63-5.061,3.698-4.745-2.85-9.524-6.974-8.811-11.509.847-5.39,7.256-4.508,8.81-.842,1.447-3.411,7.097-4.412,8.558-.191M42.4445,42.5l-6.814-11.142c1.9046-2.7472,2.9299-6.0081,2.94-9.351,0-9.117-7.39-16.507-16.508-16.507S5.5555,12.89,5.5555,22.007s7.39,16.507,16.507,16.507c3.4407-.0128,6.7913-1.1009,9.583-3.112l10.799,7.098Z"/></svg>
Copied!