Ditmm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ditmm 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/339149.svg" alt="Ditmm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339149.svg" alt="Ditmm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339149.svg" alt="Ditmm icon" :width="24" :height="24" />
CSS background
.icon-ditmm {
background-image: url('https://proicons.com/icon/339149.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:#fff;}.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="32.9489" cy="37.1196" r="0.7502" transform="translate(-16.6624 38.6093) rotate(-50.1264)"/><line class="b" x1="32.8854" y1="32.8862" x2="32.8295" y2="34.1964"/><path class="b" d="M23.5467,17.6081a9.7212,9.7212,0,0,1,3.0181-6.871A9.7792,9.7792,0,0,1,33.93,8.4284a9.8954,9.8954,0,0,1,9.5624,10.0372,9.7208,9.7208,0,0,1-3.0181,6.871c-2.3411,1.65-7.4392,4.0557-7.607,7.9864"/><path class="b" d="M4.77,15.7705a5.6116,5.6116,0,1,1,10.6844-3.4359"/><path class="b" d="M21.8217,32.2315a5.6116,5.6116,0,1,1-10.6844,3.4358L4.77,15.7705"/><path class="b" d="M15.4542,12.3346l6.3675,19.8969"/><path class="b" d="M18.638,22.283,7.9536,25.7189"/></svg>
Copied!