Pupdrone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pupdrone 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/331716.svg" alt="Pupdrone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331716.svg" alt="Pupdrone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331716.svg" alt="Pupdrone icon" :width="24" :height="24" />
CSS background
.icon-pupdrone {
background-image: url('https://proicons.com/icon/331716.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24,14.0113c-6.0165,0-10.8931,4.7782-10.8931,10.7947"/><path class="c" d="M19.7863,41.8185c-1.5355-.6109-3.0415-1.7679-3.8294-2.7292l-.7389-5.3138c.7674,1.4825,1.8368,2.7597,3.1149,3.8951l2.0809-.3678s1.0015-.4599,3.5862-.4599"/><line class="c" x1="21.247" y1="41.8185" x2="19.7863" y2="41.8185"/><polygon class="c" points="10.4263 29.5126 6.6672 6.861 7.8581 6.1815 13.1069 24.806 14.5152 26.2809 15.218 33.7755 10.4263 29.5126"/><path class="c" d="M13.1069,24.5468c-.6531-12.0324-1.1714-15.4397,2.2852-16.5919,2.7193-.9064,5.303,4.063,6.2597,5.8919"/><polyline class="c" points="20.4138 37.3028 21.247 41.8185 24 41.8185"/><polyline class="c" points="15.957 39.0893 5.5 20.9968 5.7941 17.861 9.4547 23.6579"/><path class="c" d="M24,14.0113c6.0165,0,10.8931,4.7782,10.8931,10.7947"/><path class="c" d="M28.2137,41.8185c1.5355-.6109,3.0415-1.7679,3.8294-2.7292l.7389-5.3138c-.7674,1.4825-1.8368,2.7597-3.1149,3.8951l-2.0809-.3678s-1.0015-.4599-3.5862-.4599"/><line class="c" x1="26.753" y1="41.8185" x2="28.2137" y2="41.8185"/><polygon class="c" points="37.5737 29.5126 41.3328 6.861 40.1419 6.1815 34.8931 24.806 33.4848 26.2809 32.782 33.7755 37.5737 29.5126"/><path class="c" d="M34.8931,24.5468c.6531-12.0324,1.1714-15.4397-2.2852-16.5919-2.7193-.9064-5.303,4.063-6.2597,5.8919"/><polyline class="c" points="27.5862 37.3028 26.753 41.8185 24 41.8185"/><polyline class="c" points="32.043 39.0893 42.5 20.9968 42.2059 17.861 38.5453 23.6579"/><circle class="c" cx="24" cy="25.5518" r="4.3516"/></svg>
Copied!