call centre negative icon
call-centre-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- call-centre-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the call centre negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsCallCentreNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm23.404 13.826a7.2 7.2 0 0 1 3.836 8.89l7.575 5.883V26.26h1.633a1.998 1.998 0 0 0 1.873-2.7l-4.234-11.273c-.349-.93-1.025-1.55-1.875-2.33l-.297-.275c-1.994-1.849-4.222-3.2-8.511-3.577zm-6-7.585v7.605a7.201 7.201 0 0 0 5.673 13.234l10.585 8.22c-.257.12-.544.188-.847.188h-4.293V42H11.41V30.008C9.684 28.216 6 23.742 6 17.975C6 14.3 8.415 7.595 17.405 6.24m4 8.851a5.402 5.402 0 0 1 3.477 8.33L38.714 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.76V6h2zm.798 5.308a1.8 1.8 0 1 1-3.6 0a1.8 1.8 0 0 1 3.6 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCallCentreNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCallCentreNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsCallCentreNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm23.404 13.826a7.2 7.2 0 0 1 3.836 8.89l7.575 5.883V26.26h1.633a1.998 1.998 0 0 0 1.873-2.7l-4.234-11.273c-.349-.93-1.025-1.55-1.875-2.33l-.297-.275c-1.994-1.849-4.222-3.2-8.511-3.577zm-6-7.585v7.605a7.201 7.201 0 0 0 5.673 13.234l10.585 8.22c-.257.12-.544.188-.847.188h-4.293V42H11.41V30.008C9.684 28.216 6 23.742 6 17.975C6 14.3 8.415 7.595 17.405 6.24m4 8.851a5.402 5.402 0 0 1 3.477 8.33L38.714 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.76V6h2zm.798 5.308a1.8 1.8 0 1 1-3.6 0a1.8 1.8 0 0 1 3.6 0" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCallCentreNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsCallCentreNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm23.404 13.826a7.2 7.2 0 0 1 3.836 8.89l7.575 5.883V26.26h1.633a1.998 1.998 0 0 0 1.873-2.7l-4.234-11.273c-.349-.93-1.025-1.55-1.875-2.33l-.297-.275c-1.994-1.849-4.222-3.2-8.511-3.577zm-6-7.585v7.605a7.201 7.201 0 0 0 5.673 13.234l10.585 8.22c-.257.12-.544.188-.847.188h-4.293V42H11.41V30.008C9.684 28.216 6 23.742 6 17.975C6 14.3 8.415 7.595 17.405 6.24m4 8.851a5.402 5.402 0 0 1 3.477 8.33L38.714 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.76V6h2zm.798 5.308a1.8 1.8 0 1 1-3.6 0a1.8 1.8 0 0 1 3.6 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCallCentreNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-call-centre-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsCallCentreNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm23.404%2013.826a7.2%207.2%200%200%201%203.836%208.89l7.575%205.883V26.26h1.633a1.998%201.998%200%200%200%201.873-2.7l-4.234-11.273c-.349-.93-1.025-1.55-1.875-2.33l-.297-.275c-1.994-1.849-4.222-3.2-8.511-3.577zm-6-7.585v7.605a7.201%207.201%200%200%200%205.673%2013.234l10.585%208.22c-.257.12-.544.188-.847.188h-4.293V42H11.41V30.008C9.684%2028.216%206%2023.742%206%2017.975C6%2014.3%208.415%207.595%2017.405%206.24m4%208.851a5.402%205.402%200%200%201%203.477%208.33L38.714%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.76V6h2zm.798%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%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCallCentreNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsCallCentreNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm23.404%2013.826a7.2%207.2%200%200%201%203.836%208.89l7.575%205.883V26.26h1.633a1.998%201.998%200%200%200%201.873-2.7l-4.234-11.273c-.349-.93-1.025-1.55-1.875-2.33l-.297-.275c-1.994-1.849-4.222-3.2-8.511-3.577zm-6-7.585v7.605a7.201%207.201%200%200%200%205.673%2013.234l10.585%208.22c-.257.12-.544.188-.847.188h-4.293V42H11.41V30.008C9.684%2028.216%206%2023.742%206%2017.975C6%2014.3%208.415%207.595%2017.405%206.24m4%208.851a5.402%205.402%200%200%201%203.477%208.33L38.714%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.76V6h2zm.798%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%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCallCentreNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48