http-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
http-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
http-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the http icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 14.25v-4.5q0-.325.213-.537T1.75 9t.538.213t.212.537V11h2V9.75q0-.325.213-.537T5.25 9t.538.213T6 9.75v4.5q0 .325-.213.538T5.25 15t-.537-.213t-.213-.537V12.5h-2v1.75q0 .325-.213.538T1.75 15t-.537-.213T1 14.25m7.5 0V10.5h-.75q-.325 0-.537-.213T7 9.75t.213-.537T7.75 9h3q.325 0 .538.213t.212.537t-.213.538t-.537.212H10v3.75q0 .325-.213.538T9.25 15t-.537-.213t-.213-.537m5.5 0V10.5h-.75q-.325 0-.537-.213T12.5 9.75t.213-.537T13.25 9h3q.325 0 .538.213T17 9.75t-.213.538t-.537.212h-.75v3.75q0 .325-.213.538T14.75 15t-.537-.213T14 14.25m4 0v-4.5q0-.325.213-.537T18.75 9h2.75q.6 0 1.05.45T23 10.5v1q0 .6-.45 1.05T21.5 13h-2v1.25q0 .325-.213.538T18.75 15t-.537-.213T18 14.25m1.5-2.75h2v-1h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHttpRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 14.25v-4.5q0-.325.213-.537T1.75 9t.538.213t.212.537V11h2V9.75q0-.325.213-.537T5.25 9t.538.213T6 9.75v4.5q0 .325-.213.538T5.25 15t-.537-.213t-.213-.537V12.5h-2v1.75q0 .325-.213.538T1.75 15t-.537-.213T1 14.25m7.5 0V10.5h-.75q-.325 0-.537-.213T7 9.75t.213-.537T7.75 9h3q.325 0 .538.213t.212.537t-.213.538t-.537.212H10v3.75q0 .325-.213.538T9.25 15t-.537-.213t-.213-.537m5.5 0V10.5h-.75q-.325 0-.537-.213T12.5 9.75t.213-.537T13.25 9h3q.325 0 .538.213T17 9.75t-.213.538t-.537.212h-.75v3.75q0 .325-.213.538T14.75 15t-.537-.213T14 14.25m4 0v-4.5q0-.325.213-.537T18.75 9h2.75q.6 0 1.05.45T23 10.5v1q0 .6-.45 1.05T21.5 13h-2v1.25q0 .325-.213.538T18.75 15t-.537-.213T18 14.25m1.5-2.75h2v-1h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 14.25v-4.5q0-.325.213-.537T1.75 9t.538.213t.212.537V11h2V9.75q0-.325.213-.537T5.25 9t.538.213T6 9.75v4.5q0 .325-.213.538T5.25 15t-.537-.213t-.213-.537V12.5h-2v1.75q0 .325-.213.538T1.75 15t-.537-.213T1 14.25m7.5 0V10.5h-.75q-.325 0-.537-.213T7 9.75t.213-.537T7.75 9h3q.325 0 .538.213t.212.537t-.213.538t-.537.212H10v3.75q0 .325-.213.538T9.25 15t-.537-.213t-.213-.537m5.5 0V10.5h-.75q-.325 0-.537-.213T12.5 9.75t.213-.537T13.25 9h3q.325 0 .538.213T17 9.75t-.213.538t-.537.212h-.75v3.75q0 .325-.213.538T14.75 15t-.537-.213T14 14.25m4 0v-4.5q0-.325.213-.537T18.75 9h2.75q.6 0 1.05.45T23 10.5v1q0 .6-.45 1.05T21.5 13h-2v1.25q0 .325-.213.538T18.75 15t-.537-.213T18 14.25m1.5-2.75h2v-1h-2z"/></svg>
</template>

CSS

.icon-http-rounded {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%2014.25v-4.5q0-.325.213-.537T1.75%209t.538.213t.212.537V11h2V9.75q0-.325.213-.537T5.25%209t.538.213T6%209.75v4.5q0%20.325-.213.538T5.25%2015t-.537-.213t-.213-.537V12.5h-2v1.75q0%20.325-.213.538T1.75%2015t-.537-.213T1%2014.25m7.5%200V10.5h-.75q-.325%200-.537-.213T7%209.75t.213-.537T7.75%209h3q.325%200%20.538.213t.212.537t-.213.538t-.537.212H10v3.75q0%20.325-.213.538T9.25%2015t-.537-.213t-.213-.537m5.5%200V10.5h-.75q-.325%200-.537-.213T12.5%209.75t.213-.537T13.25%209h3q.325%200%20.538.213T17%209.75t-.213.538t-.537.212h-.75v3.75q0%20.325-.213.538T14.75%2015t-.537-.213T14%2014.25m4%200v-4.5q0-.325.213-.537T18.75%209h2.75q.6%200%201.05.45T23%2010.5v1q0%20.6-.45%201.05T21.5%2013h-2v1.25q0%20.325-.213.538T18.75%2015t-.537-.213T18%2014.25m1.5-2.75h2v-1h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%2014.25v-4.5q0-.325.213-.537T1.75%209t.538.213t.212.537V11h2V9.75q0-.325.213-.537T5.25%209t.538.213T6%209.75v4.5q0%20.325-.213.538T5.25%2015t-.537-.213t-.213-.537V12.5h-2v1.75q0%20.325-.213.538T1.75%2015t-.537-.213T1%2014.25m7.5%200V10.5h-.75q-.325%200-.537-.213T7%209.75t.213-.537T7.75%209h3q.325%200%20.538.213t.212.537t-.213.538t-.537.212H10v3.75q0%20.325-.213.538T9.25%2015t-.537-.213t-.213-.537m5.5%200V10.5h-.75q-.325%200-.537-.213T12.5%209.75t.213-.537T13.25%209h3q.325%200%20.538.213T17%209.75t-.213.538t-.537.212h-.75v3.75q0%20.325-.213.538T14.75%2015t-.537-.213T14%2014.25m4%200v-4.5q0-.325.213-.537T18.75%209h2.75q.6%200%201.05.45T23%2010.5v1q0%20.6-.45%201.05T21.5%2013h-2v1.25q0%20.325-.213.538T18.75%2015t-.537-.213T18%2014.25m1.5-2.75h2v-1h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/http-rounded.svg?color=%231a73e8&size=48