Hotlink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hotlink 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/327132.svg" alt="Hotlink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327132.svg" alt="Hotlink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327132.svg" alt="Hotlink icon" :width="24" :height="24" />
CSS background
.icon-hotlink {
background-image: url('https://proicons.com/icon/327132.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M27.175,5.7979c11.7674,2.6859,18.3691,13.7393,13.3294,11.3505-7.4026-3.5098-15.4013-7.5396-24.0489-9.1776,24.5288,6.4037,30.0256,27.9087,23.5329,21.769-9.2856-8.7856-19.2951-13.2294-31.6695-16.3922,23.7939,4.9438,34.8403,34.8463,24.7668,24.8458-6.7807-6.7337-15.2213-11.8234-27.5857-16.7632,19.3831,8.5846,23.1589,23.9459,17.9891,19.8301-4.3248-3.4428-7.6666-6.3337-13.1394-8.6656-4.6218-1.9699-3.0749,3.0229,4.3298,9.6075"/></svg>
Copied!