Dreo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dreo 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/339305.svg" alt="Dreo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339305.svg" alt="Dreo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339305.svg" alt="Dreo icon" :width="24" :height="24" />
CSS background
.icon-dreo {
background-image: url('https://proicons.com/icon/339305.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="k" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="c" class="k" d="M9.3842,28.283v-8.566h1.9274c2.0698,0,3.7476,1.6779,3.7476,3.7476v1.0708c0,2.0698-1.6779,3.7476-3.7476,3.7476h-1.9274Z"/><g id="d"><path id="e" class="k" d="M17.9502,28.283v-8.566h2.8043c1.5854,0,2.8706,1.288,2.8706,2.8768s-1.2852,2.8768-2.8706,2.8768h-2.8043"/><line id="f" class="k" x1="20.7546" y1="25.4707" x2="23.5587" y2="28.2809"/></g><g id="g"><line id="h" class="k" x1="26.5163" y1="24" x2="29.3087" y2="24"/><polyline id="i" class="k" points="30.7993 28.283 26.5162 28.283 26.5162 19.717 30.7993 19.717"/></g><rect id="j" class="k" x="32.9408" y="19.717" width="5.675" height="8.566" rx="2.8375" ry="2.8375"/></svg>
Copied!