comment ai icon

comment-ai-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
comment-ai-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

Related icons in Octicons

Use the comment ai icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 2.5a.75.75 0 0 1 0 1.5h-8a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h2.5c.199 0 .39.079.53.22c.141.14.22.331.22.53v3.195l3.743-3.725a.75.75 0 0 1 .53-.22h9.977a.25.25 0 0 0 .25-.25v-4.5a.75.75 0 0 1 1.5 0v4.5c0 .464-.184.909-.513 1.237a1.75 1.75 0 0 1-1.237.513h-9.684l-3.579 3.57a1.45 1.45 0 0 1-1.588.316A1.46 1.46 0 0 1 5 21.04V18.5H3.25a1.75 1.75 0 0 1-1.75-1.75V4.25c0-.966.784-1.75 1.75-1.75zM17.748 1a.33.33 0 0 1 .192.061a.33.33 0 0 1 .124.161l.323.88a5.05 5.05 0 0 0 3.008 3.007l.879.323a.33.33 0 0 1 .221.316a.34.34 0 0 1-.221.316l-.879.323a5 5 0 0 0-1.836 1.172a5 5 0 0 0-1.172 1.836l-.323.879a.33.33 0 0 1-.316.221a.33.33 0 0 1-.316-.221l-.323-.879a5.05 5.05 0 0 0-3.007-3.008l-.88-.323a.337.337 0 0 1 0-.632l.88-.323a5.1 5.1 0 0 0 1.836-1.171a5.1 5.1 0 0 0 1.171-1.836l.323-.88A.33.33 0 0 1 17.748 1"/></svg>

React

import type { SVGProps } from "react";

export function OcticonCommentAi24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 2.5a.75.75 0 0 1 0 1.5h-8a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h2.5c.199 0 .39.079.53.22c.141.14.22.331.22.53v3.195l3.743-3.725a.75.75 0 0 1 .53-.22h9.977a.25.25 0 0 0 .25-.25v-4.5a.75.75 0 0 1 1.5 0v4.5c0 .464-.184.909-.513 1.237a1.75 1.75 0 0 1-1.237.513h-9.684l-3.579 3.57a1.45 1.45 0 0 1-1.588.316A1.46 1.46 0 0 1 5 21.04V18.5H3.25a1.75 1.75 0 0 1-1.75-1.75V4.25c0-.966.784-1.75 1.75-1.75zM17.748 1a.33.33 0 0 1 .192.061a.33.33 0 0 1 .124.161l.323.88a5.05 5.05 0 0 0 3.008 3.007l.879.323a.33.33 0 0 1 .221.316a.34.34 0 0 1-.221.316l-.879.323a5 5 0 0 0-1.836 1.172a5 5 0 0 0-1.172 1.836l-.323.879a.33.33 0 0 1-.316.221a.33.33 0 0 1-.316-.221l-.323-.879a5.05 5.05 0 0 0-3.007-3.008l-.88-.323a.337.337 0 0 1 0-.632l.88-.323a5.1 5.1 0 0 0 1.836-1.171a5.1 5.1 0 0 0 1.171-1.836l.323-.88A.33.33 0 0 1 17.748 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 2.5a.75.75 0 0 1 0 1.5h-8a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h2.5c.199 0 .39.079.53.22c.141.14.22.331.22.53v3.195l3.743-3.725a.75.75 0 0 1 .53-.22h9.977a.25.25 0 0 0 .25-.25v-4.5a.75.75 0 0 1 1.5 0v4.5c0 .464-.184.909-.513 1.237a1.75 1.75 0 0 1-1.237.513h-9.684l-3.579 3.57a1.45 1.45 0 0 1-1.588.316A1.46 1.46 0 0 1 5 21.04V18.5H3.25a1.75 1.75 0 0 1-1.75-1.75V4.25c0-.966.784-1.75 1.75-1.75zM17.748 1a.33.33 0 0 1 .192.061a.33.33 0 0 1 .124.161l.323.88a5.05 5.05 0 0 0 3.008 3.007l.879.323a.33.33 0 0 1 .221.316a.34.34 0 0 1-.221.316l-.879.323a5 5 0 0 0-1.836 1.172a5 5 0 0 0-1.172 1.836l-.323.879a.33.33 0 0 1-.316.221a.33.33 0 0 1-.316-.221l-.323-.879a5.05 5.05 0 0 0-3.007-3.008l-.88-.323a.337.337 0 0 1 0-.632l.88-.323a5.1 5.1 0 0 0 1.836-1.171a5.1 5.1 0 0 0 1.171-1.836l.323-.88A.33.33 0 0 1 17.748 1"/></svg>
</template>

