Doda Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Doda 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/339214.svg" alt="Doda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339214.svg" alt="Doda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339214.svg" alt="Doda icon" :width="24" :height="24" />
CSS background
.icon-doda {
background-image: url('https://proicons.com/icon/339214.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m37 24.768c0 1.3054-1.0582 2.3636-2.3636 2.3636s-2.3636-1.0582-2.3636-2.3636v-1.5364c0-1.3054 1.0582-2.3636 2.3636-2.3636s2.3636 1.0582 2.3636 2.3636"/><line class="d" x1="37" x2="37" y1="27.132" y2="20.868"/><path class="d" d="m15.727 23.232c0-1.3054-1.0582-2.3636-2.3636-2.3636s-2.3636 1.0582-2.3636 2.3636v1.5364c0 1.3054 1.0582 2.3636 2.3636 2.3636s2.3636-1.0582 2.3636-2.3636"/><line class="d" x1="15.727" x2="15.727" y1="27.132" y2="17.677"/><path class="d" d="m29.909 23.232c0-1.3054-1.0582-2.3636-2.3636-2.3636s-2.3636 1.0582-2.3636 2.3636v1.5364c0 1.3054 1.0582 2.3636 2.3636 2.3636s2.3636-1.0582 2.3636-2.3636"/><line class="d" x1="29.909" x2="29.909" y1="27.132" y2="17.677"/><path class="d" d="m18.091 23.232c0-1.3054 1.0582-2.3636 2.3636-2.3636s2.3636 1.0582 2.3636 2.3636v1.5364c0 1.3054-1.0582 2.3636-2.3636 2.3636s-2.3636-1.0582-2.3636-2.3636z"/><path class="d" d="m39.38 18.433-.99169 1.0653m1.6007 1.0217-1.2452.15252m-.7178-3.5635-.42752 1.6445"/></svg>
Copied!