Get Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Get Icon 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/326475.svg" alt="Get Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326475.svg" alt="Get Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326475.svg" alt="Get Icon icon" :width="24" :height="24" />
CSS background
.icon-get-icon {
background-image: url('https://proicons.com/icon/326475.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="e" class="i" cx="30.4055" cy="28.9899" r="7.2229"/><path id="f" class="i" d="M35.5201,34.0917l4.4033,4.6414"/><path id="g" class="i" d="M5.5,37.9159c0-2.4182.2629-4.0304,1.8329-5.6528l4.9359-5.1006c2.4613-2.5434,6.4445-2.5227,8.9308.0465h0l.3332.3444"/><circle id="h" class="i" cx="15.937" cy="16.7285" r="4.2843"/><rect class="i" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!