apple intelligence frame icon
apple-intelligence-frame-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- apple-intelligence-frame-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the apple intelligence frame icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><rect width="16" height="16" x="4" y="4" fill="none" stroke="currentColor" stroke-width="1.5" rx="3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.2" d="M11.997 6.375c1.401 0 1.415 1.541 2.722 3.356c1.507 1.786 3.085 2.128 2.763 3.526c-.309 1.334-1.753 1.046-3.743 1.84c-2.185 1.07-2.875 2.608-4.192 1.966c-1.2-.586-.652-1.879-.928-3.91c-.53-2.476-1.948-3.512-1.007-4.674c.89-1.1 2.11-.112 4.383 0c2.276-.11 3.497-1.103 4.388-.003c.94 1.16-.472 2.198-1.003 4.667c-.278 2.036.276 3.332-.928 3.918c-1.314.642-2.006-.89-4.184-1.96c-1.995-.798-3.443-.505-3.752-1.841c-.322-1.396 1.252-1.74 2.757-3.521c1.311-1.818 1.32-3.364 2.724-3.364Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAppleIntelligenceFrameLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><rect width="16" height="16" x="4" y="4" fill="none" stroke="currentColor" strokeWidth="1.5" rx="3"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.2" d="M11.997 6.375c1.401 0 1.415 1.541 2.722 3.356c1.507 1.786 3.085 2.128 2.763 3.526c-.309 1.334-1.753 1.046-3.743 1.84c-2.185 1.07-2.875 2.608-4.192 1.966c-1.2-.586-.652-1.879-.928-3.91c-.53-2.476-1.948-3.512-1.007-4.674c.89-1.1 2.11-.112 4.383 0c2.276-.11 3.497-1.103 4.388-.003c.94 1.16-.472 2.198-1.003 4.667c-.278 2.036.276 3.332-.928 3.918c-1.314.642-2.006-.89-4.184-1.96c-1.995-.798-3.443-.505-3.752-1.841c-.322-1.396 1.252-1.74 2.757-3.521c1.311-1.818 1.32-3.364 2.724-3.364Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><rect width="16" height="16" x="4" y="4" fill="none" stroke="currentColor" stroke-width="1.5" rx="3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.2" d="M11.997 6.375c1.401 0 1.415 1.541 2.722 3.356c1.507 1.786 3.085 2.128 2.763 3.526c-.309 1.334-1.753 1.046-3.743 1.84c-2.185 1.07-2.875 2.608-4.192 1.966c-1.2-.586-.652-1.879-.928-3.91c-.53-2.476-1.948-3.512-1.007-4.674c.89-1.1 2.11-.112 4.383 0c2.276-.11 3.497-1.103 4.388-.003c.94 1.16-.472 2.198-1.003 4.667c-.278 2.036.276 3.332-.928 3.918c-1.314.642-2.006-.89-4.184-1.96c-1.995-.798-3.443-.505-3.752-1.841c-.322-1.396 1.252-1.74 2.757-3.521c1.311-1.818 1.32-3.364 2.724-3.364Z"/></svg> </template>
CSS
.icon-apple-intelligence-frame-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%3Crect%20width%3D%2216%22%20height%3D%2216%22%20x%3D%224%22%20y%3D%224%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20rx%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.2%22%20d%3D%22M11.997%206.375c1.401%200%201.415%201.541%202.722%203.356c1.507%201.786%203.085%202.128%202.763%203.526c-.309%201.334-1.753%201.046-3.743%201.84c-2.185%201.07-2.875%202.608-4.192%201.966c-1.2-.586-.652-1.879-.928-3.91c-.53-2.476-1.948-3.512-1.007-4.674c.89-1.1%202.11-.112%204.383%200c2.276-.11%203.497-1.103%204.388-.003c.94%201.16-.472%202.198-1.003%204.667c-.278%202.036.276%203.332-.928%203.918c-1.314.642-2.006-.89-4.184-1.96c-1.995-.798-3.443-.505-3.752-1.841c-.322-1.396%201.252-1.74%202.757-3.521c1.311-1.818%201.32-3.364%202.724-3.364Z%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%3Crect%20width%3D%2216%22%20height%3D%2216%22%20x%3D%224%22%20y%3D%224%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20rx%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.2%22%20d%3D%22M11.997%206.375c1.401%200%201.415%201.541%202.722%203.356c1.507%201.786%203.085%202.128%202.763%203.526c-.309%201.334-1.753%201.046-3.743%201.84c-2.185%201.07-2.875%202.608-4.192%201.966c-1.2-.586-.652-1.879-.928-3.91c-.53-2.476-1.948-3.512-1.007-4.674c.89-1.1%202.11-.112%204.383%200c2.276-.11%203.497-1.103%204.388-.003c.94%201.16-.472%202.198-1.003%204.667c-.278%202.036.276%203.332-.928%203.918c-1.314.642-2.006-.89-4.184-1.96c-1.995-.798-3.443-.505-3.752-1.841c-.322-1.396%201.252-1.74%202.757-3.521c1.311-1.818%201.32-3.364%202.724-3.364Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/apple-intelligence-frame-line.svg?color=%231a73e8&size=48