Threedo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Threedo 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/348491.svg" alt="Threedo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348491.svg" alt="Threedo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348491.svg" alt="Threedo icon" :width="24" :height="24" />
CSS background
.icon-threedo {
background-image: url('https://proicons.com/icon/348491.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.2087,23.2929l7.0654,7.1129L38,17.5942"/><path class="a" d="M14.1044,23.2929,21.17,30.4058m4.1044-4.132,8.6215-8.68"/><path class="a" d="M23.2219,24.2078l6.5694-6.6136"/><path class="a" d="M10,23.2929l7.0653,7.1129"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!