Dina Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dina 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/339107.svg" alt="Dina icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339107.svg" alt="Dina icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339107.svg" alt="Dina icon" :width="24" :height="24" />
CSS background
.icon-dina {
background-image: url('https://proicons.com/icon/339107.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m11.0851,43.2958V4.5h8.7801c9.1885,0,17.0497,7.7592,17.0497,17.0497v4.9005c0,9.1885-7.7592,17.0497-17.0497,17.0497h-8.7801v-.2042Z"/><line class="b" x1="11.0851" y1="23.8979" x2="21.9255" y2="23.8979"/><path class="b" d="m21.1924,17.7723c4.6963.9188,8.2696,2.9607,10.6178,6.1257-2.3482,3.1649-5.8194,5.2068-10.6178,6.1257,1.123-4.0838,1.123-8.1675,0-12.2513Z"/><path class="b" d="m21.1924,17.7723c.8168-2.2461.8168-4.288,0-6.3298,7.0445,1.5314,9.4948,6.4319,10.6178,12.4555-1.0209,6.0236-3.4712,10.9241-10.6178,12.4555.8168-2.0419.8168-4.0838,0-6.3298"/></svg>
Copied!