server4 icon
server4 from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.
- Name
- server4
- Set
- Reicon
- Style
- Outline
- Category
- IT
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More it icons from Reicon
Use the server4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.5 6.25a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M18.031 1.25H5.97c-.674 0-1.225 0-1.672.037c-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273c-.037.447-.037.998-.037 1.672v.562c0 .674 0 1.225.037 1.672c.037.463.118.882.317 1.272a3.25 3.25 0 0 0 1.42 1.42c.391.2.81.28 1.273.318c.447.037.998.037 1.672.037h12.06c.674 0 1.225 0 1.672-.037c.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.672V5.97c0-.674 0-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318c-.447-.037-.998-.037-1.672-.037M3.706 2.94c.144-.073.343-.128.713-.158C4.8 2.75 5.288 2.75 6 2.75h12c.712 0 1.202 0 1.58.032c.371.03.57.085.715.159c.329.168.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031 1.581v.5c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031H6c-.712 0-1.202 0-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.765c-.074-.144-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581V6c0-.712 0-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765" clip-rule="evenodd"/><path d="M13.5 17.75a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M18.031 12.75H5.97c-.674 0-1.224 0-1.672.037c-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273c-.037.447-.037.998-.037 1.672v.562c0 .674 0 1.225.037 1.672c.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317c.447.037.998.037 1.672.037h12.06c.674 0 1.225 0 1.672-.037c.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.672v-.562c0-.674 0-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.273a3.25 3.25 0 0 0-1.42-1.42c-.391-.199-.81-.28-1.273-.317c-.447-.037-.998-.037-1.672-.037M3.706 14.44c.144-.073.343-.128.713-.158c.38-.031.869-.032 1.581-.032h12c.712 0 1.202 0 1.58.032c.371.03.57.085.715.159c.329.167.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031 1.581v.5c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.715a1.75 1.75 0 0 1-.765.764c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031H6c-.712 0-1.202 0-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.765c-.074-.144-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581v-.5c0-.712 0-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconServer4(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.5 6.25a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fillRule="evenodd" d="M18.031 1.25H5.97c-.674 0-1.225 0-1.672.037c-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273c-.037.447-.037.998-.037 1.672v.562c0 .674 0 1.225.037 1.672c.037.463.118.882.317 1.272a3.25 3.25 0 0 0 1.42 1.42c.391.2.81.28 1.273.318c.447.037.998.037 1.672.037h12.06c.674 0 1.225 0 1.672-.037c.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.672V5.97c0-.674 0-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318c-.447-.037-.998-.037-1.672-.037M3.706 2.94c.144-.073.343-.128.713-.158C4.8 2.75 5.288 2.75 6 2.75h12c.712 0 1.202 0 1.58.032c.371.03.57.085.715.159c.329.168.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031 1.581v.5c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031H6c-.712 0-1.202 0-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.765c-.074-.144-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581V6c0-.712 0-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765" clipRule="evenodd"/><path d="M13.5 17.75a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fillRule="evenodd" d="M18.031 12.75H5.97c-.674 0-1.224 0-1.672.037c-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273c-.037.447-.037.998-.037 1.672v.562c0 .674 0 1.225.037 1.672c.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317c.447.037.998.037 1.672.037h12.06c.674 0 1.225 0 1.672-.037c.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.672v-.562c0-.674 0-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.273a3.25 3.25 0 0 0-1.42-1.42c-.391-.199-.81-.28-1.273-.317c-.447-.037-.998-.037-1.672-.037M3.706 14.44c.144-.073.343-.128.713-.158c.38-.031.869-.032 1.581-.032h12c.712 0 1.202 0 1.58.032c.371.03.57.085.715.159c.329.167.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031 1.581v.5c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.715a1.75 1.75 0 0 1-.765.764c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031H6c-.712 0-1.202 0-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.765c-.074-.144-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581v-.5c0-.712 0-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.5 6.25a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M18.031 1.25H5.97c-.674 0-1.225 0-1.672.037c-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273c-.037.447-.037.998-.037 1.672v.562c0 .674 0 1.225.037 1.672c.037.463.118.882.317 1.272a3.25 3.25 0 0 0 1.42 1.42c.391.2.81.28 1.273.318c.447.037.998.037 1.672.037h12.06c.674 0 1.225 0 1.672-.037c.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.672V5.97c0-.674 0-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318c-.447-.037-.998-.037-1.672-.037M3.706 2.94c.144-.073.343-.128.713-.158C4.8 2.75 5.288 2.75 6 2.75h12c.712 0 1.202 0 1.58.032c.371.03.57.085.715.159c.329.168.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031 1.581v.5c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031H6c-.712 0-1.202 0-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.765c-.074-.144-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581V6c0-.712 0-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765" clip-rule="evenodd"/><path d="M13.5 17.75a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M18.031 12.75H5.97c-.674 0-1.224 0-1.672.037c-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273c-.037.447-.037.998-.037 1.672v.562c0 .674 0 1.225.037 1.672c.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317c.447.037.998.037 1.672.037h12.06c.674 0 1.225 0 1.672-.037c.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.672v-.562c0-.674 0-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.273a3.25 3.25 0 0 0-1.42-1.42c-.391-.199-.81-.28-1.273-.317c-.447-.037-.998-.037-1.672-.037M3.706 14.44c.144-.073.343-.128.713-.158c.38-.031.869-.032 1.581-.032h12c.712 0 1.202 0 1.58.032c.371.03.57.085.715.159c.329.167.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031 1.581v.5c0 .712 0 1.202-.032 1.58c-.03.371-.085.57-.159.715a1.75 1.75 0 0 1-.765.764c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031H6c-.712 0-1.202 0-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.765c-.074-.144-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581v-.5c0-.712 0-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-server4 {
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%22currentColor%22%3E%3Cpath%20d%3D%22M13.5%206.25a1%201%200%201%201%202%200a1%201%200%200%201-2%200m4-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.031%201.25H5.97c-.674%200-1.225%200-1.672.037c-.463.037-.882.118-1.272.317a3.25%203.25%200%200%200-1.42%201.42c-.2.391-.28.81-.318%201.273c-.037.447-.037.998-.037%201.672v.562c0%20.674%200%201.225.037%201.672c.037.463.118.882.317%201.272a3.25%203.25%200%200%200%201.42%201.42c.391.2.81.28%201.273.318c.447.037.998.037%201.672.037h12.06c.674%200%201.225%200%201.672-.037c.463-.037.882-.118%201.273-.317a3.25%203.25%200%200%200%201.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.672V5.97c0-.674%200-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.272a3.25%203.25%200%200%200-1.42-1.42c-.391-.2-.81-.28-1.273-.318c-.447-.037-.998-.037-1.672-.037M3.706%202.94c.144-.073.343-.128.713-.158C4.8%202.75%205.288%202.75%206%202.75h12c.712%200%201.202%200%201.58.032c.371.03.57.085.715.159c.329.168.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031%201.581v.5c0%20.712%200%201.202-.032%201.58c-.03.371-.085.57-.159.714a1.75%201.75%200%200%201-.765.765c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031H6c-.712%200-1.202%200-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75%201.75%200%200%201-.765-.765c-.074-.144-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581V6c0-.712%200-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75%201.75%200%200%201%20.765-.765%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.5%2017.75a1%201%200%201%201%202%200a1%201%200%200%201-2%200m4-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.031%2012.75H5.97c-.674%200-1.224%200-1.672.037c-.463.037-.882.118-1.272.317a3.25%203.25%200%200%200-1.42%201.42c-.2.391-.28.81-.318%201.273c-.037.447-.037.998-.037%201.672v.562c0%20.674%200%201.225.037%201.672c.037.463.118.882.317%201.273a3.25%203.25%200%200%200%201.42%201.42c.391.199.81.28%201.273.317c.447.037.998.037%201.672.037h12.06c.674%200%201.225%200%201.672-.037c.463-.037.882-.118%201.273-.317a3.25%203.25%200%200%200%201.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.672v-.562c0-.674%200-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.273a3.25%203.25%200%200%200-1.42-1.42c-.391-.199-.81-.28-1.273-.317c-.447-.037-.998-.037-1.672-.037M3.706%2014.44c.144-.073.343-.128.713-.158c.38-.031.869-.032%201.581-.032h12c.712%200%201.202%200%201.58.032c.371.03.57.085.715.159c.329.167.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031%201.581v.5c0%20.712%200%201.202-.032%201.58c-.03.371-.085.57-.159.715a1.75%201.75%200%200%201-.765.764c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031H6c-.712%200-1.202%200-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75%201.75%200%200%201-.765-.765c-.074-.144-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581v-.5c0-.712%200-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75%201.75%200%200%201%20.765-.765%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M13.5%206.25a1%201%200%201%201%202%200a1%201%200%200%201-2%200m4-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.031%201.25H5.97c-.674%200-1.225%200-1.672.037c-.463.037-.882.118-1.272.317a3.25%203.25%200%200%200-1.42%201.42c-.2.391-.28.81-.318%201.273c-.037.447-.037.998-.037%201.672v.562c0%20.674%200%201.225.037%201.672c.037.463.118.882.317%201.272a3.25%203.25%200%200%200%201.42%201.42c.391.2.81.28%201.273.318c.447.037.998.037%201.672.037h12.06c.674%200%201.225%200%201.672-.037c.463-.037.882-.118%201.273-.317a3.25%203.25%200%200%200%201.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.672V5.97c0-.674%200-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.272a3.25%203.25%200%200%200-1.42-1.42c-.391-.2-.81-.28-1.273-.318c-.447-.037-.998-.037-1.672-.037M3.706%202.94c.144-.073.343-.128.713-.158C4.8%202.75%205.288%202.75%206%202.75h12c.712%200%201.202%200%201.58.032c.371.03.57.085.715.159c.329.168.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031%201.581v.5c0%20.712%200%201.202-.032%201.58c-.03.371-.085.57-.159.714a1.75%201.75%200%200%201-.765.765c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031H6c-.712%200-1.202%200-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75%201.75%200%200%201-.765-.765c-.074-.144-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581V6c0-.712%200-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75%201.75%200%200%201%20.765-.765%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.5%2017.75a1%201%200%201%201%202%200a1%201%200%200%201-2%200m4-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.031%2012.75H5.97c-.674%200-1.224%200-1.672.037c-.463.037-.882.118-1.272.317a3.25%203.25%200%200%200-1.42%201.42c-.2.391-.28.81-.318%201.273c-.037.447-.037.998-.037%201.672v.562c0%20.674%200%201.225.037%201.672c.037.463.118.882.317%201.273a3.25%203.25%200%200%200%201.42%201.42c.391.199.81.28%201.273.317c.447.037.998.037%201.672.037h12.06c.674%200%201.225%200%201.672-.037c.463-.037.882-.118%201.273-.317a3.25%203.25%200%200%200%201.42-1.42c.199-.391.28-.81.317-1.273c.037-.447.037-.998.037-1.672v-.562c0-.674%200-1.225-.037-1.672c-.037-.463-.118-.882-.317-1.273a3.25%203.25%200%200%200-1.42-1.42c-.391-.199-.81-.28-1.273-.317c-.447-.037-.998-.037-1.672-.037M3.706%2014.44c.144-.073.343-.128.713-.158c.38-.031.869-.032%201.581-.032h12c.712%200%201.202%200%201.58.032c.371.03.57.085.715.159c.329.167.596.435.764.765c.074.144.13.343.16.713c.03.38.031.869.031%201.581v.5c0%20.712%200%201.202-.032%201.58c-.03.371-.085.57-.159.715a1.75%201.75%200%200%201-.765.764c-.144.074-.343.13-.713.16c-.38.03-.869.031-1.581.031H6c-.712%200-1.202%200-1.58-.032c-.371-.03-.57-.085-.714-.159a1.75%201.75%200%200%201-.765-.765c-.074-.144-.13-.343-.16-.713c-.03-.38-.031-.869-.031-1.581v-.5c0-.712%200-1.202.032-1.58c.03-.371.085-.57.159-.714a1.75%201.75%200%200%201%20.765-.765%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/server4.svg?color=%231a73e8&size=48