user service desk icon
user-service-desk from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.
- Name
- user-service-desk
- Set
- Carbon
- Style
- Outline
- Category
- Person
- Viewbox
- 32×32
- License
- Apache 2.0
More person icons from Carbon
Use the user service desk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m25.334 11.95l1.206-1.206a1.18 1.18 0 0 1 1.259-.258l1.47.586A1.17 1.17 0 0 1 30 12.15v2.692A1.17 1.17 0 0 1 28.823 16l-.05-.001C18.478 15.358 16.4 6.636 16.007 3.297a1.17 1.17 0 0 1 1.032-1.29A1 1 0 0 1 17.175 2h2.6a1.16 1.16 0 0 1 1.076.732l.587 1.47a1.16 1.16 0 0 1-.253 1.26l-1.206 1.206s.694 4.7 5.355 5.282M16 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-3 3a3 3 0 0 1 3-3m0-2a5 5 0 1 0 5 5a5 5 0 0 0-5-5"/></svg>
React
import type { SVGProps } from "react";
export function CarbonUserServiceDesk(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="m25.334 11.95l1.206-1.206a1.18 1.18 0 0 1 1.259-.258l1.47.586A1.17 1.17 0 0 1 30 12.15v2.692A1.17 1.17 0 0 1 28.823 16l-.05-.001C18.478 15.358 16.4 6.636 16.007 3.297a1.17 1.17 0 0 1 1.032-1.29A1 1 0 0 1 17.175 2h2.6a1.16 1.16 0 0 1 1.076.732l.587 1.47a1.16 1.16 0 0 1-.253 1.26l-1.206 1.206s.694 4.7 5.355 5.282M16 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-3 3a3 3 0 0 1 3-3m0-2a5 5 0 1 0 5 5a5 5 0 0 0-5-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m25.334 11.95l1.206-1.206a1.18 1.18 0 0 1 1.259-.258l1.47.586A1.17 1.17 0 0 1 30 12.15v2.692A1.17 1.17 0 0 1 28.823 16l-.05-.001C18.478 15.358 16.4 6.636 16.007 3.297a1.17 1.17 0 0 1 1.032-1.29A1 1 0 0 1 17.175 2h2.6a1.16 1.16 0 0 1 1.076.732l.587 1.47a1.16 1.16 0 0 1-.253 1.26l-1.206 1.206s.694 4.7 5.355 5.282M16 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-3 3a3 3 0 0 1 3-3m0-2a5 5 0 1 0 5 5a5 5 0 0 0-5-5"/></svg> </template>
CSS
.icon-user-service-desk {
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%22m25.334%2011.95l1.206-1.206a1.18%201.18%200%200%201%201.259-.258l1.47.586A1.17%201.17%200%200%201%2030%2012.15v2.692A1.17%201.17%200%200%201%2028.823%2016l-.05-.001C18.478%2015.358%2016.4%206.636%2016.007%203.297a1.17%201.17%200%200%201%201.032-1.29A1%201%200%200%201%2017.175%202h2.6a1.16%201.16%200%200%201%201.076.732l.587%201.47a1.16%201.16%200%200%201-.253%201.26l-1.206%201.206s.694%204.7%205.355%205.282M16%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-3%203a3%203%200%200%201%203-3m0-2a5%205%200%201%200%205%205a5%205%200%200%200-5-5%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%22m25.334%2011.95l1.206-1.206a1.18%201.18%200%200%201%201.259-.258l1.47.586A1.17%201.17%200%200%201%2030%2012.15v2.692A1.17%201.17%200%200%201%2028.823%2016l-.05-.001C18.478%2015.358%2016.4%206.636%2016.007%203.297a1.17%201.17%200%200%201%201.032-1.29A1%201%200%200%201%2017.175%202h2.6a1.16%201.16%200%200%201%201.076.732l.587%201.47a1.16%201.16%200%200%201-.253%201.26l-1.206%201.206s.694%204.7%205.355%205.282M16%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-3%203a3%203%200%200%201%203-3m0-2a5%205%200%201%200%205%205a5%205%200%200%200-5-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/user-service-desk.svg?color=%231a73e8&size=48