user service icon
user-service from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.
- Name
- user-service
- Set
- Carbon
- Style
- Outline
- Category
- Person
- Viewbox
- 32×32
- License
- Apache 2.0
More person icons from Carbon
Use the user service icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.019 10.433A3.95 3.95 0 0 1 21 11c-2.206 0-4-1.794-4-4c0-.356.062-.694.15-1.023l2.436 2.437A2.002 2.002 0 0 0 23 7c0-.552-.224-1.052-.586-1.414l-2.437-2.437A4 4 0 0 1 21 3c2.206 0 4 1.794 4 4c0 .74-.215 1.424-.567 2.02L30 14.585L28.586 16zM16 30h-2v-5a3.003 3.003 0 0 0-3-3H7a3.003 3.003 0 0 0-3 3v5H2v-5a5.006 5.006 0 0 1 5-5h4a5.006 5.006 0 0 1 5 5zM9 10a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0-2a5 5 0 1 0 0 10A5 5 0 0 0 9 8"/></svg>
React
import type { SVGProps } from "react";
export function CarbonUserService(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="M23.019 10.433A3.95 3.95 0 0 1 21 11c-2.206 0-4-1.794-4-4c0-.356.062-.694.15-1.023l2.436 2.437A2.002 2.002 0 0 0 23 7c0-.552-.224-1.052-.586-1.414l-2.437-2.437A4 4 0 0 1 21 3c2.206 0 4 1.794 4 4c0 .74-.215 1.424-.567 2.02L30 14.585L28.586 16zM16 30h-2v-5a3.003 3.003 0 0 0-3-3H7a3.003 3.003 0 0 0-3 3v5H2v-5a5.006 5.006 0 0 1 5-5h4a5.006 5.006 0 0 1 5 5zM9 10a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0-2a5 5 0 1 0 0 10A5 5 0 0 0 9 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.019 10.433A3.95 3.95 0 0 1 21 11c-2.206 0-4-1.794-4-4c0-.356.062-.694.15-1.023l2.436 2.437A2.002 2.002 0 0 0 23 7c0-.552-.224-1.052-.586-1.414l-2.437-2.437A4 4 0 0 1 21 3c2.206 0 4 1.794 4 4c0 .74-.215 1.424-.567 2.02L30 14.585L28.586 16zM16 30h-2v-5a3.003 3.003 0 0 0-3-3H7a3.003 3.003 0 0 0-3 3v5H2v-5a5.006 5.006 0 0 1 5-5h4a5.006 5.006 0 0 1 5 5zM9 10a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0-2a5 5 0 1 0 0 10A5 5 0 0 0 9 8"/></svg> </template>
CSS
.icon-user-service {
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%22M23.019%2010.433A3.95%203.95%200%200%201%2021%2011c-2.206%200-4-1.794-4-4c0-.356.062-.694.15-1.023l2.436%202.437A2.002%202.002%200%200%200%2023%207c0-.552-.224-1.052-.586-1.414l-2.437-2.437A4%204%200%200%201%2021%203c2.206%200%204%201.794%204%204c0%20.74-.215%201.424-.567%202.02L30%2014.585L28.586%2016zM16%2030h-2v-5a3.003%203.003%200%200%200-3-3H7a3.003%203.003%200%200%200-3%203v5H2v-5a5.006%205.006%200%200%201%205-5h4a5.006%205.006%200%200%201%205%205zM9%2010a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0-2a5%205%200%201%200%200%2010A5%205%200%200%200%209%208%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%22M23.019%2010.433A3.95%203.95%200%200%201%2021%2011c-2.206%200-4-1.794-4-4c0-.356.062-.694.15-1.023l2.436%202.437A2.002%202.002%200%200%200%2023%207c0-.552-.224-1.052-.586-1.414l-2.437-2.437A4%204%200%200%201%2021%203c2.206%200%204%201.794%204%204c0%20.74-.215%201.424-.567%202.02L30%2014.585L28.586%2016zM16%2030h-2v-5a3.003%203.003%200%200%200-3-3H7a3.003%203.003%200%200%200-3%203v5H2v-5a5.006%205.006%200%200%201%205-5h4a5.006%205.006%200%200%201%205%205zM9%2010a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0-2a5%205%200%201%200%200%2010A5%205%200%200%200%209%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/user-service.svg?color=%231a73e8&size=48