purchasing organizations icon
purchasing-organizations from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- purchasing-organizations
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the purchasing organizations icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 16a2 2 0 1 1 0-4a2 2 0 0 1 0 4m15 7v8h-8v-3H8.5C4.92 28 2 25.08 2 21.5c0-3.41 2.65-6.22 6-6.48v2.01c-2.25.25-4 2.16-4 4.47C4 23.98 6.02 26 8.5 26H23v-3zm-2 2h-4v4h4zm-6.7-10.7c0 1.36-.45 2.71-1.27 3.79c0 0-.15.21-.19.24L16 24.05l-4.99-5.9c-.86-1.14-1.32-2.49-1.31-3.85C9.7 10.83 12.52 8 16 8s6.3 2.83 6.3 6.3m-2 0c0-2.37-1.93-4.3-4.3-4.3s-4.3 1.93-4.3 4.3c0 .93.31 1.85.88 2.6l.13.17L16 20.95l3.44-4.07c.56-.74.86-1.65.86-2.58m9.7-3.8c0 3.41-2.65 6.22-6 6.48v-2.01c2.25-.25 4-2.16 4-4.47C28 8.02 25.98 6 23.5 6H9v3H1V1h8v3h14.5c3.58 0 6.5 2.92 6.5 6.5M7 3H3v4h4z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPurchasingOrganizations(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="M16 16a2 2 0 1 1 0-4a2 2 0 0 1 0 4m15 7v8h-8v-3H8.5C4.92 28 2 25.08 2 21.5c0-3.41 2.65-6.22 6-6.48v2.01c-2.25.25-4 2.16-4 4.47C4 23.98 6.02 26 8.5 26H23v-3zm-2 2h-4v4h4zm-6.7-10.7c0 1.36-.45 2.71-1.27 3.79c0 0-.15.21-.19.24L16 24.05l-4.99-5.9c-.86-1.14-1.32-2.49-1.31-3.85C9.7 10.83 12.52 8 16 8s6.3 2.83 6.3 6.3m-2 0c0-2.37-1.93-4.3-4.3-4.3s-4.3 1.93-4.3 4.3c0 .93.31 1.85.88 2.6l.13.17L16 20.95l3.44-4.07c.56-.74.86-1.65.86-2.58m9.7-3.8c0 3.41-2.65 6.22-6 6.48v-2.01c2.25-.25 4-2.16 4-4.47C28 8.02 25.98 6 23.5 6H9v3H1V1h8v3h14.5c3.58 0 6.5 2.92 6.5 6.5M7 3H3v4h4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 16a2 2 0 1 1 0-4a2 2 0 0 1 0 4m15 7v8h-8v-3H8.5C4.92 28 2 25.08 2 21.5c0-3.41 2.65-6.22 6-6.48v2.01c-2.25.25-4 2.16-4 4.47C4 23.98 6.02 26 8.5 26H23v-3zm-2 2h-4v4h4zm-6.7-10.7c0 1.36-.45 2.71-1.27 3.79c0 0-.15.21-.19.24L16 24.05l-4.99-5.9c-.86-1.14-1.32-2.49-1.31-3.85C9.7 10.83 12.52 8 16 8s6.3 2.83 6.3 6.3m-2 0c0-2.37-1.93-4.3-4.3-4.3s-4.3 1.93-4.3 4.3c0 .93.31 1.85.88 2.6l.13.17L16 20.95l3.44-4.07c.56-.74.86-1.65.86-2.58m9.7-3.8c0 3.41-2.65 6.22-6 6.48v-2.01c2.25-.25 4-2.16 4-4.47C28 8.02 25.98 6 23.5 6H9v3H1V1h8v3h14.5c3.58 0 6.5 2.92 6.5 6.5M7 3H3v4h4z"/></svg> </template>
CSS
.icon-purchasing-organizations {
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%22M16%2016a2%202%200%201%201%200-4a2%202%200%200%201%200%204m15%207v8h-8v-3H8.5C4.92%2028%202%2025.08%202%2021.5c0-3.41%202.65-6.22%206-6.48v2.01c-2.25.25-4%202.16-4%204.47C4%2023.98%206.02%2026%208.5%2026H23v-3zm-2%202h-4v4h4zm-6.7-10.7c0%201.36-.45%202.71-1.27%203.79c0%200-.15.21-.19.24L16%2024.05l-4.99-5.9c-.86-1.14-1.32-2.49-1.31-3.85C9.7%2010.83%2012.52%208%2016%208s6.3%202.83%206.3%206.3m-2%200c0-2.37-1.93-4.3-4.3-4.3s-4.3%201.93-4.3%204.3c0%20.93.31%201.85.88%202.6l.13.17L16%2020.95l3.44-4.07c.56-.74.86-1.65.86-2.58m9.7-3.8c0%203.41-2.65%206.22-6%206.48v-2.01c2.25-.25%204-2.16%204-4.47C28%208.02%2025.98%206%2023.5%206H9v3H1V1h8v3h14.5c3.58%200%206.5%202.92%206.5%206.5M7%203H3v4h4z%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%22M16%2016a2%202%200%201%201%200-4a2%202%200%200%201%200%204m15%207v8h-8v-3H8.5C4.92%2028%202%2025.08%202%2021.5c0-3.41%202.65-6.22%206-6.48v2.01c-2.25.25-4%202.16-4%204.47C4%2023.98%206.02%2026%208.5%2026H23v-3zm-2%202h-4v4h4zm-6.7-10.7c0%201.36-.45%202.71-1.27%203.79c0%200-.15.21-.19.24L16%2024.05l-4.99-5.9c-.86-1.14-1.32-2.49-1.31-3.85C9.7%2010.83%2012.52%208%2016%208s6.3%202.83%206.3%206.3m-2%200c0-2.37-1.93-4.3-4.3-4.3s-4.3%201.93-4.3%204.3c0%20.93.31%201.85.88%202.6l.13.17L16%2020.95l3.44-4.07c.56-.74.86-1.65.86-2.58m9.7-3.8c0%203.41-2.65%206.22-6%206.48v-2.01c2.25-.25%204-2.16%204-4.47C28%208.02%2025.98%206%2023.5%206H9v3H1V1h8v3h14.5c3.58%200%206.5%202.92%206.5%206.5M7%203H3v4h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/purchasing-organizations.svg?color=%231a73e8&size=48