Hyper Light Drifter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hyper Light Drifter 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/327238.svg" alt="Hyper Light Drifter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327238.svg" alt="Hyper Light Drifter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327238.svg" alt="Hyper Light Drifter icon" :width="24" :height="24" />
CSS background
.icon-hyper-light-drifter {
background-image: url('https://proicons.com/icon/327238.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><rect class="c" x="18.5243" y="22.3705" width="10.9514" height="10.9514" transform="translate(26.7197 -8.8146) rotate(45)"/><path class="c" d="M37.141,25.3334v-8.2199c.8113-.806,2.046-2.137,2.046-2.137l-3.8267-3.8267-2.9712,2.9712v6.4605l-2.0885-2.0885V6.8701h-4.7519v6.8711l-1.5488-1.5488-4.3412,4.3412V4.5h-4.7519v16.7854l-6.5607,6.5607,15.6538,15.6538,15.6538-15.6538-2.5128-2.5128Z"/></svg>
Copied!