server icon

server-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.

Name
server-line-duotone
Set
Solar
Style
Line Duotone
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More devices icons from Solar

Use the server icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2 17C2 15.1144 2 14.1716 2.58579 13.5858C3.17157 13 4.11438 13 6 13H18C19.8856 13 20.8284 13 21.4142 13.5858C22 14.1716 22 15.1144 22 17C22 18.8856 22 19.8284 21.4142 20.4142C20.8284 21 19.8856 21 18 21H6C4.11438 21 3.17157 21 2.58579 20.4142C2 19.8284 2 18.8856 2 17Z" opacity=".5"/><path d="M2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2H18C19.8856 2 20.8284 2 21.4142 2.58579C22 3.17157 22 4.11438 22 6C22 7.88562 22 8.82843 21.4142 9.41421C20.8284 10 19.8856 10 18 10H6C4.11438 10 3.17157 10 2.58579 9.41421C2 8.82843 2 7.88562 2 6Z" opacity=".5"/><path stroke-linecap="round" d="M11 6H18"/><path stroke-linecap="round" d="M6 6H8"/><path stroke-linecap="round" d="M11 17H18"/><path stroke-linecap="round" d="M6 17H8"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarServerLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M2 17C2 15.1144 2 14.1716 2.58579 13.5858C3.17157 13 4.11438 13 6 13H18C19.8856 13 20.8284 13 21.4142 13.5858C22 14.1716 22 15.1144 22 17C22 18.8856 22 19.8284 21.4142 20.4142C20.8284 21 19.8856 21 18 21H6C4.11438 21 3.17157 21 2.58579 20.4142C2 19.8284 2 18.8856 2 17Z" opacity=".5"/><path d="M2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2H18C19.8856 2 20.8284 2 21.4142 2.58579C22 3.17157 22 4.11438 22 6C22 7.88562 22 8.82843 21.4142 9.41421C20.8284 10 19.8856 10 18 10H6C4.11438 10 3.17157 10 2.58579 9.41421C2 8.82843 2 7.88562 2 6Z" opacity=".5"/><path strokeLinecap="round" d="M11 6H18"/><path strokeLinecap="round" d="M6 6H8"/><path strokeLinecap="round" d="M11 17H18"/><path strokeLinecap="round" d="M6 17H8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2 17C2 15.1144 2 14.1716 2.58579 13.5858C3.17157 13 4.11438 13 6 13H18C19.8856 13 20.8284 13 21.4142 13.5858C22 14.1716 22 15.1144 22 17C22 18.8856 22 19.8284 21.4142 20.4142C20.8284 21 19.8856 21 18 21H6C4.11438 21 3.17157 21 2.58579 20.4142C2 19.8284 2 18.8856 2 17Z" opacity=".5"/><path d="M2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2H18C19.8856 2 20.8284 2 21.4142 2.58579C22 3.17157 22 4.11438 22 6C22 7.88562 22 8.82843 21.4142 9.41421C20.8284 10 19.8856 10 18 10H6C4.11438 10 3.17157 10 2.58579 9.41421C2 8.82843 2 7.88562 2 6Z" opacity=".5"/><path stroke-linecap="round" d="M11 6H18"/><path stroke-linecap="round" d="M6 6H8"/><path stroke-linecap="round" d="M11 17H18"/><path stroke-linecap="round" d="M6 17H8"/></g></svg>
</template>

CSS

.icon-server-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2017C2%2015.1144%202%2014.1716%202.58579%2013.5858C3.17157%2013%204.11438%2013%206%2013H18C19.8856%2013%2020.8284%2013%2021.4142%2013.5858C22%2014.1716%2022%2015.1144%2022%2017C22%2018.8856%2022%2019.8284%2021.4142%2020.4142C20.8284%2021%2019.8856%2021%2018%2021H6C4.11438%2021%203.17157%2021%202.58579%2020.4142C2%2019.8284%202%2018.8856%202%2017Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%206C2%204.11438%202%203.17157%202.58579%202.58579C3.17157%202%204.11438%202%206%202H18C19.8856%202%2020.8284%202%2021.4142%202.58579C22%203.17157%2022%204.11438%2022%206C22%207.88562%2022%208.82843%2021.4142%209.41421C20.8284%2010%2019.8856%2010%2018%2010H6C4.11438%2010%203.17157%2010%202.58579%209.41421C2%208.82843%202%207.88562%202%206Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%206H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%206H8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2017H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2017H8%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2017C2%2015.1144%202%2014.1716%202.58579%2013.5858C3.17157%2013%204.11438%2013%206%2013H18C19.8856%2013%2020.8284%2013%2021.4142%2013.5858C22%2014.1716%2022%2015.1144%2022%2017C22%2018.8856%2022%2019.8284%2021.4142%2020.4142C20.8284%2021%2019.8856%2021%2018%2021H6C4.11438%2021%203.17157%2021%202.58579%2020.4142C2%2019.8284%202%2018.8856%202%2017Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%206C2%204.11438%202%203.17157%202.58579%202.58579C3.17157%202%204.11438%202%206%202H18C19.8856%202%2020.8284%202%2021.4142%202.58579C22%203.17157%2022%204.11438%2022%206C22%207.88562%2022%208.82843%2021.4142%209.41421C20.8284%2010%2019.8856%2010%2018%2010H6C4.11438%2010%203.17157%2010%202.58579%209.41421C2%208.82843%202%207.88562%202%206Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%206H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%206H8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2017H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2017H8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/server-line-duotone.svg?color=%231a73e8&size=48