customer service 2 icon

customer-service-2-line from Remix Icon by Remix Design · Line · Business · Apache-2.0 Free for personal and commercial use.

Name
customer-service-2-line
Set
Remix Icon
Style
Line
Category
Business
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More business icons from Remix Icon

Use the customer service 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.938 8H21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-1.062A8 8 0 0 1 12 23v-2a6 6 0 0 0 6-6V9A6 6 0 0 0 6 9v7H3a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1.062a8.001 8.001 0 0 1 15.876 0M3 10v4h1v-4zm17 0v4h1v-4zM7.76 15.785l1.06-1.696A5.97 5.97 0 0 0 12 15a5.97 5.97 0 0 0 3.18-.911l1.06 1.696A7.96 7.96 0 0 1 12 17a7.96 7.96 0 0 1-4.24-1.215"/></svg>

React

import type { SVGProps } from "react";

export function RiCustomerService2Line(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.938 8H21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-1.062A8 8 0 0 1 12 23v-2a6 6 0 0 0 6-6V9A6 6 0 0 0 6 9v7H3a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1.062a8.001 8.001 0 0 1 15.876 0M3 10v4h1v-4zm17 0v4h1v-4zM7.76 15.785l1.06-1.696A5.97 5.97 0 0 0 12 15a5.97 5.97 0 0 0 3.18-.911l1.06 1.696A7.96 7.96 0 0 1 12 17a7.96 7.96 0 0 1-4.24-1.215"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.938 8H21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-1.062A8 8 0 0 1 12 23v-2a6 6 0 0 0 6-6V9A6 6 0 0 0 6 9v7H3a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1.062a8.001 8.001 0 0 1 15.876 0M3 10v4h1v-4zm17 0v4h1v-4zM7.76 15.785l1.06-1.696A5.97 5.97 0 0 0 12 15a5.97 5.97 0 0 0 3.18-.911l1.06 1.696A7.96 7.96 0 0 1 12 17a7.96 7.96 0 0 1-4.24-1.215"/></svg>
</template>

CSS

.icon-customer-service-2-line {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.938%208H21a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202h-1.062A8%208%200%200%201%2012%2023v-2a6%206%200%200%200%206-6V9A6%206%200%200%200%206%209v7H3a2%202%200%200%201-2-2v-4a2%202%200%200%201%202-2h1.062a8.001%208.001%200%200%201%2015.876%200M3%2010v4h1v-4zm17%200v4h1v-4zM7.76%2015.785l1.06-1.696A5.97%205.97%200%200%200%2012%2015a5.97%205.97%200%200%200%203.18-.911l1.06%201.696A7.96%207.96%200%200%201%2012%2017a7.96%207.96%200%200%201-4.24-1.215%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.938%208H21a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202h-1.062A8%208%200%200%201%2012%2023v-2a6%206%200%200%200%206-6V9A6%206%200%200%200%206%209v7H3a2%202%200%200%201-2-2v-4a2%202%200%200%201%202-2h1.062a8.001%208.001%200%200%201%2015.876%200M3%2010v4h1v-4zm17%200v4h1v-4zM7.76%2015.785l1.06-1.696A5.97%205.97%200%200%200%2012%2015a5.97%205.97%200%200%200%203.18-.911l1.06%201.696A7.96%207.96%200%200%201%2012%2017a7.96%207.96%200%200%201-4.24-1.215%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/customer-service-2-line.svg?color=%231a73e8&size=48