async icon
async from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- async
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the async icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.216 4H26V2h-7v6h2V5.096A11.96 11.96 0 0 1 28 16c0 6.617-5.383 12-12 12v2c7.72 0 14-6.28 14-14c0-5.009-2.632-9.512-6.784-12"/><path fill="currentColor" d="M16 20a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M15 9h2v9h-2z"/><path fill="currentColor" d="M16 4V2C8.28 2 2 8.28 2 16c0 4.977 2.607 9.494 6.784 12H6v2h7v-6h-2v2.903A11.97 11.97 0 0 1 4 16C4 9.383 9.383 4 16 4"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAsync(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.216 4H26V2h-7v6h2V5.096A11.96 11.96 0 0 1 28 16c0 6.617-5.383 12-12 12v2c7.72 0 14-6.28 14-14c0-5.009-2.632-9.512-6.784-12"/><path fill="currentColor" d="M16 20a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M15 9h2v9h-2z"/><path fill="currentColor" d="M16 4V2C8.28 2 2 8.28 2 16c0 4.977 2.607 9.494 6.784 12H6v2h7v-6h-2v2.903A11.97 11.97 0 0 1 4 16C4 9.383 9.383 4 16 4"/></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.216 4H26V2h-7v6h2V5.096A11.96 11.96 0 0 1 28 16c0 6.617-5.383 12-12 12v2c7.72 0 14-6.28 14-14c0-5.009-2.632-9.512-6.784-12"/><path fill="currentColor" d="M16 20a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M15 9h2v9h-2z"/><path fill="currentColor" d="M16 4V2C8.28 2 2 8.28 2 16c0 4.977 2.607 9.494 6.784 12H6v2h7v-6h-2v2.903A11.97 11.97 0 0 1 4 16C4 9.383 9.383 4 16 4"/></svg> </template>
CSS
.icon-async {
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.216%204H26V2h-7v6h2V5.096A11.96%2011.96%200%200%201%2028%2016c0%206.617-5.383%2012-12%2012v2c7.72%200%2014-6.28%2014-14c0-5.009-2.632-9.512-6.784-12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2020a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M15%209h2v9h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204V2C8.28%202%202%208.28%202%2016c0%204.977%202.607%209.494%206.784%2012H6v2h7v-6h-2v2.903A11.97%2011.97%200%200%201%204%2016C4%209.383%209.383%204%2016%204%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.216%204H26V2h-7v6h2V5.096A11.96%2011.96%200%200%201%2028%2016c0%206.617-5.383%2012-12%2012v2c7.72%200%2014-6.28%2014-14c0-5.009-2.632-9.512-6.784-12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2020a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M15%209h2v9h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204V2C8.28%202%202%208.28%202%2016c0%204.977%202.607%209.494%206.784%2012H6v2h7v-6h-2v2.903A11.97%2011.97%200%200%201%204%2016C4%209.383%209.383%204%2016%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/async.svg?color=%231a73e8&size=48