api icon
api from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- api
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More organization icons from Carbon
4kaccept-action-usageaction-definitionaction-usageactivityadd-child-nodeadd-parent-nodeadd-serveraggregator-count-rowsaggregator-recalculationanalyticsanalytics-customanalytics-referenceanchorapi-1api-keyappapp-connectivityapplicationapplication-mobileapplication-virtualapplication-webarchivearea-range-dashed
Use the api icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 22a3.86 3.86 0 0 0-2 .57l-3.09-3.1a6 6 0 0 0 0-6.94L24 9.43a3.86 3.86 0 0 0 2 .57a4 4 0 1 0-4-4a3.86 3.86 0 0 0 .57 2l-3.1 3.09a6 6 0 0 0-6.94 0L9.43 8A3.86 3.86 0 0 0 10 6a4 4 0 1 0-4 4a3.86 3.86 0 0 0 2-.57l3.09 3.1a6 6 0 0 0 0 6.94L8 22.57A3.86 3.86 0 0 0 6 22a4 4 0 1 0 4 4a3.86 3.86 0 0 0-.57-2l3.1-3.09a6 6 0 0 0 6.94 0l3.1 3.09a3.86 3.86 0 0 0-.57 2a4 4 0 1 0 4-4m0-18a2 2 0 1 1-2 2a2 2 0 0 1 2-2M4 6a2 2 0 1 1 2 2a2 2 0 0 1-2-2m2 22a2 2 0 1 1 2-2a2 2 0 0 1-2 2m10-8a4 4 0 1 1 4-4a4 4 0 0 1-4 4m10 8a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonApi(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="M26 22a3.86 3.86 0 0 0-2 .57l-3.09-3.1a6 6 0 0 0 0-6.94L24 9.43a3.86 3.86 0 0 0 2 .57a4 4 0 1 0-4-4a3.86 3.86 0 0 0 .57 2l-3.1 3.09a6 6 0 0 0-6.94 0L9.43 8A3.86 3.86 0 0 0 10 6a4 4 0 1 0-4 4a3.86 3.86 0 0 0 2-.57l3.09 3.1a6 6 0 0 0 0 6.94L8 22.57A3.86 3.86 0 0 0 6 22a4 4 0 1 0 4 4a3.86 3.86 0 0 0-.57-2l3.1-3.09a6 6 0 0 0 6.94 0l3.1 3.09a3.86 3.86 0 0 0-.57 2a4 4 0 1 0 4-4m0-18a2 2 0 1 1-2 2a2 2 0 0 1 2-2M4 6a2 2 0 1 1 2 2a2 2 0 0 1-2-2m2 22a2 2 0 1 1 2-2a2 2 0 0 1-2 2m10-8a4 4 0 1 1 4-4a4 4 0 0 1-4 4m10 8a2 2 0 1 1 2-2a2 2 0 0 1-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="M26 22a3.86 3.86 0 0 0-2 .57l-3.09-3.1a6 6 0 0 0 0-6.94L24 9.43a3.86 3.86 0 0 0 2 .57a4 4 0 1 0-4-4a3.86 3.86 0 0 0 .57 2l-3.1 3.09a6 6 0 0 0-6.94 0L9.43 8A3.86 3.86 0 0 0 10 6a4 4 0 1 0-4 4a3.86 3.86 0 0 0 2-.57l3.09 3.1a6 6 0 0 0 0 6.94L8 22.57A3.86 3.86 0 0 0 6 22a4 4 0 1 0 4 4a3.86 3.86 0 0 0-.57-2l3.1-3.09a6 6 0 0 0 6.94 0l3.1 3.09a3.86 3.86 0 0 0-.57 2a4 4 0 1 0 4-4m0-18a2 2 0 1 1-2 2a2 2 0 0 1 2-2M4 6a2 2 0 1 1 2 2a2 2 0 0 1-2-2m2 22a2 2 0 1 1 2-2a2 2 0 0 1-2 2m10-8a4 4 0 1 1 4-4a4 4 0 0 1-4 4m10 8a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg> </template>
CSS
.icon-api {
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%22M26%2022a3.86%203.86%200%200%200-2%20.57l-3.09-3.1a6%206%200%200%200%200-6.94L24%209.43a3.86%203.86%200%200%200%202%20.57a4%204%200%201%200-4-4a3.86%203.86%200%200%200%20.57%202l-3.1%203.09a6%206%200%200%200-6.94%200L9.43%208A3.86%203.86%200%200%200%2010%206a4%204%200%201%200-4%204a3.86%203.86%200%200%200%202-.57l3.09%203.1a6%206%200%200%200%200%206.94L8%2022.57A3.86%203.86%200%200%200%206%2022a4%204%200%201%200%204%204a3.86%203.86%200%200%200-.57-2l3.1-3.09a6%206%200%200%200%206.94%200l3.1%203.09a3.86%203.86%200%200%200-.57%202a4%204%200%201%200%204-4m0-18a2%202%200%201%201-2%202a2%202%200%200%201%202-2M4%206a2%202%200%201%201%202%202a2%202%200%200%201-2-2m2%2022a2%202%200%201%201%202-2a2%202%200%200%201-2%202m10-8a4%204%200%201%201%204-4a4%204%200%200%201-4%204m10%208a2%202%200%201%201%202-2a2%202%200%200%201-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%22M26%2022a3.86%203.86%200%200%200-2%20.57l-3.09-3.1a6%206%200%200%200%200-6.94L24%209.43a3.86%203.86%200%200%200%202%20.57a4%204%200%201%200-4-4a3.86%203.86%200%200%200%20.57%202l-3.1%203.09a6%206%200%200%200-6.94%200L9.43%208A3.86%203.86%200%200%200%2010%206a4%204%200%201%200-4%204a3.86%203.86%200%200%200%202-.57l3.09%203.1a6%206%200%200%200%200%206.94L8%2022.57A3.86%203.86%200%200%200%206%2022a4%204%200%201%200%204%204a3.86%203.86%200%200%200-.57-2l3.1-3.09a6%206%200%200%200%206.94%200l3.1%203.09a3.86%203.86%200%200%200-.57%202a4%204%200%201%200%204-4m0-18a2%202%200%201%201-2%202a2%202%200%200%201%202-2M4%206a2%202%200%201%201%202%202a2%202%200%200%201-2-2m2%2022a2%202%200%201%201%202-2a2%202%200%200%201-2%202m10-8a4%204%200%201%201%204-4a4%204%200%200%201-4%204m10%208a2%202%200%201%201%202-2a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/api.svg?color=%231a73e8&size=48