customer service icon
customer-service-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- customer-service-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- customer-service, customer-service-outline
2 other variants in Ant Design Icons
The same icon in other sets
Use the customer service icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384M328 632v192H200V632zm496 192H696V632h128z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCustomerServiceOutlined(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="M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384M328 632v192H200V632zm496 192H696V632h128z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384M328 632v192H200V632zm496 192H696V632h128z"/></svg> </template>
CSS
.icon-customer-service-outlined {
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%22M512%20128c-212.1%200-384%20171.9-384%20384v360c0%2013.3%2010.7%2024%2024%2024h184c35.3%200%2064-28.7%2064-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3%20139.7-312%20312-312s312%20139.7%20312%20312v48H688c-35.3%200-64%2028.7-64%2064v208c0%2035.3%2028.7%2064%2064%2064h184c13.3%200%2024-10.7%2024-24V512c0-212.1-171.9-384-384-384M328%20632v192H200V632zm496%20192H696V632h128z%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%22M512%20128c-212.1%200-384%20171.9-384%20384v360c0%2013.3%2010.7%2024%2024%2024h184c35.3%200%2064-28.7%2064-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3%20139.7-312%20312-312s312%20139.7%20312%20312v48H688c-35.3%200-64%2028.7-64%2064v208c0%2035.3%2028.7%2064%2064%2064h184c13.3%200%2024-10.7%2024-24V512c0-212.1-171.9-384-384-384M328%20632v192H200V632zm496%20192H696V632h128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/customer-service-outlined.svg?color=%231a73e8&size=48