metaai logo
metaai from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- metaai
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the metaai logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.73.032c-1.333 0-2.032 1.016-2.032 2.285c0 2.223 2.127 4.953 4.318 4.953c1.301 0 2-.953 2-2.254c0-2.254-2.095-4.984-4.286-4.984m8.413 2.984c-1.968 0-3.397 2.73-3.397 4.825c0 1.556.794 3.016 2.254 3.016c2 0 3.365-2.762 3.365-4.794c0-1.523-.762-3.047-2.222-3.047M4.857 4.159c-1.968 0-3.778 1.016-3.778 2.54c0 1.65 2.16 2.793 4.254 2.793c1.873 0 3.778-.92 3.778-2.508c0-1.682-2.159-2.825-4.254-2.825m-.222 6.476C2.413 10.635 0 13.175 0 15.397c0 1.301.825 2.159 2.095 2.159c2.19 0 4.603-2.508 4.603-4.794c0-1.27-.761-2.127-2.063-2.127m16.667.698c-2.223 0-5.016 1.62-5.016 3.651c0 1.238 1.047 2.19 2.698 2.19c2.159 0 5.016-1.587 5.016-3.682c0-1.302-1.08-2.159-2.698-2.159M7.619 16c-1.524 0-2.38 1.746-2.38 3.429c0 2.063 1.269 4.54 3.047 4.54c1.524 0 2.38-1.81 2.38-3.461C10.667 18.57 9.46 16 7.62 16m6.571 1.016c-1.333 0-2.476.667-2.476 2.032c0 2.095 2.667 4.063 4.92 4.063c1.366 0 2.54-.73 2.54-2.063c0-2.032-2.698-4.032-4.984-4.032"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMetaai(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="M10.73.032c-1.333 0-2.032 1.016-2.032 2.285c0 2.223 2.127 4.953 4.318 4.953c1.301 0 2-.953 2-2.254c0-2.254-2.095-4.984-4.286-4.984m8.413 2.984c-1.968 0-3.397 2.73-3.397 4.825c0 1.556.794 3.016 2.254 3.016c2 0 3.365-2.762 3.365-4.794c0-1.523-.762-3.047-2.222-3.047M4.857 4.159c-1.968 0-3.778 1.016-3.778 2.54c0 1.65 2.16 2.793 4.254 2.793c1.873 0 3.778-.92 3.778-2.508c0-1.682-2.159-2.825-4.254-2.825m-.222 6.476C2.413 10.635 0 13.175 0 15.397c0 1.301.825 2.159 2.095 2.159c2.19 0 4.603-2.508 4.603-4.794c0-1.27-.761-2.127-2.063-2.127m16.667.698c-2.223 0-5.016 1.62-5.016 3.651c0 1.238 1.047 2.19 2.698 2.19c2.159 0 5.016-1.587 5.016-3.682c0-1.302-1.08-2.159-2.698-2.159M7.619 16c-1.524 0-2.38 1.746-2.38 3.429c0 2.063 1.269 4.54 3.047 4.54c1.524 0 2.38-1.81 2.38-3.461C10.667 18.57 9.46 16 7.62 16m6.571 1.016c-1.333 0-2.476.667-2.476 2.032c0 2.095 2.667 4.063 4.92 4.063c1.366 0 2.54-.73 2.54-2.063c0-2.032-2.698-4.032-4.984-4.032"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.73.032c-1.333 0-2.032 1.016-2.032 2.285c0 2.223 2.127 4.953 4.318 4.953c1.301 0 2-.953 2-2.254c0-2.254-2.095-4.984-4.286-4.984m8.413 2.984c-1.968 0-3.397 2.73-3.397 4.825c0 1.556.794 3.016 2.254 3.016c2 0 3.365-2.762 3.365-4.794c0-1.523-.762-3.047-2.222-3.047M4.857 4.159c-1.968 0-3.778 1.016-3.778 2.54c0 1.65 2.16 2.793 4.254 2.793c1.873 0 3.778-.92 3.778-2.508c0-1.682-2.159-2.825-4.254-2.825m-.222 6.476C2.413 10.635 0 13.175 0 15.397c0 1.301.825 2.159 2.095 2.159c2.19 0 4.603-2.508 4.603-4.794c0-1.27-.761-2.127-2.063-2.127m16.667.698c-2.223 0-5.016 1.62-5.016 3.651c0 1.238 1.047 2.19 2.698 2.19c2.159 0 5.016-1.587 5.016-3.682c0-1.302-1.08-2.159-2.698-2.159M7.619 16c-1.524 0-2.38 1.746-2.38 3.429c0 2.063 1.269 4.54 3.047 4.54c1.524 0 2.38-1.81 2.38-3.461C10.667 18.57 9.46 16 7.62 16m6.571 1.016c-1.333 0-2.476.667-2.476 2.032c0 2.095 2.667 4.063 4.92 4.063c1.366 0 2.54-.73 2.54-2.063c0-2.032-2.698-4.032-4.984-4.032"/></svg> </template>
CSS
.icon-metaai {
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%22M10.73.032c-1.333%200-2.032%201.016-2.032%202.285c0%202.223%202.127%204.953%204.318%204.953c1.301%200%202-.953%202-2.254c0-2.254-2.095-4.984-4.286-4.984m8.413%202.984c-1.968%200-3.397%202.73-3.397%204.825c0%201.556.794%203.016%202.254%203.016c2%200%203.365-2.762%203.365-4.794c0-1.523-.762-3.047-2.222-3.047M4.857%204.159c-1.968%200-3.778%201.016-3.778%202.54c0%201.65%202.16%202.793%204.254%202.793c1.873%200%203.778-.92%203.778-2.508c0-1.682-2.159-2.825-4.254-2.825m-.222%206.476C2.413%2010.635%200%2013.175%200%2015.397c0%201.301.825%202.159%202.095%202.159c2.19%200%204.603-2.508%204.603-4.794c0-1.27-.761-2.127-2.063-2.127m16.667.698c-2.223%200-5.016%201.62-5.016%203.651c0%201.238%201.047%202.19%202.698%202.19c2.159%200%205.016-1.587%205.016-3.682c0-1.302-1.08-2.159-2.698-2.159M7.619%2016c-1.524%200-2.38%201.746-2.38%203.429c0%202.063%201.269%204.54%203.047%204.54c1.524%200%202.38-1.81%202.38-3.461C10.667%2018.57%209.46%2016%207.62%2016m6.571%201.016c-1.333%200-2.476.667-2.476%202.032c0%202.095%202.667%204.063%204.92%204.063c1.366%200%202.54-.73%202.54-2.063c0-2.032-2.698-4.032-4.984-4.032%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%22M10.73.032c-1.333%200-2.032%201.016-2.032%202.285c0%202.223%202.127%204.953%204.318%204.953c1.301%200%202-.953%202-2.254c0-2.254-2.095-4.984-4.286-4.984m8.413%202.984c-1.968%200-3.397%202.73-3.397%204.825c0%201.556.794%203.016%202.254%203.016c2%200%203.365-2.762%203.365-4.794c0-1.523-.762-3.047-2.222-3.047M4.857%204.159c-1.968%200-3.778%201.016-3.778%202.54c0%201.65%202.16%202.793%204.254%202.793c1.873%200%203.778-.92%203.778-2.508c0-1.682-2.159-2.825-4.254-2.825m-.222%206.476C2.413%2010.635%200%2013.175%200%2015.397c0%201.301.825%202.159%202.095%202.159c2.19%200%204.603-2.508%204.603-4.794c0-1.27-.761-2.127-2.063-2.127m16.667.698c-2.223%200-5.016%201.62-5.016%203.651c0%201.238%201.047%202.19%202.698%202.19c2.159%200%205.016-1.587%205.016-3.682c0-1.302-1.08-2.159-2.698-2.159M7.619%2016c-1.524%200-2.38%201.746-2.38%203.429c0%202.063%201.269%204.54%203.047%204.54c1.524%200%202.38-1.81%202.38-3.461C10.667%2018.57%209.46%2016%207.62%2016m6.571%201.016c-1.333%200-2.476.667-2.476%202.032c0%202.095%202.667%204.063%204.92%204.063c1.366%200%202.54-.73%202.54-2.063c0-2.032-2.698-4.032-4.984-4.032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/metaai.svg?color=%231a73e8&size=48