Dinamalar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dinamalar 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/324549.svg" alt="Dinamalar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324549.svg" alt="Dinamalar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324549.svg" alt="Dinamalar icon" :width="24" :height="24" />
CSS background
.icon-dinamalar {
background-image: url('https://proicons.com/icon/324549.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;}</style></defs><path class="c" d="M9.5,32.412v-6.7281l3.2312,6.7355,3.2313-6.7252v6.7252"/><path class="c" d="M17.5779,32.4193l2.1407-6.7355,2.1407,6.7355"/><path class="c" d="M23.4751,25.6838v6.7355h3.2312"/><path class="c" d="M28.3217,32.4193l2.1407-6.7355,2.1407,6.7355"/><path class="c" d="M34.2187,32.4193v-6.7355h2.1156c1.1961,0,2.1657,1.0128,2.1657,2.262s-.9696,2.2621-2.1657,2.2621h-2.1156"/><path class="c" d="M36.2779,30.2078l2.1706,2.2096"/><path class="c" d="M31.8249,30.7355h-2.9377"/><path class="c" d="M21.0727,30.7355h-2.9376"/><path class="c" d="M33.4708,20.6323h-2.8631"/><path class="c" d="M14.1774,22.3162v-6.7355h1.454c1.5615,0,2.8273,1.3193,2.8273,2.9468v.8419c0,1.6275-1.2658,2.9468-2.8273,2.9468h-1.454Z"/><path class="c" d="M20.8823,15.5806v6.7355"/><path class="c" d="M23.3057,22.3161v-6.7355l4.2813,6.7355v-6.7355"/><path class="c" d="M30.0103,22.3161l2.1407-6.7355,2.1407,6.7355"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!