call centre icon
call-centre from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- call-centre
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ychild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-workercpr
Use the call centre icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M21.407 15.092a5.402 5.402 0 0 1 3.477 8.33L38.718 34.16a2.25 2.25 0 1 1-1.182 1.614l-14.07-10.922a5.4 5.4 0 1 1-4.058-9.76L19.406 6h2zm.799 5.308a1.8 1.8 0 1 1-3.6 0a1.8 1.8 0 0 1 3.6 0" clip-rule="evenodd"/><path d="M27.63 20.384a7.2 7.2 0 0 0-4.223-6.558v-7.72c4.289.377 6.517 1.728 8.512 3.577q.151.141.296.273v.001c.85.78 1.526 1.401 1.875 2.331l4.234 11.272a2 2 0 0 1-1.873 2.701H34.82V28.6l-7.575-5.882a7.2 7.2 0 0 0 .386-2.333m-10.224-6.539V6.241c-8.99 1.353-11.403 8.06-11.403 11.734c0 5.767 3.683 10.24 5.41 12.033V42h17.112v-6.512h4.293c.302 0 .59-.068.846-.188L23.08 27.08a7.2 7.2 0 0 1-5.673-13.234"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCallCentre(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M21.407 15.092a5.402 5.402 0 0 1 3.477 8.33L38.718 34.16a2.25 2.25 0 1 1-1.182 1.614l-14.07-10.922a5.4 5.4 0 1 1-4.058-9.76L19.406 6h2zm.799 5.308a1.8 1.8 0 1 1-3.6 0a1.8 1.8 0 0 1 3.6 0" clipRule="evenodd"/><path d="M27.63 20.384a7.2 7.2 0 0 0-4.223-6.558v-7.72c4.289.377 6.517 1.728 8.512 3.577q.151.141.296.273v.001c.85.78 1.526 1.401 1.875 2.331l4.234 11.272a2 2 0 0 1-1.873 2.701H34.82V28.6l-7.575-5.882a7.2 7.2 0 0 0 .386-2.333m-10.224-6.539V6.241c-8.99 1.353-11.403 8.06-11.403 11.734c0 5.767 3.683 10.24 5.41 12.033V42h17.112v-6.512h4.293c.302 0 .59-.068.846-.188L23.08 27.08a7.2 7.2 0 0 1-5.673-13.234"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M21.407 15.092a5.402 5.402 0 0 1 3.477 8.33L38.718 34.16a2.25 2.25 0 1 1-1.182 1.614l-14.07-10.922a5.4 5.4 0 1 1-4.058-9.76L19.406 6h2zm.799 5.308a1.8 1.8 0 1 1-3.6 0a1.8 1.8 0 0 1 3.6 0" clip-rule="evenodd"/><path d="M27.63 20.384a7.2 7.2 0 0 0-4.223-6.558v-7.72c4.289.377 6.517 1.728 8.512 3.577q.151.141.296.273v.001c.85.78 1.526 1.401 1.875 2.331l4.234 11.272a2 2 0 0 1-1.873 2.701H34.82V28.6l-7.575-5.882a7.2 7.2 0 0 0 .386-2.333m-10.224-6.539V6.241c-8.99 1.353-11.403 8.06-11.403 11.734c0 5.767 3.683 10.24 5.41 12.033V42h17.112v-6.512h4.293c.302 0 .59-.068.846-.188L23.08 27.08a7.2 7.2 0 0 1-5.673-13.234"/></g></svg> </template>
CSS
.icon-call-centre {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.407%2015.092a5.402%205.402%200%200%201%203.477%208.33L38.718%2034.16a2.25%202.25%200%201%201-1.182%201.614l-14.07-10.922a5.4%205.4%200%201%201-4.058-9.76L19.406%206h2zm.799%205.308a1.8%201.8%200%201%201-3.6%200a1.8%201.8%200%200%201%203.6%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M27.63%2020.384a7.2%207.2%200%200%200-4.223-6.558v-7.72c4.289.377%206.517%201.728%208.512%203.577q.151.141.296.273v.001c.85.78%201.526%201.401%201.875%202.331l4.234%2011.272a2%202%200%200%201-1.873%202.701H34.82V28.6l-7.575-5.882a7.2%207.2%200%200%200%20.386-2.333m-10.224-6.539V6.241c-8.99%201.353-11.403%208.06-11.403%2011.734c0%205.767%203.683%2010.24%205.41%2012.033V42h17.112v-6.512h4.293c.302%200%20.59-.068.846-.188L23.08%2027.08a7.2%207.2%200%200%201-5.673-13.234%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.407%2015.092a5.402%205.402%200%200%201%203.477%208.33L38.718%2034.16a2.25%202.25%200%201%201-1.182%201.614l-14.07-10.922a5.4%205.4%200%201%201-4.058-9.76L19.406%206h2zm.799%205.308a1.8%201.8%200%201%201-3.6%200a1.8%201.8%200%200%201%203.6%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M27.63%2020.384a7.2%207.2%200%200%200-4.223-6.558v-7.72c4.289.377%206.517%201.728%208.512%203.577q.151.141.296.273v.001c.85.78%201.526%201.401%201.875%202.331l4.234%2011.272a2%202%200%200%201-1.873%202.701H34.82V28.6l-7.575-5.882a7.2%207.2%200%200%200%20.386-2.333m-10.224-6.539V6.241c-8.99%201.353-11.403%208.06-11.403%2011.734c0%205.767%203.683%2010.24%205.41%2012.033V42h17.112v-6.512h4.293c.302%200%20.59-.068.846-.188L23.08%2027.08a7.2%207.2%200%200%201-5.673-13.234%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/call-centre.svg?color=%231a73e8&size=48