server path icon
server-path-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.
- Name
- server-path-broken
- Set
- Solar
- Style
- Broken
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
Use the server path 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 stroke-linecap="round" d="M22 19H14M2 19H10"/><path stroke-linecap="round" d="M12 17V14"/><circle cx="12" cy="19" r="2"/><path stroke-linecap="round" d="M14 14H5C3.34315 14 2 12.6569 2 11C2 9.34315 3.34315 8 5 8H19C20.6569 8 22 9.34315 22 11C22 12.6569 20.6569 14 19 14H18"/><path stroke-linecap="round" d="M12 2H19C20.6569 2 22 3.34315 22 5C22 6.65685 20.6569 8 19 8H5C3.34315 8 2 6.65685 2 5C2 3.34315 3.34315 2 5 2H8"/><path stroke-linecap="round" d="M13 5L19 5"/><path stroke-linecap="round" d="M13 11L19 11"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 5H6.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 11H6.0001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarServerPathBroken(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 strokeLinecap="round" d="M22 19H14M2 19H10"/><path strokeLinecap="round" d="M12 17V14"/><circle cx="12" cy="19" r="2"/><path strokeLinecap="round" d="M14 14H5C3.34315 14 2 12.6569 2 11C2 9.34315 3.34315 8 5 8H19C20.6569 8 22 9.34315 22 11C22 12.6569 20.6569 14 19 14H18"/><path strokeLinecap="round" d="M12 2H19C20.6569 2 22 3.34315 22 5C22 6.65685 20.6569 8 19 8H5C3.34315 8 2 6.65685 2 5C2 3.34315 3.34315 2 5 2H8"/><path strokeLinecap="round" d="M13 5L19 5"/><path strokeLinecap="round" d="M13 11L19 11"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 5H6.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 11H6.0001"/></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 stroke-linecap="round" d="M22 19H14M2 19H10"/><path stroke-linecap="round" d="M12 17V14"/><circle cx="12" cy="19" r="2"/><path stroke-linecap="round" d="M14 14H5C3.34315 14 2 12.6569 2 11C2 9.34315 3.34315 8 5 8H19C20.6569 8 22 9.34315 22 11C22 12.6569 20.6569 14 19 14H18"/><path stroke-linecap="round" d="M12 2H19C20.6569 2 22 3.34315 22 5C22 6.65685 20.6569 8 19 8H5C3.34315 8 2 6.65685 2 5C2 3.34315 3.34315 2 5 2H8"/><path stroke-linecap="round" d="M13 5L19 5"/><path stroke-linecap="round" d="M13 11L19 11"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 5H6.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 11H6.0001"/></g></svg> </template>
CSS
.icon-server-path-broken {
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%20stroke-linecap%3D%22round%22%20d%3D%22M22%2019H14M2%2019H10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2017V14%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2219%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2014H5C3.34315%2014%202%2012.6569%202%2011C2%209.34315%203.34315%208%205%208H19C20.6569%208%2022%209.34315%2022%2011C22%2012.6569%2020.6569%2014%2019%2014H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202H19C20.6569%202%2022%203.34315%2022%205C22%206.65685%2020.6569%208%2019%208H5C3.34315%208%202%206.65685%202%205C2%203.34315%203.34315%202%205%202H8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%205L19%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2011L19%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%205H6.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2011H6.0001%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%20stroke-linecap%3D%22round%22%20d%3D%22M22%2019H14M2%2019H10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2017V14%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2219%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2014H5C3.34315%2014%202%2012.6569%202%2011C2%209.34315%203.34315%208%205%208H19C20.6569%208%2022%209.34315%2022%2011C22%2012.6569%2020.6569%2014%2019%2014H18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202H19C20.6569%202%2022%203.34315%2022%205C22%206.65685%2020.6569%208%2019%208H5C3.34315%208%202%206.65685%202%205C2%203.34315%203.34315%202%205%202H8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%205L19%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2011L19%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%205H6.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2011H6.0001%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-path-broken.svg?color=%231a73e8&size=48