server minimalistic icon
server-minimalistic-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.
- Name
- server-minimalistic-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 minimalistic 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="M14 21H5C4.06812 21 3.60218 21 3.23463 20.8478C2.74458 20.6448 2.35523 20.2554 2.15224 19.7654C2 19.3978 2 18.9319 2 18C2 17.0681 2 16.6022 2.15224 16.2346C2.35523 15.7446 2.74458 15.3552 3.23463 15.1522C3.60218 15 4.06812 15 5 15H19C19.9319 15 20.3978 15 20.7654 15.1522C21.2554 15.3552 21.6448 15.7446 21.8478 16.2346C22 16.6022 22 17.0681 22 18C22 18.9319 22 19.3978 21.8478 19.7654C21.6448 20.2554 21.2554 20.6448 20.7654 20.8478C20.3978 21 19.9319 21 19 21H18"/><path d="M2 12C2 11.0681 2 10.6022 2.15224 10.2346C2.35523 9.74458 2.74458 9.35523 3.23463 9.15224C3.60218 9 4.06812 9 5 9H19C19.9319 9 20.3978 9 20.7654 9.15224C21.2554 9.35523 21.6448 9.74458 21.8478 10.2346C22 10.6022 22 11.0681 22 12C22 12.9319 22 13.3978 21.8478 13.7654C21.6448 14.2554 21.2554 14.6448 20.7654 14.8478C20.3978 15 19.9319 15 19 15H5C4.06812 15 3.60218 15 3.23463 14.8478C2.74458 14.6448 2.35523 14.2554 2.15224 13.7654C2 13.3978 2 12.9319 2 12Z"/><path stroke-linecap="round" d="M10 3H19C19.9319 3 20.3978 3 20.7654 3.15224C21.2554 3.35523 21.6448 3.74458 21.8478 4.23463C22 4.60218 22 5.06812 22 6C22 6.93188 22 7.39782 21.8478 7.76537C21.6448 8.25542 21.2554 8.64477 20.7654 8.84776C20.3978 9 19.9319 9 19 9H5C4.06812 9 3.60218 9 3.23463 8.84776C2.74458 8.64477 2.35523 8.25542 2.15224 7.76537C2 7.39782 2 6.93188 2 6C2 5.06812 2 4.60218 2.15224 4.23463C2.35523 3.74458 2.74458 3.35523 3.23463 3.15224C3.60218 3 4.06812 3 5 3H6"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 6H5.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 12H5.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 18H5.0001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarServerMinimalisticBroken(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="M14 21H5C4.06812 21 3.60218 21 3.23463 20.8478C2.74458 20.6448 2.35523 20.2554 2.15224 19.7654C2 19.3978 2 18.9319 2 18C2 17.0681 2 16.6022 2.15224 16.2346C2.35523 15.7446 2.74458 15.3552 3.23463 15.1522C3.60218 15 4.06812 15 5 15H19C19.9319 15 20.3978 15 20.7654 15.1522C21.2554 15.3552 21.6448 15.7446 21.8478 16.2346C22 16.6022 22 17.0681 22 18C22 18.9319 22 19.3978 21.8478 19.7654C21.6448 20.2554 21.2554 20.6448 20.7654 20.8478C20.3978 21 19.9319 21 19 21H18"/><path d="M2 12C2 11.0681 2 10.6022 2.15224 10.2346C2.35523 9.74458 2.74458 9.35523 3.23463 9.15224C3.60218 9 4.06812 9 5 9H19C19.9319 9 20.3978 9 20.7654 9.15224C21.2554 9.35523 21.6448 9.74458 21.8478 10.2346C22 10.6022 22 11.0681 22 12C22 12.9319 22 13.3978 21.8478 13.7654C21.6448 14.2554 21.2554 14.6448 20.7654 14.8478C20.3978 15 19.9319 15 19 15H5C4.06812 15 3.60218 15 3.23463 14.8478C2.74458 14.6448 2.35523 14.2554 2.15224 13.7654C2 13.3978 2 12.9319 2 12Z"/><path strokeLinecap="round" d="M10 3H19C19.9319 3 20.3978 3 20.7654 3.15224C21.2554 3.35523 21.6448 3.74458 21.8478 4.23463C22 4.60218 22 5.06812 22 6C22 6.93188 22 7.39782 21.8478 7.76537C21.6448 8.25542 21.2554 8.64477 20.7654 8.84776C20.3978 9 19.9319 9 19 9H5C4.06812 9 3.60218 9 3.23463 8.84776C2.74458 8.64477 2.35523 8.25542 2.15224 7.76537C2 7.39782 2 6.93188 2 6C2 5.06812 2 4.60218 2.15224 4.23463C2.35523 3.74458 2.74458 3.35523 3.23463 3.15224C3.60218 3 4.06812 3 5 3H6"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 6H5.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 12H5.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 18H5.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="M14 21H5C4.06812 21 3.60218 21 3.23463 20.8478C2.74458 20.6448 2.35523 20.2554 2.15224 19.7654C2 19.3978 2 18.9319 2 18C2 17.0681 2 16.6022 2.15224 16.2346C2.35523 15.7446 2.74458 15.3552 3.23463 15.1522C3.60218 15 4.06812 15 5 15H19C19.9319 15 20.3978 15 20.7654 15.1522C21.2554 15.3552 21.6448 15.7446 21.8478 16.2346C22 16.6022 22 17.0681 22 18C22 18.9319 22 19.3978 21.8478 19.7654C21.6448 20.2554 21.2554 20.6448 20.7654 20.8478C20.3978 21 19.9319 21 19 21H18"/><path d="M2 12C2 11.0681 2 10.6022 2.15224 10.2346C2.35523 9.74458 2.74458 9.35523 3.23463 9.15224C3.60218 9 4.06812 9 5 9H19C19.9319 9 20.3978 9 20.7654 9.15224C21.2554 9.35523 21.6448 9.74458 21.8478 10.2346C22 10.6022 22 11.0681 22 12C22 12.9319 22 13.3978 21.8478 13.7654C21.6448 14.2554 21.2554 14.6448 20.7654 14.8478C20.3978 15 19.9319 15 19 15H5C4.06812 15 3.60218 15 3.23463 14.8478C2.74458 14.6448 2.35523 14.2554 2.15224 13.7654C2 13.3978 2 12.9319 2 12Z"/><path stroke-linecap="round" d="M10 3H19C19.9319 3 20.3978 3 20.7654 3.15224C21.2554 3.35523 21.6448 3.74458 21.8478 4.23463C22 4.60218 22 5.06812 22 6C22 6.93188 22 7.39782 21.8478 7.76537C21.6448 8.25542 21.2554 8.64477 20.7654 8.84776C20.3978 9 19.9319 9 19 9H5C4.06812 9 3.60218 9 3.23463 8.84776C2.74458 8.64477 2.35523 8.25542 2.15224 7.76537C2 7.39782 2 6.93188 2 6C2 5.06812 2 4.60218 2.15224 4.23463C2.35523 3.74458 2.74458 3.35523 3.23463 3.15224C3.60218 3 4.06812 3 5 3H6"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 6H5.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 12H5.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 18H5.0001"/></g></svg> </template>
CSS
.icon-server-minimalistic-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%22M14%2021H5C4.06812%2021%203.60218%2021%203.23463%2020.8478C2.74458%2020.6448%202.35523%2020.2554%202.15224%2019.7654C2%2019.3978%202%2018.9319%202%2018C2%2017.0681%202%2016.6022%202.15224%2016.2346C2.35523%2015.7446%202.74458%2015.3552%203.23463%2015.1522C3.60218%2015%204.06812%2015%205%2015H19C19.9319%2015%2020.3978%2015%2020.7654%2015.1522C21.2554%2015.3552%2021.6448%2015.7446%2021.8478%2016.2346C22%2016.6022%2022%2017.0681%2022%2018C22%2018.9319%2022%2019.3978%2021.8478%2019.7654C21.6448%2020.2554%2021.2554%2020.6448%2020.7654%2020.8478C20.3978%2021%2019.9319%2021%2019%2021H18%22%2F%3E%3Cpath%20d%3D%22M2%2012C2%2011.0681%202%2010.6022%202.15224%2010.2346C2.35523%209.74458%202.74458%209.35523%203.23463%209.15224C3.60218%209%204.06812%209%205%209H19C19.9319%209%2020.3978%209%2020.7654%209.15224C21.2554%209.35523%2021.6448%209.74458%2021.8478%2010.2346C22%2010.6022%2022%2011.0681%2022%2012C22%2012.9319%2022%2013.3978%2021.8478%2013.7654C21.6448%2014.2554%2021.2554%2014.6448%2020.7654%2014.8478C20.3978%2015%2019.9319%2015%2019%2015H5C4.06812%2015%203.60218%2015%203.23463%2014.8478C2.74458%2014.6448%202.35523%2014.2554%202.15224%2013.7654C2%2013.3978%202%2012.9319%202%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%203H19C19.9319%203%2020.3978%203%2020.7654%203.15224C21.2554%203.35523%2021.6448%203.74458%2021.8478%204.23463C22%204.60218%2022%205.06812%2022%206C22%206.93188%2022%207.39782%2021.8478%207.76537C21.6448%208.25542%2021.2554%208.64477%2020.7654%208.84776C20.3978%209%2019.9319%209%2019%209H5C4.06812%209%203.60218%209%203.23463%208.84776C2.74458%208.64477%202.35523%208.25542%202.15224%207.76537C2%207.39782%202%206.93188%202%206C2%205.06812%202%204.60218%202.15224%204.23463C2.35523%203.74458%202.74458%203.35523%203.23463%203.15224C3.60218%203%204.06812%203%205%203H6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%206H5.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2012H5.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2018H5.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%22M14%2021H5C4.06812%2021%203.60218%2021%203.23463%2020.8478C2.74458%2020.6448%202.35523%2020.2554%202.15224%2019.7654C2%2019.3978%202%2018.9319%202%2018C2%2017.0681%202%2016.6022%202.15224%2016.2346C2.35523%2015.7446%202.74458%2015.3552%203.23463%2015.1522C3.60218%2015%204.06812%2015%205%2015H19C19.9319%2015%2020.3978%2015%2020.7654%2015.1522C21.2554%2015.3552%2021.6448%2015.7446%2021.8478%2016.2346C22%2016.6022%2022%2017.0681%2022%2018C22%2018.9319%2022%2019.3978%2021.8478%2019.7654C21.6448%2020.2554%2021.2554%2020.6448%2020.7654%2020.8478C20.3978%2021%2019.9319%2021%2019%2021H18%22%2F%3E%3Cpath%20d%3D%22M2%2012C2%2011.0681%202%2010.6022%202.15224%2010.2346C2.35523%209.74458%202.74458%209.35523%203.23463%209.15224C3.60218%209%204.06812%209%205%209H19C19.9319%209%2020.3978%209%2020.7654%209.15224C21.2554%209.35523%2021.6448%209.74458%2021.8478%2010.2346C22%2010.6022%2022%2011.0681%2022%2012C22%2012.9319%2022%2013.3978%2021.8478%2013.7654C21.6448%2014.2554%2021.2554%2014.6448%2020.7654%2014.8478C20.3978%2015%2019.9319%2015%2019%2015H5C4.06812%2015%203.60218%2015%203.23463%2014.8478C2.74458%2014.6448%202.35523%2014.2554%202.15224%2013.7654C2%2013.3978%202%2012.9319%202%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%203H19C19.9319%203%2020.3978%203%2020.7654%203.15224C21.2554%203.35523%2021.6448%203.74458%2021.8478%204.23463C22%204.60218%2022%205.06812%2022%206C22%206.93188%2022%207.39782%2021.8478%207.76537C21.6448%208.25542%2021.2554%208.64477%2020.7654%208.84776C20.3978%209%2019.9319%209%2019%209H5C4.06812%209%203.60218%209%203.23463%208.84776C2.74458%208.64477%202.35523%208.25542%202.15224%207.76537C2%207.39782%202%206.93188%202%206C2%205.06812%202%204.60218%202.15224%204.23463C2.35523%203.74458%202.74458%203.35523%203.23463%203.15224C3.60218%203%204.06812%203%205%203H6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%206H5.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2012H5.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2018H5.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-minimalistic-broken.svg?color=%231a73e8&size=48