Hotline Miami Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hotline Miami 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/327131.svg" alt="Hotline Miami icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327131.svg" alt="Hotline Miami icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327131.svg" alt="Hotline Miami icon" :width="24" :height="24" />
CSS background
.icon-hotline-miami {
background-image: url('https://proicons.com/icon/327131.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><circle class="c" cx="26.5189" cy="22.4593" r="15.6"/><line class="c" x1="42.0438" y1="20.923" x2="3.5" y2="20.923"/><line class="c" x1="6.2948" y1="13.8208" x2="37.2407" y2="11.4834"/><line class="c" x1="40.6716" y1="29.0265" x2="4.7704" y2="29.0265"/><line class="c" x1="13.4995" y1="31.0541" x2="13.4995" y2="39.0248"/><line class="c" x1="27.4336" y1="38.0593" x2="27.4336" y2="40.041"/><line class="c" x1="35.0671" y1="35.5093" x2="35.0671" y2="43.1407"/><line class="c" x1="22.7719" y1="20.923" x2="22.7719" y2="22.4593"/><line class="c" x1="16.7371" y1="17.543" x2="16.7371" y2="13.043"/><line class="c" x1="35.0671" y1="20.923" x2="35.0671" y2="22.7642"/><line class="c" x1="39.1844" y1="24.7459" x2="39.1844" y2="20.923"/><line class="c" x1="31.7909" y1="24.3448" x2="31.7909" y2="25.3176"/><line class="c" x1="42.5" y1="30.5677" x2="42.5" y2="31.5405"/><line class="c" x1="22.7719" y1="16.8855" x2="22.7719" y2="17.8583"/><line class="c" x1="10.5632" y1="7.6723" x2="10.5632" y2="8.6451"/></svg>
Copied!