Http Custom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Http Custom 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/341716.svg" alt="Http Custom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341716.svg" alt="Http Custom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341716.svg" alt="Http Custom icon" :width="24" :height="24" />
CSS background
.icon-http-custom {
background-image: url('https://proicons.com/icon/341716.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m24.1231,44.5l-17.3728-10.25V13.8978L24.1231,3.5l17.1266,10.3978v20.3522l-17.1266,10.25Z"/><path id="d" class="h" d="m11.9708,16.0415v16.2374"/><path id="e" class="h" d="m12.0077,24.1602h9.2466"/><path id="f" class="h" d="m21.2543,10.5222v27.128"/><path id="g" class="h" d="m36.7926,17.7169l-9.8253-6.0367v25.1569l9.8253-6.0613"/></svg>
Copied!