CSS

.icon-comment-ai-24 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%202.5a.75.75%200%200%201%200%201.5h-8a.25.25%200%200%200-.25.25v12.5c0%20.138.112.25.25.25h2.5c.199%200%20.39.079.53.22c.141.14.22.331.22.53v3.195l3.743-3.725a.75.75%200%200%201%20.53-.22h9.977a.25.25%200%200%200%20.25-.25v-4.5a.75.75%200%200%201%201.5%200v4.5c0%20.464-.184.909-.513%201.237a1.75%201.75%200%200%201-1.237.513h-9.684l-3.579%203.57a1.45%201.45%200%200%201-1.588.316A1.46%201.46%200%200%201%205%2021.04V18.5H3.25a1.75%201.75%200%200%201-1.75-1.75V4.25c0-.966.784-1.75%201.75-1.75zM17.748%201a.33.33%200%200%201%20.192.061a.33.33%200%200%201%20.124.161l.323.88a5.05%205.05%200%200%200%203.008%203.007l.879.323a.33.33%200%200%201%20.221.316a.34.34%200%200%201-.221.316l-.879.323a5%205%200%200%200-1.836%201.172a5%205%200%200%200-1.172%201.836l-.323.879a.33.33%200%200%201-.316.221a.33.33%200%200%201-.316-.221l-.323-.879a5.05%205.05%200%200%200-3.007-3.008l-.88-.323a.337.337%200%200%201%200-.632l.88-.323a5.1%205.1%200%200%200%201.836-1.171a5.1%205.1%200%200%200%201.171-1.836l.323-.88A.33.33%200%200%201%2017.748%201%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%202.5a.75.75%200%200%201%200%201.5h-8a.25.25%200%200%200-.25.25v12.5c0%20.138.112.25.25.25h2.5c.199%200%20.39.079.53.22c.141.14.22.331.22.53v3.195l3.743-3.725a.75.75%200%200%201%20.53-.22h9.977a.25.25%200%200%200%20.25-.25v-4.5a.75.75%200%200%201%201.5%200v4.5c0%20.464-.184.909-.513%201.237a1.75%201.75%200%200%201-1.237.513h-9.684l-3.579%203.57a1.45%201.45%200%200%201-1.588.316A1.46%201.46%200%200%201%205%2021.04V18.5H3.25a1.75%201.75%200%200%201-1.75-1.75V4.25c0-.966.784-1.75%201.75-1.75zM17.748%201a.33.33%200%200%201%20.192.061a.33.33%200%200%201%20.124.161l.323.88a5.05%205.05%200%200%200%203.008%203.007l.879.323a.33.33%200%200%201%20.221.316a.34.34%200%200%201-.221.316l-.879.323a5%205%200%200%200-1.836%201.172a5%205%200%200%200-1.172%201.836l-.323.879a.33.33%200%200%201-.316.221a.33.33%200%200%201-.316-.221l-.323-.879a5.05%205.05%200%200%200-3.007-3.008l-.88-.323a.337.337%200%200%201%200-.632l.88-.323a5.1%205.1%200%200%200%201.836-1.171a5.1%205.1%200%200%200%201.171-1.836l.323-.88A.33.33%200%200%201%2017.748%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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