Doviz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Doviz 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/324699.svg" alt="Doviz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324699.svg" alt="Doviz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324699.svg" alt="Doviz icon" :width="24" :height="24" />
CSS background
.icon-doviz {
background-image: url('https://proicons.com/icon/324699.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" id="a" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="24" cy="24" r="21.5"/><line class="f" x1="21.1063" y1="28.0333" x2="23.689" y2="28.0333" id="b"/><line class="f" x1="21.1063" y1="26.3976" x2="23.689" y2="26.3976" id="b"/><path class="f" d="m26.0135,29.8412c-.4305.5165-1.0331.8609-1.8079.8609-1.2914,0-2.3245-1.0331-2.3245-2.3244v-2.2384c0-1.2914,1.0331-2.3244,2.3245-2.3244.6887,0,1.3775.3444,1.8079.8609" id="b"/><line class="f" x1="23.4307" y1="36.7285" x2="21.5367" y2="36.7285" id="c"/><path class="f" d="m26.0135,34.9206c0-1.0331-.7748-1.8079-1.8079-1.8079s-1.8079.7748-1.8079,1.8079v3.2715c0,.3444-.0861.7748-.3444,1.0331l-.6026.7748h4.5628" id="c"/><line class="f" x1="28.8972" y1="34.5757" x2="33.2017" y2="34.5757" id="d"/><line class="f" x1="28.8972" y1="32.8539" x2="33.2017" y2="32.8539" id="d"/><line class="f" x1="31.0494" y1="36.2975" x2="31.0494" y2="32.8539" id="d"/><polyline class="f" points="33.2878 29.4103 31.0494 32.8539 28.8111 29.4103" id="d"/><line class="f" x1="16.9505" y1="37.0723" x2="16.9505" y2="28.4632" id="e"/><path class="f" d="m14.7983,35.5226c.4305.5165.947.7748,1.7218.7748h1.0331c.947,0,1.7218-.7748,1.7218-1.7218s-.7748-1.7218-1.7218-1.7218h-1.1192c-.947,0-1.7218-.7748-1.7218-1.7218s.7748-1.7218,1.7218-1.7218h1.0331c.7748,0,1.2914.1722,1.7218.7748" id="e"/><path class="f" d="m17.4199,25.9168l2.4365-17.9168h4.6327c4.89,0,8.4497,4.1179,7.7868,9.0079l-.3489,2.5736c-.2734,2.017-1.2296,3.9027-2.602,5.4221"/></svg>
Copied!