service icon
service from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- service
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
Use the service icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M864 409.6A192 192 0 0 1 826.1 759A256 256 0 0 1 576 960h-96a32 32 0 1 1 0-64h96a192 192 0 0 0 181.1-128H736a32 32 0 0 1-32-32V416a32 32 0 0 1 32-32h32q15.5 0 30.5 2.4a288 288 0 0 0-573 0A193 193 0 0 1 256 384h32a32 32 0 0 1 32 32v320a32 32 0 0 1-32 32h-32a192 192 0 0 1-96-358.4a352 352 0 0 1 704 0M256 448a128 128 0 1 0 0 256zm640 128a128 128 0 0 0-128-128v256a128 128 0 0 0 128-128"/></svg>
React
import type { SVGProps } from "react";
export function EpService(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M864 409.6A192 192 0 0 1 826.1 759A256 256 0 0 1 576 960h-96a32 32 0 1 1 0-64h96a192 192 0 0 0 181.1-128H736a32 32 0 0 1-32-32V416a32 32 0 0 1 32-32h32q15.5 0 30.5 2.4a288 288 0 0 0-573 0A193 193 0 0 1 256 384h32a32 32 0 0 1 32 32v320a32 32 0 0 1-32 32h-32a192 192 0 0 1-96-358.4a352 352 0 0 1 704 0M256 448a128 128 0 1 0 0 256zm640 128a128 128 0 0 0-128-128v256a128 128 0 0 0 128-128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M864 409.6A192 192 0 0 1 826.1 759A256 256 0 0 1 576 960h-96a32 32 0 1 1 0-64h96a192 192 0 0 0 181.1-128H736a32 32 0 0 1-32-32V416a32 32 0 0 1 32-32h32q15.5 0 30.5 2.4a288 288 0 0 0-573 0A193 193 0 0 1 256 384h32a32 32 0 0 1 32 32v320a32 32 0 0 1-32 32h-32a192 192 0 0 1-96-358.4a352 352 0 0 1 704 0M256 448a128 128 0 1 0 0 256zm640 128a128 128 0 0 0-128-128v256a128 128 0 0 0 128-128"/></svg> </template>
CSS
.icon-service {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M864%20409.6A192%20192%200%200%201%20826.1%20759A256%20256%200%200%201%20576%20960h-96a32%2032%200%201%201%200-64h96a192%20192%200%200%200%20181.1-128H736a32%2032%200%200%201-32-32V416a32%2032%200%200%201%2032-32h32q15.5%200%2030.5%202.4a288%20288%200%200%200-573%200A193%20193%200%200%201%20256%20384h32a32%2032%200%200%201%2032%2032v320a32%2032%200%200%201-32%2032h-32a192%20192%200%200%201-96-358.4a352%20352%200%200%201%20704%200M256%20448a128%20128%200%201%200%200%20256zm640%20128a128%20128%200%200%200-128-128v256a128%20128%200%200%200%20128-128%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M864%20409.6A192%20192%200%200%201%20826.1%20759A256%20256%200%200%201%20576%20960h-96a32%2032%200%201%201%200-64h96a192%20192%200%200%200%20181.1-128H736a32%2032%200%200%201-32-32V416a32%2032%200%200%201%2032-32h32q15.5%200%2030.5%202.4a288%20288%200%200%200-573%200A193%20193%200%200%201%20256%20384h32a32%2032%200%200%201%2032%2032v320a32%2032%200%200%201-32%2032h-32a192%20192%200%200%201-96-358.4a352%20352%200%200%201%20704%200M256%20448a128%20128%200%201%200%200%20256zm640%20128a128%20128%200%200%200-128-128v256a128%20128%200%200%200%20128-128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/service.svg?color=%231a73e8&size=48