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

Name
apps-ai-line
Set
Remix Icon
Style
Line
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="M11 17.25A4.25 4.25 0 1 1 6.75 13H11zM17.25 13A4.25 4.25 0 1 1 13 17.25V13zm-10.5 2A2.25 2.25 0 1 0 9 17.25V15zM15 17.25A2.25 2.25 0 1 0 17.25 15H15zM6.75 2.5A4.25 4.25 0 0 1 11 6.75V11H6.75a4.25 4.25 0 1 1 0-8.5m10 .34a.538.538 0 0 1 1 0l.27.648a4.64 4.64 0 0 0 2.391 2.47l.762.34a.563.563 0 0 1 0 1.022l-.808.359a4.64 4.64 0 0 0-2.357 2.39l-.262.6c-.192.44-.8.44-.992 0l-.262-.6a4.64 4.64 0 0 0-2.357-2.39l-.808-.359a.563.563 0 0 1 0-1.022l.762-.34a4.64 4.64 0 0 0 2.391-2.47zm-10 1.66a2.25 2.25 0 0 0 0 4.5H9V6.75A2.25 2.25 0 0 0 6.75 4.5"/></svg>

React

import type { SVGProps } from "react";

export function RiAppsAiLine(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 17.25A4.25 4.25 0 1 1 6.75 13H11zM17.25 13A4.25 4.25 0 1 1 13 17.25V13zm-10.5 2A2.25 2.25 0 1 0 9 17.25V15zM15 17.25A2.25 2.25 0 1 0 17.25 15H15zM6.75 2.5A4.25 4.25 0 0 1 11 6.75V11H6.75a4.25 4.25 0 1 1 0-8.5m10 .34a.538.538 0 0 1 1 0l.27.648a4.64 4.64 0 0 0 2.391 2.47l.762.34a.563.563 0 0 1 0 1.022l-.808.359a4.64 4.64 0 0 0-2.357 2.39l-.262.6c-.192.44-.8.44-.992 0l-.262-.6a4.64 4.64 0 0 0-2.357-2.39l-.808-.359a.563.563 0 0 1 0-1.022l.762-.34a4.64 4.64 0 0 0 2.391-2.47zm-10 1.66a2.25 2.25 0 0 0 0 4.5H9V6.75A2.25 2.25 0 0 0 6.75 4.5"/></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 17.25A4.25 4.25 0 1 1 6.75 13H11zM17.25 13A4.25 4.25 0 1 1 13 17.25V13zm-10.5 2A2.25 2.25 0 1 0 9 17.25V15zM15 17.25A2.25 2.25 0 1 0 17.25 15H15zM6.75 2.5A4.25 4.25 0 0 1 11 6.75V11H6.75a4.25 4.25 0 1 1 0-8.5m10 .34a.538.538 0 0 1 1 0l.27.648a4.64 4.64 0 0 0 2.391 2.47l.762.34a.563.563 0 0 1 0 1.022l-.808.359a4.64 4.64 0 0 0-2.357 2.39l-.262.6c-.192.44-.8.44-.992 0l-.262-.6a4.64 4.64 0 0 0-2.357-2.39l-.808-.359a.563.563 0 0 1 0-1.022l.762-.34a4.64 4.64 0 0 0 2.391-2.47zm-10 1.66a2.25 2.25 0 0 0 0 4.5H9V6.75A2.25 2.25 0 0 0 6.75 4.5"/></svg>
</template>

CSS

.icon-apps-ai-line {
  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%2017.25A4.25%204.25%200%201%201%206.75%2013H11zM17.25%2013A4.25%204.25%200%201%201%2013%2017.25V13zm-10.5%202A2.25%202.25%200%201%200%209%2017.25V15zM15%2017.25A2.25%202.25%200%201%200%2017.25%2015H15zM6.75%202.5A4.25%204.25%200%200%201%2011%206.75V11H6.75a4.25%204.25%200%201%201%200-8.5m10%20.34a.538.538%200%200%201%201%200l.27.648a4.64%204.64%200%200%200%202.391%202.47l.762.34a.563.563%200%200%201%200%201.022l-.808.359a4.64%204.64%200%200%200-2.357%202.39l-.262.6c-.192.44-.8.44-.992%200l-.262-.6a4.64%204.64%200%200%200-2.357-2.39l-.808-.359a.563.563%200%200%201%200-1.022l.762-.34a4.64%204.64%200%200%200%202.391-2.47zm-10%201.66a2.25%202.25%200%200%200%200%204.5H9V6.75A2.25%202.25%200%200%200%206.75%204.5%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%2017.25A4.25%204.25%200%201%201%206.75%2013H11zM17.25%2013A4.25%204.25%200%201%201%2013%2017.25V13zm-10.5%202A2.25%202.25%200%201%200%209%2017.25V15zM15%2017.25A2.25%202.25%200%201%200%2017.25%2015H15zM6.75%202.5A4.25%204.25%200%200%201%2011%206.75V11H6.75a4.25%204.25%200%201%201%200-8.5m10%20.34a.538.538%200%200%201%201%200l.27.648a4.64%204.64%200%200%200%202.391%202.47l.762.34a.563.563%200%200%201%200%201.022l-.808.359a4.64%204.64%200%200%200-2.357%202.39l-.262.6c-.192.44-.8.44-.992%200l-.262-.6a4.64%204.64%200%200%200-2.357-2.39l-.808-.359a.563.563%200%200%201%200-1.022l.762-.34a4.64%204.64%200%200%200%202.391-2.47zm-10%201.66a2.25%202.25%200%200%200%200%204.5H9V6.75A2.25%202.25%200%200%200%206.75%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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