customer icon

customer from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.

Name
customer
Set
Carbon
Style
Outline
Category
Person
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More person icons from Carbon

Use the customer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.755 21.345A1 1 0 0 0 29 21h-2v-2c0-1.102-.897-2-2-2h-4c-1.103 0-2 .898-2 2v2h-2a1 1 0 0 0-.99 1.142l1 7A1 1 0 0 0 18 30h10a1 1 0 0 0 .99-.858l1-7a1 1 0 0 0-.235-.797M21 19h4v2h-4zm6.133 9h-8.266l-.714-5h9.694zM10 20h2v10h-2z"/><path fill="currentColor" d="m16.78 17.875l-1.906-2.384l-1.442-3.605A2.99 2.99 0 0 0 10.646 10H5c-1.654 0-3 1.346-3 3v7c0 1.103.897 2 2 2h1v8h2V20H4v-7a1 1 0 0 1 1-1h5.646c.411 0 .776.247.928.629l1.645 3.996l2 2.5zM4 5c0-2.206 1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4m2 0c0 1.103.897 2 2 2s2-.897 2-2s-.897-2-2-2s-2 .897-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCustomer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.755 21.345A1 1 0 0 0 29 21h-2v-2c0-1.102-.897-2-2-2h-4c-1.103 0-2 .898-2 2v2h-2a1 1 0 0 0-.99 1.142l1 7A1 1 0 0 0 18 30h10a1 1 0 0 0 .99-.858l1-7a1 1 0 0 0-.235-.797M21 19h4v2h-4zm6.133 9h-8.266l-.714-5h9.694zM10 20h2v10h-2z"/><path fill="currentColor" d="m16.78 17.875l-1.906-2.384l-1.442-3.605A2.99 2.99 0 0 0 10.646 10H5c-1.654 0-3 1.346-3 3v7c0 1.103.897 2 2 2h1v8h2V20H4v-7a1 1 0 0 1 1-1h5.646c.411 0 .776.247.928.629l1.645 3.996l2 2.5zM4 5c0-2.206 1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4m2 0c0 1.103.897 2 2 2s2-.897 2-2s-.897-2-2-2s-2 .897-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.755 21.345A1 1 0 0 0 29 21h-2v-2c0-1.102-.897-2-2-2h-4c-1.103 0-2 .898-2 2v2h-2a1 1 0 0 0-.99 1.142l1 7A1 1 0 0 0 18 30h10a1 1 0 0 0 .99-.858l1-7a1 1 0 0 0-.235-.797M21 19h4v2h-4zm6.133 9h-8.266l-.714-5h9.694zM10 20h2v10h-2z"/><path fill="currentColor" d="m16.78 17.875l-1.906-2.384l-1.442-3.605A2.99 2.99 0 0 0 10.646 10H5c-1.654 0-3 1.346-3 3v7c0 1.103.897 2 2 2h1v8h2V20H4v-7a1 1 0 0 1 1-1h5.646c.411 0 .776.247.928.629l1.645 3.996l2 2.5zM4 5c0-2.206 1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4m2 0c0 1.103.897 2 2 2s2-.897 2-2s-.897-2-2-2s-2 .897-2 2"/></svg>
</template>

CSS

.icon-customer {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.755%2021.345A1%201%200%200%200%2029%2021h-2v-2c0-1.102-.897-2-2-2h-4c-1.103%200-2%20.898-2%202v2h-2a1%201%200%200%200-.99%201.142l1%207A1%201%200%200%200%2018%2030h10a1%201%200%200%200%20.99-.858l1-7a1%201%200%200%200-.235-.797M21%2019h4v2h-4zm6.133%209h-8.266l-.714-5h9.694zM10%2020h2v10h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.78%2017.875l-1.906-2.384l-1.442-3.605A2.99%202.99%200%200%200%2010.646%2010H5c-1.654%200-3%201.346-3%203v7c0%201.103.897%202%202%202h1v8h2V20H4v-7a1%201%200%200%201%201-1h5.646c.411%200%20.776.247.928.629l1.645%203.996l2%202.5zM4%205c0-2.206%201.794-4%204-4s4%201.794%204%204s-1.794%204-4%204s-4-1.794-4-4m2%200c0%201.103.897%202%202%202s2-.897%202-2s-.897-2-2-2s-2%20.897-2%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.755%2021.345A1%201%200%200%200%2029%2021h-2v-2c0-1.102-.897-2-2-2h-4c-1.103%200-2%20.898-2%202v2h-2a1%201%200%200%200-.99%201.142l1%207A1%201%200%200%200%2018%2030h10a1%201%200%200%200%20.99-.858l1-7a1%201%200%200%200-.235-.797M21%2019h4v2h-4zm6.133%209h-8.266l-.714-5h9.694zM10%2020h2v10h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.78%2017.875l-1.906-2.384l-1.442-3.605A2.99%202.99%200%200%200%2010.646%2010H5c-1.654%200-3%201.346-3%203v7c0%201.103.897%202%202%202h1v8h2V20H4v-7a1%201%200%200%201%201-1h5.646c.411%200%20.776.247.928.629l1.645%203.996l2%202.5zM4%205c0-2.206%201.794-4%204-4s4%201.794%204%204s-1.794%204-4%204s-4-1.794-4-4m2%200c0%201.103.897%202%202%202s2-.897%202-2s-.897-2-2-2s-2%20.897-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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