meta from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
meta
Set
Huge Icons
Style
Stroke
Viewbox
24×24
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 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 9.87Q14.943 4.999 17.165 5c2.222 0 3.625 2.582 4.444 6.086c.782 3.348.556 7.914-2.222 7.914c-1.238 0-2.942-1.826-4.61-4.26A32.6 32.6 0 0 1 12 9.87m0 0Q8.762 4.999 6.319 5c-2.445 0-3.988 2.582-4.89 6.086C.57 14.435.82 19 3.875 19c1.362 0 3.237-1.826 5.07-4.26Q10.777 12.303 12 9.87" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMeta(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 9.87Q14.943 4.999 17.165 5c2.222 0 3.625 2.582 4.444 6.086c.782 3.348.556 7.914-2.222 7.914c-1.238 0-2.942-1.826-4.61-4.26A32.6 32.6 0 0 1 12 9.87m0 0Q8.762 4.999 6.319 5c-2.445 0-3.988 2.582-4.89 6.086C.57 14.435.82 19 3.875 19c1.362 0 3.237-1.826 5.07-4.26Q10.777 12.303 12 9.87" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 9.87Q14.943 4.999 17.165 5c2.222 0 3.625 2.582 4.444 6.086c.782 3.348.556 7.914-2.222 7.914c-1.238 0-2.942-1.826-4.61-4.26A32.6 32.6 0 0 1 12 9.87m0 0Q8.762 4.999 6.319 5c-2.445 0-3.988 2.582-4.89 6.086C.57 14.435.82 19 3.875 19c1.362 0 3.237-1.826 5.07-4.26Q10.777 12.303 12 9.87" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-meta {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%209.87Q14.943%204.999%2017.165%205c2.222%200%203.625%202.582%204.444%206.086c.782%203.348.556%207.914-2.222%207.914c-1.238%200-2.942-1.826-4.61-4.26A32.6%2032.6%200%200%201%2012%209.87m0%200Q8.762%204.999%206.319%205c-2.445%200-3.988%202.582-4.89%206.086C.57%2014.435.82%2019%203.875%2019c1.362%200%203.237-1.826%205.07-4.26Q10.777%2012.303%2012%209.87%22%20clip-rule%3D%22evenodd%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%209.87Q14.943%204.999%2017.165%205c2.222%200%203.625%202.582%204.444%206.086c.782%203.348.556%207.914-2.222%207.914c-1.238%200-2.942-1.826-4.61-4.26A32.6%2032.6%200%200%201%2012%209.87m0%200Q8.762%204.999%206.319%205c-2.445%200-3.988%202.582-4.89%206.086C.57%2014.435.82%2019%203.875%2019c1.362%200%203.237-1.826%205.07-4.26Q10.777%2012.303%2012%209.87%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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