maya logo
maya from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- maya
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the maya logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGZJDJrbPM" x1="100.777" x2="86.576" y1="85.094" y2="91.058" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-color="#1a5964"/><stop offset=".3" stop-color="#137078"/><stop offset=".5" stop-color="#0e8085"/><stop offset=".66" stop-color="#0c858a"/><stop offset="1" stop-color="#0a8b8f"/></linearGradient><linearGradient id="SVGa3HUM8mw" x1="99.581" x2="130.166" y1="56.123" y2="75.523" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#079ea0"/><stop offset=".43" stop-color="#14878e"/><stop offset="1" stop-color="#256a77"/></linearGradient><linearGradient id="SVGkjSfiqLQ" x1="112" x2="112" y1="16.835" y2="120.497" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b4b4b4"/><stop offset=".8" stop-color="#03abab"/><stop offset="1" stop-color="#137980"/></linearGradient><linearGradient id="SVGvtKEQGqo" x1="59.349" x2="135.485" y1="57.417" y2="42.575" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0f5d64"/><stop offset=".1" stop-color="#097a7e"/><stop offset=".23" stop-color="#049395"/><stop offset=".34" stop-color="#01a3a3"/><stop offset=".43" stop-color="#00a8a8"/><stop offset="1" stop-color="#4ebcc1"/></linearGradient><linearGradient id="SVGrGUDgcOu" x1="-10.003" x2="26.772" y1="72.033" y2="50.748" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00a9a9"/><stop offset=".65" stop-color="#049496"/><stop offset="1" stop-color="#088286"/></linearGradient><linearGradient id="SVG675SgbCp" x1="2.06" x2="32.014" y1="91.643" y2="89.985" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#20626e"/><stop offset="1" stop-color="#069d9f"/></linearGradient><linearGradient id="SVGS0u0Ccll" x1="41.036" x2="36.336" y1="5.266" y2="101.578" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#99cbd2"/><stop offset=".9" stop-color="#498f93"/><stop offset="1" stop-color="#2e7b7d"/></linearGradient></defs><path fill="url(#SVGZJDJrbPM)" d="M98 121h3V49l-6 9v56z"/><path fill="url(#SVGa3HUM8mw)" d="M98 121V51l23-44h5v54l-22 60z"/><path fill="url(#SVGkjSfiqLQ)" d="M126 121H98c2.9-5.7 14.1-29.2 19-48c8.5-33.1 9-58 9-58z"/><path fill="url(#SVGvtKEQGqo)" d="M126 7H89L63 69l11 30h1c.4 0 1-.3 2-2c4.1-7.6 49-90 49-90"/><path fill="url(#SVGrGUDgcOu)" d="m2 121.7l3-.7l27-49V56L5 9L2 7.4z"/><path fill="url(#SVG675SgbCp)" d="M32 59.1c-2.3 6.9-7.9 23.6-13.6 34.3C8.2 113 2 121.7 2 121.7s23.7 2 30-5.7z"/><path fill="url(#SVGS0u0Ccll)" d="M52 97c1 1.8 1.6 2 2 2h21c.2-.2.4-.4.4-.7c-.1-.4-.2-.9-.4-1.3L38 4L2 7.4S47.7 89.2 52 97"/></svg>
React
import type { SVGProps } from "react";
export function DeviconMaya(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGZJDJrbPM" x1="100.777" x2="86.576" y1="85.094" y2="91.058" gradientUnits="userSpaceOnUse"><stop offset=".09" stopColor="#1a5964"/><stop offset=".3" stopColor="#137078"/><stop offset=".5" stopColor="#0e8085"/><stop offset=".66" stopColor="#0c858a"/><stop offset="1" stopColor="#0a8b8f"/></linearGradient><linearGradient id="SVGa3HUM8mw" x1="99.581" x2="130.166" y1="56.123" y2="75.523" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#079ea0"/><stop offset=".43" stopColor="#14878e"/><stop offset="1" stopColor="#256a77"/></linearGradient><linearGradient id="SVGkjSfiqLQ" x1="112" x2="112" y1="16.835" y2="120.497" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#b4b4b4"/><stop offset=".8" stopColor="#03abab"/><stop offset="1" stopColor="#137980"/></linearGradient><linearGradient id="SVGvtKEQGqo" x1="59.349" x2="135.485" y1="57.417" y2="42.575" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#0f5d64"/><stop offset=".1" stopColor="#097a7e"/><stop offset=".23" stopColor="#049395"/><stop offset=".34" stopColor="#01a3a3"/><stop offset=".43" stopColor="#00a8a8"/><stop offset="1" stopColor="#4ebcc1"/></linearGradient><linearGradient id="SVGrGUDgcOu" x1="-10.003" x2="26.772" y1="72.033" y2="50.748" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#00a9a9"/><stop offset=".65" stopColor="#049496"/><stop offset="1" stopColor="#088286"/></linearGradient><linearGradient id="SVG675SgbCp" x1="2.06" x2="32.014" y1="91.643" y2="89.985" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#20626e"/><stop offset="1" stopColor="#069d9f"/></linearGradient><linearGradient id="SVGS0u0Ccll" x1="41.036" x2="36.336" y1="5.266" y2="101.578" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#99cbd2"/><stop offset=".9" stopColor="#498f93"/><stop offset="1" stopColor="#2e7b7d"/></linearGradient></defs><path fill="url(#SVGZJDJrbPM)" d="M98 121h3V49l-6 9v56z"/><path fill="url(#SVGa3HUM8mw)" d="M98 121V51l23-44h5v54l-22 60z"/><path fill="url(#SVGkjSfiqLQ)" d="M126 121H98c2.9-5.7 14.1-29.2 19-48c8.5-33.1 9-58 9-58z"/><path fill="url(#SVGvtKEQGqo)" d="M126 7H89L63 69l11 30h1c.4 0 1-.3 2-2c4.1-7.6 49-90 49-90"/><path fill="url(#SVGrGUDgcOu)" d="m2 121.7l3-.7l27-49V56L5 9L2 7.4z"/><path fill="url(#SVG675SgbCp)" d="M32 59.1c-2.3 6.9-7.9 23.6-13.6 34.3C8.2 113 2 121.7 2 121.7s23.7 2 30-5.7z"/><path fill="url(#SVGS0u0Ccll)" d="M52 97c1 1.8 1.6 2 2 2h21c.2-.2.4-.4.4-.7c-.1-.4-.2-.9-.4-1.3L38 4L2 7.4S47.7 89.2 52 97"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGZJDJrbPM" x1="100.777" x2="86.576" y1="85.094" y2="91.058" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-color="#1a5964"/><stop offset=".3" stop-color="#137078"/><stop offset=".5" stop-color="#0e8085"/><stop offset=".66" stop-color="#0c858a"/><stop offset="1" stop-color="#0a8b8f"/></linearGradient><linearGradient id="SVGa3HUM8mw" x1="99.581" x2="130.166" y1="56.123" y2="75.523" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#079ea0"/><stop offset=".43" stop-color="#14878e"/><stop offset="1" stop-color="#256a77"/></linearGradient><linearGradient id="SVGkjSfiqLQ" x1="112" x2="112" y1="16.835" y2="120.497" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b4b4b4"/><stop offset=".8" stop-color="#03abab"/><stop offset="1" stop-color="#137980"/></linearGradient><linearGradient id="SVGvtKEQGqo" x1="59.349" x2="135.485" y1="57.417" y2="42.575" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0f5d64"/><stop offset=".1" stop-color="#097a7e"/><stop offset=".23" stop-color="#049395"/><stop offset=".34" stop-color="#01a3a3"/><stop offset=".43" stop-color="#00a8a8"/><stop offset="1" stop-color="#4ebcc1"/></linearGradient><linearGradient id="SVGrGUDgcOu" x1="-10.003" x2="26.772" y1="72.033" y2="50.748" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00a9a9"/><stop offset=".65" stop-color="#049496"/><stop offset="1" stop-color="#088286"/></linearGradient><linearGradient id="SVG675SgbCp" x1="2.06" x2="32.014" y1="91.643" y2="89.985" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#20626e"/><stop offset="1" stop-color="#069d9f"/></linearGradient><linearGradient id="SVGS0u0Ccll" x1="41.036" x2="36.336" y1="5.266" y2="101.578" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#99cbd2"/><stop offset=".9" stop-color="#498f93"/><stop offset="1" stop-color="#2e7b7d"/></linearGradient></defs><path fill="url(#SVGZJDJrbPM)" d="M98 121h3V49l-6 9v56z"/><path fill="url(#SVGa3HUM8mw)" d="M98 121V51l23-44h5v54l-22 60z"/><path fill="url(#SVGkjSfiqLQ)" d="M126 121H98c2.9-5.7 14.1-29.2 19-48c8.5-33.1 9-58 9-58z"/><path fill="url(#SVGvtKEQGqo)" d="M126 7H89L63 69l11 30h1c.4 0 1-.3 2-2c4.1-7.6 49-90 49-90"/><path fill="url(#SVGrGUDgcOu)" d="m2 121.7l3-.7l27-49V56L5 9L2 7.4z"/><path fill="url(#SVG675SgbCp)" d="M32 59.1c-2.3 6.9-7.9 23.6-13.6 34.3C8.2 113 2 121.7 2 121.7s23.7 2 30-5.7z"/><path fill="url(#SVGS0u0Ccll)" d="M52 97c1 1.8 1.6 2 2 2h21c.2-.2.4-.4.4-.7c-.1-.4-.2-.9-.4-1.3L38 4L2 7.4S47.7 89.2 52 97"/></svg> </template>
CSS
.icon-maya {
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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZJDJrbPM%22%20x1%3D%22100.777%22%20x2%3D%2286.576%22%20y1%3D%2285.094%22%20y2%3D%2291.058%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.09%22%20stop-color%3D%22%231a5964%22%2F%3E%3Cstop%20offset%3D%22.3%22%20stop-color%3D%22%23137078%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%230e8085%22%2F%3E%3Cstop%20offset%3D%22.66%22%20stop-color%3D%22%230c858a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230a8b8f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGa3HUM8mw%22%20x1%3D%2299.581%22%20x2%3D%22130.166%22%20y1%3D%2256.123%22%20y2%3D%2275.523%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23079ea0%22%2F%3E%3Cstop%20offset%3D%22.43%22%20stop-color%3D%22%2314878e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23256a77%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGkjSfiqLQ%22%20x1%3D%22112%22%20x2%3D%22112%22%20y1%3D%2216.835%22%20y2%3D%22120.497%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b4b4b4%22%2F%3E%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%2303abab%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23137980%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGvtKEQGqo%22%20x1%3D%2259.349%22%20x2%3D%22135.485%22%20y1%3D%2257.417%22%20y2%3D%2242.575%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%230f5d64%22%2F%3E%3Cstop%20offset%3D%22.1%22%20stop-color%3D%22%23097a7e%22%2F%3E%3Cstop%20offset%3D%22.23%22%20stop-color%3D%22%23049395%22%2F%3E%3Cstop%20offset%3D%22.34%22%20stop-color%3D%22%2301a3a3%22%2F%3E%3Cstop%20offset%3D%22.43%22%20stop-color%3D%22%2300a8a8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234ebcc1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGrGUDgcOu%22%20x1%3D%22-10.003%22%20x2%3D%2226.772%22%20y1%3D%2272.033%22%20y2%3D%2250.748%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300a9a9%22%2F%3E%3Cstop%20offset%3D%22.65%22%20stop-color%3D%22%23049496%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23088286%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG675SgbCp%22%20x1%3D%222.06%22%20x2%3D%2232.014%22%20y1%3D%2291.643%22%20y2%3D%2289.985%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2320626e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23069d9f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGS0u0Ccll%22%20x1%3D%2241.036%22%20x2%3D%2236.336%22%20y1%3D%225.266%22%20y2%3D%22101.578%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2399cbd2%22%2F%3E%3Cstop%20offset%3D%22.9%22%20stop-color%3D%22%23498f93%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232e7b7d%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGZJDJrbPM)%22%20d%3D%22M98%20121h3V49l-6%209v56z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGa3HUM8mw)%22%20d%3D%22M98%20121V51l23-44h5v54l-22%2060z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkjSfiqLQ)%22%20d%3D%22M126%20121H98c2.9-5.7%2014.1-29.2%2019-48c8.5-33.1%209-58%209-58z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvtKEQGqo)%22%20d%3D%22M126%207H89L63%2069l11%2030h1c.4%200%201-.3%202-2c4.1-7.6%2049-90%2049-90%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGrGUDgcOu)%22%20d%3D%22m2%20121.7l3-.7l27-49V56L5%209L2%207.4z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG675SgbCp)%22%20d%3D%22M32%2059.1c-2.3%206.9-7.9%2023.6-13.6%2034.3C8.2%20113%202%20121.7%202%20121.7s23.7%202%2030-5.7z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGS0u0Ccll)%22%20d%3D%22M52%2097c1%201.8%201.6%202%202%202h21c.2-.2.4-.4.4-.7c-.1-.4-.2-.9-.4-1.3L38%204L2%207.4S47.7%2089.2%2052%2097%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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZJDJrbPM%22%20x1%3D%22100.777%22%20x2%3D%2286.576%22%20y1%3D%2285.094%22%20y2%3D%2291.058%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.09%22%20stop-color%3D%22%231a5964%22%2F%3E%3Cstop%20offset%3D%22.3%22%20stop-color%3D%22%23137078%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%230e8085%22%2F%3E%3Cstop%20offset%3D%22.66%22%20stop-color%3D%22%230c858a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230a8b8f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGa3HUM8mw%22%20x1%3D%2299.581%22%20x2%3D%22130.166%22%20y1%3D%2256.123%22%20y2%3D%2275.523%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23079ea0%22%2F%3E%3Cstop%20offset%3D%22.43%22%20stop-color%3D%22%2314878e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23256a77%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGkjSfiqLQ%22%20x1%3D%22112%22%20x2%3D%22112%22%20y1%3D%2216.835%22%20y2%3D%22120.497%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b4b4b4%22%2F%3E%3Cstop%20offset%3D%22.8%22%20stop-color%3D%22%2303abab%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23137980%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGvtKEQGqo%22%20x1%3D%2259.349%22%20x2%3D%22135.485%22%20y1%3D%2257.417%22%20y2%3D%2242.575%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%230f5d64%22%2F%3E%3Cstop%20offset%3D%22.1%22%20stop-color%3D%22%23097a7e%22%2F%3E%3Cstop%20offset%3D%22.23%22%20stop-color%3D%22%23049395%22%2F%3E%3Cstop%20offset%3D%22.34%22%20stop-color%3D%22%2301a3a3%22%2F%3E%3Cstop%20offset%3D%22.43%22%20stop-color%3D%22%2300a8a8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234ebcc1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGrGUDgcOu%22%20x1%3D%22-10.003%22%20x2%3D%2226.772%22%20y1%3D%2272.033%22%20y2%3D%2250.748%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300a9a9%22%2F%3E%3Cstop%20offset%3D%22.65%22%20stop-color%3D%22%23049496%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23088286%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG675SgbCp%22%20x1%3D%222.06%22%20x2%3D%2232.014%22%20y1%3D%2291.643%22%20y2%3D%2289.985%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2320626e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23069d9f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGS0u0Ccll%22%20x1%3D%2241.036%22%20x2%3D%2236.336%22%20y1%3D%225.266%22%20y2%3D%22101.578%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2399cbd2%22%2F%3E%3Cstop%20offset%3D%22.9%22%20stop-color%3D%22%23498f93%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232e7b7d%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGZJDJrbPM)%22%20d%3D%22M98%20121h3V49l-6%209v56z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGa3HUM8mw)%22%20d%3D%22M98%20121V51l23-44h5v54l-22%2060z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkjSfiqLQ)%22%20d%3D%22M126%20121H98c2.9-5.7%2014.1-29.2%2019-48c8.5-33.1%209-58%209-58z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvtKEQGqo)%22%20d%3D%22M126%207H89L63%2069l11%2030h1c.4%200%201-.3%202-2c4.1-7.6%2049-90%2049-90%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGrGUDgcOu)%22%20d%3D%22m2%20121.7l3-.7l27-49V56L5%209L2%207.4z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG675SgbCp)%22%20d%3D%22M32%2059.1c-2.3%206.9-7.9%2023.6-13.6%2034.3C8.2%20113%202%20121.7%202%20121.7s23.7%202%2030-5.7z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGS0u0Ccll)%22%20d%3D%22M52%2097c1%201.8%201.6%202%202%202h21c.2-.2.4-.4.4-.7c-.1-.4-.2-.9-.4-1.3L38%204L2%207.4S47.7%2089.2%2052%2097%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/maya.svg?color=%231a73e8&size=48