ai launch icon

ai-launch from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
ai-launch
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ai launch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m15 19l-1.414 1.414L17.172 24H4V11H2v13a2 2 0 0 0 2 2h13.172l-3.586 3.586L15 31l6-6zm9-1v-2h2V4h-2V2h6v2h-2v12h2v2z"/><path fill="currentColor" d="M21 18h2L17.5 2l-3 .009L9 18h2l1.333-4h7.334zm-8-6l3-9l3 9z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonAiLaunch(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="m15 19l-1.414 1.414L17.172 24H4V11H2v13a2 2 0 0 0 2 2h13.172l-3.586 3.586L15 31l6-6zm9-1v-2h2V4h-2V2h6v2h-2v12h2v2z"/><path fill="currentColor" d="M21 18h2L17.5 2l-3 .009L9 18h2l1.333-4h7.334zm-8-6l3-9l3 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m15 19l-1.414 1.414L17.172 24H4V11H2v13a2 2 0 0 0 2 2h13.172l-3.586 3.586L15 31l6-6zm9-1v-2h2V4h-2V2h6v2h-2v12h2v2z"/><path fill="currentColor" d="M21 18h2L17.5 2l-3 .009L9 18h2l1.333-4h7.334zm-8-6l3-9l3 9z"/></svg>
</template>

CSS

.icon-ai-launch {
  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%22m15%2019l-1.414%201.414L17.172%2024H4V11H2v13a2%202%200%200%200%202%202h13.172l-3.586%203.586L15%2031l6-6zm9-1v-2h2V4h-2V2h6v2h-2v12h2v2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2018h2L17.5%202l-3%20.009L9%2018h2l1.333-4h7.334zm-8-6l3-9l3%209z%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%22m15%2019l-1.414%201.414L17.172%2024H4V11H2v13a2%202%200%200%200%202%202h13.172l-3.586%203.586L15%2031l6-6zm9-1v-2h2V4h-2V2h6v2h-2v12h2v2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2018h2L17.5%202l-3%20.009L9%2018h2l1.333-4h7.334zm-8-6l3-9l3%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ai-launch.svg?color=%231a73e8&size=48