meta-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
meta-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the meta icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M322.16 214.453c-73.472 0-137.499 47.787-181.85 116.219C90.282 407.765 64 507.632 64 603.429c0 26.358 2.613 51.11 7.84 73.659a247 247 0 0 0 9.893 32.107a198 198 0 0 0 13.851 28.41c25.984 43.27 67.872 71.942 134.139 71.942c55.888 0 98.298-25.051 148.026-91.243c28.374-37.781 42.71-60.704 99.419-161.28l28.224-49.99l6.944-12.133c2.277 3.734 4.517 7.318 6.832 11.2l80.341 134.214c27.03 45.173 62.16 95.424 92.214 123.722c39.05 36.848 74.368 45.547 114.24 45.547c40.133 0 70.037-13.253 91.653-31.472a139.7 139.7 0 0 0 30.24-36.325C948.09 706.73 960 662.379 960 601.973c0-101.546-25.424-199.994-77.803-278.133c-47.861-71.381-110.394-109.387-176.064-109.387c-39.088 0-77.952 17.435-113.978 48.832c-24.342 21.28-46.928 48.16-67.947 76.534c-25.76-32.667-49.84-57.755-73.099-76.758c-44.128-36.064-86.426-48.645-128.949-48.645zM701.467 291.1c42.82 0 81.685 28.298 111.7 74.629c42.262 65.259 61.489 156.613 61.489 238.933c0 57.792-13.739 108.267-68.656 108.267c-21.653 0-38.341-8.587-62.123-37.483c-18.517-22.437-50.138-70.112-105.728-162.698l-23.034-38.379a1677 1677 0 0 0-46.854-73.92c2.614-4.07 5.264-8.363 7.878-12.208c41.813-62.235 79.072-97.141 125.365-97.141zm-380.838 20.645c47.227 0 76.832 29.53 99.867 53.984c11.461 12.208 27.515 32.517 46.07 58.95l-38.08 58.463c-28.262 43.419-70.262 112.635-105.915 161.952c-44.464 61.563-67.574 67.835-92.811 67.835c-19.563 0-38.752-8.848-51.632-29.643c-9.819-15.904-17.323-42.186-17.323-76.384c0-82.917 23.52-169.306 61.974-227.285c16.949-25.648 35.989-45.77 57.232-57.232a84.5 84.5 0 0 1 40.618-10.64"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignMetaFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M322.16 214.453c-73.472 0-137.499 47.787-181.85 116.219C90.282 407.765 64 507.632 64 603.429c0 26.358 2.613 51.11 7.84 73.659a247 247 0 0 0 9.893 32.107a198 198 0 0 0 13.851 28.41c25.984 43.27 67.872 71.942 134.139 71.942c55.888 0 98.298-25.051 148.026-91.243c28.374-37.781 42.71-60.704 99.419-161.28l28.224-49.99l6.944-12.133c2.277 3.734 4.517 7.318 6.832 11.2l80.341 134.214c27.03 45.173 62.16 95.424 92.214 123.722c39.05 36.848 74.368 45.547 114.24 45.547c40.133 0 70.037-13.253 91.653-31.472a139.7 139.7 0 0 0 30.24-36.325C948.09 706.73 960 662.379 960 601.973c0-101.546-25.424-199.994-77.803-278.133c-47.861-71.381-110.394-109.387-176.064-109.387c-39.088 0-77.952 17.435-113.978 48.832c-24.342 21.28-46.928 48.16-67.947 76.534c-25.76-32.667-49.84-57.755-73.099-76.758c-44.128-36.064-86.426-48.645-128.949-48.645zM701.467 291.1c42.82 0 81.685 28.298 111.7 74.629c42.262 65.259 61.489 156.613 61.489 238.933c0 57.792-13.739 108.267-68.656 108.267c-21.653 0-38.341-8.587-62.123-37.483c-18.517-22.437-50.138-70.112-105.728-162.698l-23.034-38.379a1677 1677 0 0 0-46.854-73.92c2.614-4.07 5.264-8.363 7.878-12.208c41.813-62.235 79.072-97.141 125.365-97.141zm-380.838 20.645c47.227 0 76.832 29.53 99.867 53.984c11.461 12.208 27.515 32.517 46.07 58.95l-38.08 58.463c-28.262 43.419-70.262 112.635-105.915 161.952c-44.464 61.563-67.574 67.835-92.811 67.835c-19.563 0-38.752-8.848-51.632-29.643c-9.819-15.904-17.323-42.186-17.323-76.384c0-82.917 23.52-169.306 61.974-227.285c16.949-25.648 35.989-45.77 57.232-57.232a84.5 84.5 0 0 1 40.618-10.64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M322.16 214.453c-73.472 0-137.499 47.787-181.85 116.219C90.282 407.765 64 507.632 64 603.429c0 26.358 2.613 51.11 7.84 73.659a247 247 0 0 0 9.893 32.107a198 198 0 0 0 13.851 28.41c25.984 43.27 67.872 71.942 134.139 71.942c55.888 0 98.298-25.051 148.026-91.243c28.374-37.781 42.71-60.704 99.419-161.28l28.224-49.99l6.944-12.133c2.277 3.734 4.517 7.318 6.832 11.2l80.341 134.214c27.03 45.173 62.16 95.424 92.214 123.722c39.05 36.848 74.368 45.547 114.24 45.547c40.133 0 70.037-13.253 91.653-31.472a139.7 139.7 0 0 0 30.24-36.325C948.09 706.73 960 662.379 960 601.973c0-101.546-25.424-199.994-77.803-278.133c-47.861-71.381-110.394-109.387-176.064-109.387c-39.088 0-77.952 17.435-113.978 48.832c-24.342 21.28-46.928 48.16-67.947 76.534c-25.76-32.667-49.84-57.755-73.099-76.758c-44.128-36.064-86.426-48.645-128.949-48.645zM701.467 291.1c42.82 0 81.685 28.298 111.7 74.629c42.262 65.259 61.489 156.613 61.489 238.933c0 57.792-13.739 108.267-68.656 108.267c-21.653 0-38.341-8.587-62.123-37.483c-18.517-22.437-50.138-70.112-105.728-162.698l-23.034-38.379a1677 1677 0 0 0-46.854-73.92c2.614-4.07 5.264-8.363 7.878-12.208c41.813-62.235 79.072-97.141 125.365-97.141zm-380.838 20.645c47.227 0 76.832 29.53 99.867 53.984c11.461 12.208 27.515 32.517 46.07 58.95l-38.08 58.463c-28.262 43.419-70.262 112.635-105.915 161.952c-44.464 61.563-67.574 67.835-92.811 67.835c-19.563 0-38.752-8.848-51.632-29.643c-9.819-15.904-17.323-42.186-17.323-76.384c0-82.917 23.52-169.306 61.974-227.285c16.949-25.648 35.989-45.77 57.232-57.232a84.5 84.5 0 0 1 40.618-10.64"/></svg>
</template>

