file type ai logo
file-type-ai from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-ai
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-htmlfile-type-antlr
Use the file type ai logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1c0a00" d="M3.169 3.517h25.666v24.966H3.169Z"/><path fill="#ff7f18" d="M3.169 3.517h25.666v24.966H3.169ZM2 29.65h28V2.35H2Zm18.34-17.57c0-.093.035-.14.14-.14h1.832c.093 0 .14.035.14.14v9.205c0 .093-.023.14-.14.14h-1.807c-.117 0-.152-.058-.152-.152V12.08zm-.128-2.648a1.19 1.19 0 0 1 2.38 0a1.115 1.115 0 0 1-1.213 1.19a1.1 1.1 0 0 1-1.165-1.19Zm-5.25 6.487c-.327-1.3-1.1-4.118-1.388-5.483h-.023c-.245 1.365-.863 3.675-1.353 5.483Zm-3.243 1.89l-.922 3.5c-.023.093-.058.117-.175.117H8.909c-.117 0-.14-.035-.117-.175l3.313-11.6a3.8 3.8 0 0 0 .117-.968c0-.082.035-.117.093-.117h2.45c.082 0 .117.023.14.117l3.71 12.588c.023.093 0 .152-.093.152h-1.937c-.093 0-.152-.023-.175-.1l-.957-3.512H11.72Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeAi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1c0a00" d="M3.169 3.517h25.666v24.966H3.169Z"/><path fill="#ff7f18" d="M3.169 3.517h25.666v24.966H3.169ZM2 29.65h28V2.35H2Zm18.34-17.57c0-.093.035-.14.14-.14h1.832c.093 0 .14.035.14.14v9.205c0 .093-.023.14-.14.14h-1.807c-.117 0-.152-.058-.152-.152V12.08zm-.128-2.648a1.19 1.19 0 0 1 2.38 0a1.115 1.115 0 0 1-1.213 1.19a1.1 1.1 0 0 1-1.165-1.19Zm-5.25 6.487c-.327-1.3-1.1-4.118-1.388-5.483h-.023c-.245 1.365-.863 3.675-1.353 5.483Zm-3.243 1.89l-.922 3.5c-.023.093-.058.117-.175.117H8.909c-.117 0-.14-.035-.117-.175l3.313-11.6a3.8 3.8 0 0 0 .117-.968c0-.082.035-.117.093-.117h2.45c.082 0 .117.023.14.117l3.71 12.588c.023.093 0 .152-.093.152h-1.937c-.093 0-.152-.023-.175-.1l-.957-3.512H11.72Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1c0a00" d="M3.169 3.517h25.666v24.966H3.169Z"/><path fill="#ff7f18" d="M3.169 3.517h25.666v24.966H3.169ZM2 29.65h28V2.35H2Zm18.34-17.57c0-.093.035-.14.14-.14h1.832c.093 0 .14.035.14.14v9.205c0 .093-.023.14-.14.14h-1.807c-.117 0-.152-.058-.152-.152V12.08zm-.128-2.648a1.19 1.19 0 0 1 2.38 0a1.115 1.115 0 0 1-1.213 1.19a1.1 1.1 0 0 1-1.165-1.19Zm-5.25 6.487c-.327-1.3-1.1-4.118-1.388-5.483h-.023c-.245 1.365-.863 3.675-1.353 5.483Zm-3.243 1.89l-.922 3.5c-.023.093-.058.117-.175.117H8.909c-.117 0-.14-.035-.117-.175l3.313-11.6a3.8 3.8 0 0 0 .117-.968c0-.082.035-.117.093-.117h2.45c.082 0 .117.023.14.117l3.71 12.588c.023.093 0 .152-.093.152h-1.937c-.093 0-.152-.023-.175-.1l-.957-3.512H11.72Z"/></svg> </template>
CSS
.icon-file-type-ai {
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%22%231c0a00%22%20d%3D%22M3.169%203.517h25.666v24.966H3.169Z%22%2F%3E%3Cpath%20fill%3D%22%23ff7f18%22%20d%3D%22M3.169%203.517h25.666v24.966H3.169ZM2%2029.65h28V2.35H2Zm18.34-17.57c0-.093.035-.14.14-.14h1.832c.093%200%20.14.035.14.14v9.205c0%20.093-.023.14-.14.14h-1.807c-.117%200-.152-.058-.152-.152V12.08zm-.128-2.648a1.19%201.19%200%200%201%202.38%200a1.115%201.115%200%200%201-1.213%201.19a1.1%201.1%200%200%201-1.165-1.19Zm-5.25%206.487c-.327-1.3-1.1-4.118-1.388-5.483h-.023c-.245%201.365-.863%203.675-1.353%205.483Zm-3.243%201.89l-.922%203.5c-.023.093-.058.117-.175.117H8.909c-.117%200-.14-.035-.117-.175l3.313-11.6a3.8%203.8%200%200%200%20.117-.968c0-.082.035-.117.093-.117h2.45c.082%200%20.117.023.14.117l3.71%2012.588c.023.093%200%20.152-.093.152h-1.937c-.093%200-.152-.023-.175-.1l-.957-3.512H11.72Z%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%22%231c0a00%22%20d%3D%22M3.169%203.517h25.666v24.966H3.169Z%22%2F%3E%3Cpath%20fill%3D%22%23ff7f18%22%20d%3D%22M3.169%203.517h25.666v24.966H3.169ZM2%2029.65h28V2.35H2Zm18.34-17.57c0-.093.035-.14.14-.14h1.832c.093%200%20.14.035.14.14v9.205c0%20.093-.023.14-.14.14h-1.807c-.117%200-.152-.058-.152-.152V12.08zm-.128-2.648a1.19%201.19%200%200%201%202.38%200a1.115%201.115%200%200%201-1.213%201.19a1.1%201.1%200%200%201-1.165-1.19Zm-5.25%206.487c-.327-1.3-1.1-4.118-1.388-5.483h-.023c-.245%201.365-.863%203.675-1.353%205.483Zm-3.243%201.89l-.922%203.5c-.023.093-.058.117-.175.117H8.909c-.117%200-.14-.035-.117-.175l3.313-11.6a3.8%203.8%200%200%200%20.117-.968c0-.082.035-.117.093-.117h2.45c.082%200%20.117.023.14.117l3.71%2012.588c.023.093%200%20.152-.093.152h-1.937c-.093%200-.152-.023-.175-.1l-.957-3.512H11.72Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-ai.svg?color=%231a73e8&size=48