sales ops icon
sales-ops from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.
- Name
- sales-ops
- Set
- Carbon
- Style
- Outline
- Category
- Person
- Viewbox
- 32×32
- License
- Apache 2.0
More person icons from Carbon
Use the sales ops icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 6V4h-3V2h-2v2h-1c-1.103 0-2 .898-2 2v2c0 1.103.897 2 2 2h4v2h-6v2h3v2h2v-2h1c1.103 0 2-.897 2-2v-2c0-1.102-.897-2-2-2h-4V6zm-6 14v2h2.586L23 25.586l-2.292-2.293a1 1 0 0 0-.706-.293H20a1 1 0 0 0-.706.293L14 28.586L15.414 30l4.587-4.586l2.292 2.293a1 1 0 0 0 1.414 0L28 23.414V26h2v-6zM4 30H2v-5c0-3.86 3.14-7 7-7h6c1.989 0 3.89.85 5.217 2.333l-1.49 1.334A5 5 0 0 0 15 20H9c-2.757 0-5 2.243-5 5zm8-14a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-12a5 5 0 1 1 0 10a5 5 0 0 1 0-10"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSalesOps(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="M30 6V4h-3V2h-2v2h-1c-1.103 0-2 .898-2 2v2c0 1.103.897 2 2 2h4v2h-6v2h3v2h2v-2h1c1.103 0 2-.897 2-2v-2c0-1.102-.897-2-2-2h-4V6zm-6 14v2h2.586L23 25.586l-2.292-2.293a1 1 0 0 0-.706-.293H20a1 1 0 0 0-.706.293L14 28.586L15.414 30l4.587-4.586l2.292 2.293a1 1 0 0 0 1.414 0L28 23.414V26h2v-6zM4 30H2v-5c0-3.86 3.14-7 7-7h6c1.989 0 3.89.85 5.217 2.333l-1.49 1.334A5 5 0 0 0 15 20H9c-2.757 0-5 2.243-5 5zm8-14a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-12a5 5 0 1 1 0 10a5 5 0 0 1 0-10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 6V4h-3V2h-2v2h-1c-1.103 0-2 .898-2 2v2c0 1.103.897 2 2 2h4v2h-6v2h3v2h2v-2h1c1.103 0 2-.897 2-2v-2c0-1.102-.897-2-2-2h-4V6zm-6 14v2h2.586L23 25.586l-2.292-2.293a1 1 0 0 0-.706-.293H20a1 1 0 0 0-.706.293L14 28.586L15.414 30l4.587-4.586l2.292 2.293a1 1 0 0 0 1.414 0L28 23.414V26h2v-6zM4 30H2v-5c0-3.86 3.14-7 7-7h6c1.989 0 3.89.85 5.217 2.333l-1.49 1.334A5 5 0 0 0 15 20H9c-2.757 0-5 2.243-5 5zm8-14a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-12a5 5 0 1 1 0 10a5 5 0 0 1 0-10"/></svg> </template>
CSS
.icon-sales-ops {
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%22M30%206V4h-3V2h-2v2h-1c-1.103%200-2%20.898-2%202v2c0%201.103.897%202%202%202h4v2h-6v2h3v2h2v-2h1c1.103%200%202-.897%202-2v-2c0-1.102-.897-2-2-2h-4V6zm-6%2014v2h2.586L23%2025.586l-2.292-2.293a1%201%200%200%200-.706-.293H20a1%201%200%200%200-.706.293L14%2028.586L15.414%2030l4.587-4.586l2.292%202.293a1%201%200%200%200%201.414%200L28%2023.414V26h2v-6zM4%2030H2v-5c0-3.86%203.14-7%207-7h6c1.989%200%203.89.85%205.217%202.333l-1.49%201.334A5%205%200%200%200%2015%2020H9c-2.757%200-5%202.243-5%205zm8-14a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-12a5%205%200%201%201%200%2010a5%205%200%200%201%200-10%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%22M30%206V4h-3V2h-2v2h-1c-1.103%200-2%20.898-2%202v2c0%201.103.897%202%202%202h4v2h-6v2h3v2h2v-2h1c1.103%200%202-.897%202-2v-2c0-1.102-.897-2-2-2h-4V6zm-6%2014v2h2.586L23%2025.586l-2.292-2.293a1%201%200%200%200-.706-.293H20a1%201%200%200%200-.706.293L14%2028.586L15.414%2030l4.587-4.586l2.292%202.293a1%201%200%200%200%201.414%200L28%2023.414V26h2v-6zM4%2030H2v-5c0-3.86%203.14-7%207-7h6c1.989%200%203.89.85%205.217%202.333l-1.49%201.334A5%205%200%200%200%2015%2020H9c-2.757%200-5%202.243-5%205zm8-14a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-12a5%205%200%201%201%200%2010a5%205%200%200%201%200-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/sales-ops.svg?color=%231a73e8&size=48