apps-ai-fill from Remix Icon by Remix Design · Fill · System · Apache-2.0 Free for personal and commercial use.

Name
apps-ai-fill
Set
Remix Icon
Style
Fill
Category
System
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More system icons from Remix Icon

Use the apps ai icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 2.5A4.25 4.25 0 0 1 11 6.75V11H6.75a4.25 4.25 0 0 1 0-8.5m0 10.5H11v4.25A4.25 4.25 0 1 1 6.75 13M13 13h4.25A4.25 4.25 0 1 1 13 17.25zm5.008-2.93l-.262.6c-.192.44-.8.44-.992 0l-.262-.6a4.63 4.63 0 0 0-2.358-2.39l-.807-.36a.563.563 0 0 1 0-1.022l.762-.34a4.64 4.64 0 0 0 2.392-2.47l.269-.649a.538.538 0 0 1 1 0l.269.65a4.64 4.64 0 0 0 2.392 2.47l.762.339a.563.563 0 0 1 0 1.022l-.807.36a4.63 4.63 0 0 0-2.358 2.39"/></svg>

React

import type { SVGProps } from "react";

export function RiAppsAiFill(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="M6.75 2.5A4.25 4.25 0 0 1 11 6.75V11H6.75a4.25 4.25 0 0 1 0-8.5m0 10.5H11v4.25A4.25 4.25 0 1 1 6.75 13M13 13h4.25A4.25 4.25 0 1 1 13 17.25zm5.008-2.93l-.262.6c-.192.44-.8.44-.992 0l-.262-.6a4.63 4.63 0 0 0-2.358-2.39l-.807-.36a.563.563 0 0 1 0-1.022l.762-.34a4.64 4.64 0 0 0 2.392-2.47l.269-.649a.538.538 0 0 1 1 0l.269.65a4.64 4.64 0 0 0 2.392 2.47l.762.339a.563.563 0 0 1 0 1.022l-.807.36a4.63 4.63 0 0 0-2.358 2.39"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 2.5A4.25 4.25 0 0 1 11 6.75V11H6.75a4.25 4.25 0 0 1 0-8.5m0 10.5H11v4.25A4.25 4.25 0 1 1 6.75 13M13 13h4.25A4.25 4.25 0 1 1 13 17.25zm5.008-2.93l-.262.6c-.192.44-.8.44-.992 0l-.262-.6a4.63 4.63 0 0 0-2.358-2.39l-.807-.36a.563.563 0 0 1 0-1.022l.762-.34a4.64 4.64 0 0 0 2.392-2.47l.269-.649a.538.538 0 0 1 1 0l.269.65a4.64 4.64 0 0 0 2.392 2.47l.762.339a.563.563 0 0 1 0 1.022l-.807.36a4.63 4.63 0 0 0-2.358 2.39"/></svg>
</template>

CSS

.icon-apps-ai-fill {
  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%22M6.75%202.5A4.25%204.25%200%200%201%2011%206.75V11H6.75a4.25%204.25%200%200%201%200-8.5m0%2010.5H11v4.25A4.25%204.25%200%201%201%206.75%2013M13%2013h4.25A4.25%204.25%200%201%201%2013%2017.25zm5.008-2.93l-.262.6c-.192.44-.8.44-.992%200l-.262-.6a4.63%204.63%200%200%200-2.358-2.39l-.807-.36a.563.563%200%200%201%200-1.022l.762-.34a4.64%204.64%200%200%200%202.392-2.47l.269-.649a.538.538%200%200%201%201%200l.269.65a4.64%204.64%200%200%200%202.392%202.47l.762.339a.563.563%200%200%201%200%201.022l-.807.36a4.63%204.63%200%200%200-2.358%202.39%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%22M6.75%202.5A4.25%204.25%200%200%201%2011%206.75V11H6.75a4.25%204.25%200%200%201%200-8.5m0%2010.5H11v4.25A4.25%204.25%200%201%201%206.75%2013M13%2013h4.25A4.25%204.25%200%201%201%2013%2017.25zm5.008-2.93l-.262.6c-.192.44-.8.44-.992%200l-.262-.6a4.63%204.63%200%200%200-2.358-2.39l-.807-.36a.563.563%200%200%201%200-1.022l.762-.34a4.64%204.64%200%200%200%202.392-2.47l.269-.649a.538.538%200%200%201%201%200l.269.65a4.64%204.64%200%200%200%202.392%202.47l.762.339a.563.563%200%200%201%200%201.022l-.807.36a4.63%204.63%200%200%200-2.358%202.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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