CSS

.icon-meta-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M322.16%20214.453c-73.472%200-137.499%2047.787-181.85%20116.219C90.282%20407.765%2064%20507.632%2064%20603.429c0%2026.358%202.613%2051.11%207.84%2073.659a247%20247%200%200%200%209.893%2032.107a198%20198%200%200%200%2013.851%2028.41c25.984%2043.27%2067.872%2071.942%20134.139%2071.942c55.888%200%2098.298-25.051%20148.026-91.243c28.374-37.781%2042.71-60.704%2099.419-161.28l28.224-49.99l6.944-12.133c2.277%203.734%204.517%207.318%206.832%2011.2l80.341%20134.214c27.03%2045.173%2062.16%2095.424%2092.214%20123.722c39.05%2036.848%2074.368%2045.547%20114.24%2045.547c40.133%200%2070.037-13.253%2091.653-31.472a139.7%20139.7%200%200%200%2030.24-36.325C948.09%20706.73%20960%20662.379%20960%20601.973c0-101.546-25.424-199.994-77.803-278.133c-47.861-71.381-110.394-109.387-176.064-109.387c-39.088%200-77.952%2017.435-113.978%2048.832c-24.342%2021.28-46.928%2048.16-67.947%2076.534c-25.76-32.667-49.84-57.755-73.099-76.758c-44.128-36.064-86.426-48.645-128.949-48.645zM701.467%20291.1c42.82%200%2081.685%2028.298%20111.7%2074.629c42.262%2065.259%2061.489%20156.613%2061.489%20238.933c0%2057.792-13.739%20108.267-68.656%20108.267c-21.653%200-38.341-8.587-62.123-37.483c-18.517-22.437-50.138-70.112-105.728-162.698l-23.034-38.379a1677%201677%200%200%200-46.854-73.92c2.614-4.07%205.264-8.363%207.878-12.208c41.813-62.235%2079.072-97.141%20125.365-97.141zm-380.838%2020.645c47.227%200%2076.832%2029.53%2099.867%2053.984c11.461%2012.208%2027.515%2032.517%2046.07%2058.95l-38.08%2058.463c-28.262%2043.419-70.262%20112.635-105.915%20161.952c-44.464%2061.563-67.574%2067.835-92.811%2067.835c-19.563%200-38.752-8.848-51.632-29.643c-9.819-15.904-17.323-42.186-17.323-76.384c0-82.917%2023.52-169.306%2061.974-227.285c16.949-25.648%2035.989-45.77%2057.232-57.232a84.5%2084.5%200%200%201%2040.618-10.64%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M322.16%20214.453c-73.472%200-137.499%2047.787-181.85%20116.219C90.282%20407.765%2064%20507.632%2064%20603.429c0%2026.358%202.613%2051.11%207.84%2073.659a247%20247%200%200%200%209.893%2032.107a198%20198%200%200%200%2013.851%2028.41c25.984%2043.27%2067.872%2071.942%20134.139%2071.942c55.888%200%2098.298-25.051%20148.026-91.243c28.374-37.781%2042.71-60.704%2099.419-161.28l28.224-49.99l6.944-12.133c2.277%203.734%204.517%207.318%206.832%2011.2l80.341%20134.214c27.03%2045.173%2062.16%2095.424%2092.214%20123.722c39.05%2036.848%2074.368%2045.547%20114.24%2045.547c40.133%200%2070.037-13.253%2091.653-31.472a139.7%20139.7%200%200%200%2030.24-36.325C948.09%20706.73%20960%20662.379%20960%20601.973c0-101.546-25.424-199.994-77.803-278.133c-47.861-71.381-110.394-109.387-176.064-109.387c-39.088%200-77.952%2017.435-113.978%2048.832c-24.342%2021.28-46.928%2048.16-67.947%2076.534c-25.76-32.667-49.84-57.755-73.099-76.758c-44.128-36.064-86.426-48.645-128.949-48.645zM701.467%20291.1c42.82%200%2081.685%2028.298%20111.7%2074.629c42.262%2065.259%2061.489%20156.613%2061.489%20238.933c0%2057.792-13.739%20108.267-68.656%20108.267c-21.653%200-38.341-8.587-62.123-37.483c-18.517-22.437-50.138-70.112-105.728-162.698l-23.034-38.379a1677%201677%200%200%200-46.854-73.92c2.614-4.07%205.264-8.363%207.878-12.208c41.813-62.235%2079.072-97.141%20125.365-97.141zm-380.838%2020.645c47.227%200%2076.832%2029.53%2099.867%2053.984c11.461%2012.208%2027.515%2032.517%2046.07%2058.95l-38.08%2058.463c-28.262%2043.419-70.262%20112.635-105.915%20161.952c-44.464%2061.563-67.574%2067.835-92.811%2067.835c-19.563%200-38.752-8.848-51.632-29.643c-9.819-15.904-17.323-42.186-17.323-76.384c0-82.917%2023.52-169.306%2061.974-227.285c16.949-25.648%2035.989-45.77%2057.232-57.232a84.5%2084.5%200%200%201%2040.618-10.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/meta-filled.svg?color=%231a73e8&size=48