call centre icon

call-centre-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.

Name
call-centre-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
call-centre2x-outline

1 other variant in Health Icons

More people icons from Health Icons

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 d="M20.404 22.202a1.8 1.8 0 1 0 0-3.601a1.8 1.8 0 0 0 0 3.601"/><path fill-rule="evenodd" d="M11.41 30.008V42h17.112v-6.512h4.293c.268 0 .524-.053.757-.148l-2.38-1.852h-4.67V40H13.409V29.202l-.56-.581C11.209 26.916 8 22.931 8 17.975c0-1.63.615-4.126 2.466-6.19c1.633-1.821 4.373-3.465 8.937-3.743v7.05a5.4 5.4 0 1 0 4.058 9.76l14.07 10.923a2.25 2.25 0 1 0 1.183-1.614L24.88 23.42a5.402 5.402 0 0 0-3.477-8.329V8.006c2.543.047 4.305.388 5.638.888c1.412.53 2.459 1.28 3.514 2.257l.142.132c1.034.958 1.342 1.244 1.517 1.71l4.233 11.27h-3.632v2.888l2 1.555v-2.443h1.632a1.998 1.998 0 0 0 1.873-2.701l-4.234-11.273c-.349-.93-1.024-1.55-1.874-2.33l-.297-.274C29.55 7.492 26.859 6 20.798 6C9.006 6 6 13.875 6 17.975c0 5.767 3.683 10.241 5.41 12.033m8.993-6.207a3.4 3.4 0 1 0 .001-6.802a3.4 3.4 0 0 0 0 6.802" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCallCentreOutline(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 d="M20.404 22.202a1.8 1.8 0 1 0 0-3.601a1.8 1.8 0 0 0 0 3.601"/><path fillRule="evenodd" d="M11.41 30.008V42h17.112v-6.512h4.293c.268 0 .524-.053.757-.148l-2.38-1.852h-4.67V40H13.409V29.202l-.56-.581C11.209 26.916 8 22.931 8 17.975c0-1.63.615-4.126 2.466-6.19c1.633-1.821 4.373-3.465 8.937-3.743v7.05a5.4 5.4 0 1 0 4.058 9.76l14.07 10.923a2.25 2.25 0 1 0 1.183-1.614L24.88 23.42a5.402 5.402 0 0 0-3.477-8.329V8.006c2.543.047 4.305.388 5.638.888c1.412.53 2.459 1.28 3.514 2.257l.142.132c1.034.958 1.342 1.244 1.517 1.71l4.233 11.27h-3.632v2.888l2 1.555v-2.443h1.632a1.998 1.998 0 0 0 1.873-2.701l-4.234-11.273c-.349-.93-1.024-1.55-1.874-2.33l-.297-.274C29.55 7.492 26.859 6 20.798 6C9.006 6 6 13.875 6 17.975c0 5.767 3.683 10.241 5.41 12.033m8.993-6.207a3.4 3.4 0 1 0 .001-6.802a3.4 3.4 0 0 0 0 6.802" clipRule="evenodd"/></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 d="M20.404 22.202a1.8 1.8 0 1 0 0-3.601a1.8 1.8 0 0 0 0 3.601"/><path fill-rule="evenodd" d="M11.41 30.008V42h17.112v-6.512h4.293c.268 0 .524-.053.757-.148l-2.38-1.852h-4.67V40H13.409V29.202l-.56-.581C11.209 26.916 8 22.931 8 17.975c0-1.63.615-4.126 2.466-6.19c1.633-1.821 4.373-3.465 8.937-3.743v7.05a5.4 5.4 0 1 0 4.058 9.76l14.07 10.923a2.25 2.25 0 1 0 1.183-1.614L24.88 23.42a5.402 5.402 0 0 0-3.477-8.329V8.006c2.543.047 4.305.388 5.638.888c1.412.53 2.459 1.28 3.514 2.257l.142.132c1.034.958 1.342 1.244 1.517 1.71l4.233 11.27h-3.632v2.888l2 1.555v-2.443h1.632a1.998 1.998 0 0 0 1.873-2.701l-4.234-11.273c-.349-.93-1.024-1.55-1.874-2.33l-.297-.274C29.55 7.492 26.859 6 20.798 6C9.006 6 6 13.875 6 17.975c0 5.767 3.683 10.241 5.41 12.033m8.993-6.207a3.4 3.4 0 1 0 .001-6.802a3.4 3.4 0 0 0 0 6.802" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-call-centre-outline {
  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%20d%3D%22M20.404%2022.202a1.8%201.8%200%201%200%200-3.601a1.8%201.8%200%200%200%200%203.601%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.41%2030.008V42h17.112v-6.512h4.293c.268%200%20.524-.053.757-.148l-2.38-1.852h-4.67V40H13.409V29.202l-.56-.581C11.209%2026.916%208%2022.931%208%2017.975c0-1.63.615-4.126%202.466-6.19c1.633-1.821%204.373-3.465%208.937-3.743v7.05a5.4%205.4%200%201%200%204.058%209.76l14.07%2010.923a2.25%202.25%200%201%200%201.183-1.614L24.88%2023.42a5.402%205.402%200%200%200-3.477-8.329V8.006c2.543.047%204.305.388%205.638.888c1.412.53%202.459%201.28%203.514%202.257l.142.132c1.034.958%201.342%201.244%201.517%201.71l4.233%2011.27h-3.632v2.888l2%201.555v-2.443h1.632a1.998%201.998%200%200%200%201.873-2.701l-4.234-11.273c-.349-.93-1.024-1.55-1.874-2.33l-.297-.274C29.55%207.492%2026.859%206%2020.798%206C9.006%206%206%2013.875%206%2017.975c0%205.767%203.683%2010.241%205.41%2012.033m8.993-6.207a3.4%203.4%200%201%200%20.001-6.802a3.4%203.4%200%200%200%200%206.802%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.404%2022.202a1.8%201.8%200%201%200%200-3.601a1.8%201.8%200%200%200%200%203.601%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.41%2030.008V42h17.112v-6.512h4.293c.268%200%20.524-.053.757-.148l-2.38-1.852h-4.67V40H13.409V29.202l-.56-.581C11.209%2026.916%208%2022.931%208%2017.975c0-1.63.615-4.126%202.466-6.19c1.633-1.821%204.373-3.465%208.937-3.743v7.05a5.4%205.4%200%201%200%204.058%209.76l14.07%2010.923a2.25%202.25%200%201%200%201.183-1.614L24.88%2023.42a5.402%205.402%200%200%200-3.477-8.329V8.006c2.543.047%204.305.388%205.638.888c1.412.53%202.459%201.28%203.514%202.257l.142.132c1.034.958%201.342%201.244%201.517%201.71l4.233%2011.27h-3.632v2.888l2%201.555v-2.443h1.632a1.998%201.998%200%200%200%201.873-2.701l-4.234-11.273c-.349-.93-1.024-1.55-1.874-2.33l-.297-.274C29.55%207.492%2026.859%206%2020.798%206C9.006%206%206%2013.875%206%2017.975c0%205.767%203.683%2010.241%205.41%2012.033m8.993-6.207a3.4%203.4%200%201%200%20.001-6.802a3.4%203.4%200%200%200%200%206.802%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/healthicons/call-centre-outline.svg?color=%231a73e8&size=48