meta from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
meta
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
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 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8.217 5.243C9.145 3.988 10.171 3 11.483 3C13.96 3 16 6.153 16.001 9.907c0 2.29-.986 3.725-2.757 3.725c-1.543 0-2.395-.866-3.924-3.424l-.667-1.123l-.118-.197a55 55 0 0 0-.53-.877l-1.178 2.08c-1.673 2.925-2.615 3.541-3.923 3.541C1.086 13.632 0 12.217 0 9.973C0 6.388 1.995 3 4.598 3q.477-.001.924.122c.31.086.611.22.913.407c.577.359 1.154.915 1.782 1.714m1.516 2.224q-.378-.615-.727-1.133L9 6.326c.845-1.305 1.543-1.954 2.372-1.954c1.723 0 3.102 2.537 3.102 5.653c0 1.188-.39 1.877-1.195 1.877c-.773 0-1.142-.51-2.61-2.87zM4.846 4.756c.725.1 1.385.634 2.34 2.001A212 212 0 0 0 5.551 9.3c-1.357 2.126-1.826 2.603-2.581 2.603c-.777 0-1.24-.682-1.24-1.9c0-2.602 1.298-5.264 2.846-5.264q.137 0 .27.018"/></svg>

React

import type { SVGProps } from "react";

export function BiMeta(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M8.217 5.243C9.145 3.988 10.171 3 11.483 3C13.96 3 16 6.153 16.001 9.907c0 2.29-.986 3.725-2.757 3.725c-1.543 0-2.395-.866-3.924-3.424l-.667-1.123l-.118-.197a55 55 0 0 0-.53-.877l-1.178 2.08c-1.673 2.925-2.615 3.541-3.923 3.541C1.086 13.632 0 12.217 0 9.973C0 6.388 1.995 3 4.598 3q.477-.001.924.122c.31.086.611.22.913.407c.577.359 1.154.915 1.782 1.714m1.516 2.224q-.378-.615-.727-1.133L9 6.326c.845-1.305 1.543-1.954 2.372-1.954c1.723 0 3.102 2.537 3.102 5.653c0 1.188-.39 1.877-1.195 1.877c-.773 0-1.142-.51-2.61-2.87zM4.846 4.756c.725.1 1.385.634 2.34 2.001A212 212 0 0 0 5.551 9.3c-1.357 2.126-1.826 2.603-2.581 2.603c-.777 0-1.24-.682-1.24-1.9c0-2.602 1.298-5.264 2.846-5.264q.137 0 .27.018"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8.217 5.243C9.145 3.988 10.171 3 11.483 3C13.96 3 16 6.153 16.001 9.907c0 2.29-.986 3.725-2.757 3.725c-1.543 0-2.395-.866-3.924-3.424l-.667-1.123l-.118-.197a55 55 0 0 0-.53-.877l-1.178 2.08c-1.673 2.925-2.615 3.541-3.923 3.541C1.086 13.632 0 12.217 0 9.973C0 6.388 1.995 3 4.598 3q.477-.001.924.122c.31.086.611.22.913.407c.577.359 1.154.915 1.782 1.714m1.516 2.224q-.378-.615-.727-1.133L9 6.326c.845-1.305 1.543-1.954 2.372-1.954c1.723 0 3.102 2.537 3.102 5.653c0 1.188-.39 1.877-1.195 1.877c-.773 0-1.142-.51-2.61-2.87zM4.846 4.756c.725.1 1.385.634 2.34 2.001A212 212 0 0 0 5.551 9.3c-1.357 2.126-1.826 2.603-2.581 2.603c-.777 0-1.24-.682-1.24-1.9c0-2.602 1.298-5.264 2.846-5.264q.137 0 .27.018"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.217%205.243C9.145%203.988%2010.171%203%2011.483%203C13.96%203%2016%206.153%2016.001%209.907c0%202.29-.986%203.725-2.757%203.725c-1.543%200-2.395-.866-3.924-3.424l-.667-1.123l-.118-.197a55%2055%200%200%200-.53-.877l-1.178%202.08c-1.673%202.925-2.615%203.541-3.923%203.541C1.086%2013.632%200%2012.217%200%209.973C0%206.388%201.995%203%204.598%203q.477-.001.924.122c.31.086.611.22.913.407c.577.359%201.154.915%201.782%201.714m1.516%202.224q-.378-.615-.727-1.133L9%206.326c.845-1.305%201.543-1.954%202.372-1.954c1.723%200%203.102%202.537%203.102%205.653c0%201.188-.39%201.877-1.195%201.877c-.773%200-1.142-.51-2.61-2.87zM4.846%204.756c.725.1%201.385.634%202.34%202.001A212%20212%200%200%200%205.551%209.3c-1.357%202.126-1.826%202.603-2.581%202.603c-.777%200-1.24-.682-1.24-1.9c0-2.602%201.298-5.264%202.846-5.264q.137%200%20.27.018%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.217%205.243C9.145%203.988%2010.171%203%2011.483%203C13.96%203%2016%206.153%2016.001%209.907c0%202.29-.986%203.725-2.757%203.725c-1.543%200-2.395-.866-3.924-3.424l-.667-1.123l-.118-.197a55%2055%200%200%200-.53-.877l-1.178%202.08c-1.673%202.925-2.615%203.541-3.923%203.541C1.086%2013.632%200%2012.217%200%209.973C0%206.388%201.995%203%204.598%203q.477-.001.924.122c.31.086.611.22.913.407c.577.359%201.154.915%201.782%201.714m1.516%202.224q-.378-.615-.727-1.133L9%206.326c.845-1.305%201.543-1.954%202.372-1.954c1.723%200%203.102%202.537%203.102%205.653c0%201.188-.39%201.877-1.195%201.877c-.773%200-1.142-.51-2.61-2.87zM4.846%204.756c.725.1%201.385.634%202.34%202.001A212%20212%200%200%200%205.551%209.3c-1.357%202.126-1.826%202.603-2.581%202.603c-.777%200-1.24-.682-1.24-1.9c0-2.602%201.298-5.264%202.846-5.264q.137%200%20.27.018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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