meta logo
meta from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- meta
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the meta logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.26 7.8a4.82 4.82 0 0 0-3.93-2.44a3.9 3.9 0 0 0-2.54 1.09a10.6 10.6 0 0 0-1.52 1.71a11 11 0 0 0-1.63-1.72a4.4 4.4 0 0 0-2.88-1.08A5 5 0 0 0 3.7 8A11.5 11.5 0 0 0 2 14a7 7 0 0 0 .18 1.64A4.4 4.4 0 0 0 2.71 17a3.23 3.23 0 0 0 3 1.6c1.25 0 2.19-.56 3.3-2a26.4 26.4 0 0 0 2.21-3.6l.63-1.12c.06-.09.11-.18.16-.27l.15.25l1.79 3A14.8 14.8 0 0 0 16 17.63a3.38 3.38 0 0 0 2.55 1a3 3 0 0 0 2.54-1.23a2 2 0 0 0 .18-.28a4 4 0 0 0 .31-.63l.12-.35A6.5 6.5 0 0 0 22 15a9 9 0 0 0 0-1a11.15 11.15 0 0 0-1.74-6.2m-10.12 3.56c-.64 1-1.57 2.51-2.37 3.61c-1 1.37-1.51 1.51-2.07 1.51a1.29 1.29 0 0 1-1.15-.66a3.3 3.3 0 0 1-.39-1.7A9.74 9.74 0 0 1 5.54 9a2.8 2.8 0 0 1 2.19-1.47A3 3 0 0 1 10 8.74a14 14 0 0 1 1 1.31zm8.42 5.12c-.48 0-.85-.19-1.38-.83A35 35 0 0 1 14.82 12l-.52-.86c-.36-.61-.71-1.16-1-1.65a3 3 0 0 1 .17-.27c.94-1.39 1.77-2.17 2.8-2.17a3.12 3.12 0 0 1 2.49 1.66a10.17 10.17 0 0 1 1.37 5.34c-.04 1.31-.34 2.43-1.57 2.43"/></svg>
React
import type { SVGProps } from "react";
export function BxlMeta(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="M20.26 7.8a4.82 4.82 0 0 0-3.93-2.44a3.9 3.9 0 0 0-2.54 1.09a10.6 10.6 0 0 0-1.52 1.71a11 11 0 0 0-1.63-1.72a4.4 4.4 0 0 0-2.88-1.08A5 5 0 0 0 3.7 8A11.5 11.5 0 0 0 2 14a7 7 0 0 0 .18 1.64A4.4 4.4 0 0 0 2.71 17a3.23 3.23 0 0 0 3 1.6c1.25 0 2.19-.56 3.3-2a26.4 26.4 0 0 0 2.21-3.6l.63-1.12c.06-.09.11-.18.16-.27l.15.25l1.79 3A14.8 14.8 0 0 0 16 17.63a3.38 3.38 0 0 0 2.55 1a3 3 0 0 0 2.54-1.23a2 2 0 0 0 .18-.28a4 4 0 0 0 .31-.63l.12-.35A6.5 6.5 0 0 0 22 15a9 9 0 0 0 0-1a11.15 11.15 0 0 0-1.74-6.2m-10.12 3.56c-.64 1-1.57 2.51-2.37 3.61c-1 1.37-1.51 1.51-2.07 1.51a1.29 1.29 0 0 1-1.15-.66a3.3 3.3 0 0 1-.39-1.7A9.74 9.74 0 0 1 5.54 9a2.8 2.8 0 0 1 2.19-1.47A3 3 0 0 1 10 8.74a14 14 0 0 1 1 1.31zm8.42 5.12c-.48 0-.85-.19-1.38-.83A35 35 0 0 1 14.82 12l-.52-.86c-.36-.61-.71-1.16-1-1.65a3 3 0 0 1 .17-.27c.94-1.39 1.77-2.17 2.8-2.17a3.12 3.12 0 0 1 2.49 1.66a10.17 10.17 0 0 1 1.37 5.34c-.04 1.31-.34 2.43-1.57 2.43"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.26 7.8a4.82 4.82 0 0 0-3.93-2.44a3.9 3.9 0 0 0-2.54 1.09a10.6 10.6 0 0 0-1.52 1.71a11 11 0 0 0-1.63-1.72a4.4 4.4 0 0 0-2.88-1.08A5 5 0 0 0 3.7 8A11.5 11.5 0 0 0 2 14a7 7 0 0 0 .18 1.64A4.4 4.4 0 0 0 2.71 17a3.23 3.23 0 0 0 3 1.6c1.25 0 2.19-.56 3.3-2a26.4 26.4 0 0 0 2.21-3.6l.63-1.12c.06-.09.11-.18.16-.27l.15.25l1.79 3A14.8 14.8 0 0 0 16 17.63a3.38 3.38 0 0 0 2.55 1a3 3 0 0 0 2.54-1.23a2 2 0 0 0 .18-.28a4 4 0 0 0 .31-.63l.12-.35A6.5 6.5 0 0 0 22 15a9 9 0 0 0 0-1a11.15 11.15 0 0 0-1.74-6.2m-10.12 3.56c-.64 1-1.57 2.51-2.37 3.61c-1 1.37-1.51 1.51-2.07 1.51a1.29 1.29 0 0 1-1.15-.66a3.3 3.3 0 0 1-.39-1.7A9.74 9.74 0 0 1 5.54 9a2.8 2.8 0 0 1 2.19-1.47A3 3 0 0 1 10 8.74a14 14 0 0 1 1 1.31zm8.42 5.12c-.48 0-.85-.19-1.38-.83A35 35 0 0 1 14.82 12l-.52-.86c-.36-.61-.71-1.16-1-1.65a3 3 0 0 1 .17-.27c.94-1.39 1.77-2.17 2.8-2.17a3.12 3.12 0 0 1 2.49 1.66a10.17 10.17 0 0 1 1.37 5.34c-.04 1.31-.34 2.43-1.57 2.43"/></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%22currentColor%22%20d%3D%22M20.26%207.8a4.82%204.82%200%200%200-3.93-2.44a3.9%203.9%200%200%200-2.54%201.09a10.6%2010.6%200%200%200-1.52%201.71a11%2011%200%200%200-1.63-1.72a4.4%204.4%200%200%200-2.88-1.08A5%205%200%200%200%203.7%208A11.5%2011.5%200%200%200%202%2014a7%207%200%200%200%20.18%201.64A4.4%204.4%200%200%200%202.71%2017a3.23%203.23%200%200%200%203%201.6c1.25%200%202.19-.56%203.3-2a26.4%2026.4%200%200%200%202.21-3.6l.63-1.12c.06-.09.11-.18.16-.27l.15.25l1.79%203A14.8%2014.8%200%200%200%2016%2017.63a3.38%203.38%200%200%200%202.55%201a3%203%200%200%200%202.54-1.23a2%202%200%200%200%20.18-.28a4%204%200%200%200%20.31-.63l.12-.35A6.5%206.5%200%200%200%2022%2015a9%209%200%200%200%200-1a11.15%2011.15%200%200%200-1.74-6.2m-10.12%203.56c-.64%201-1.57%202.51-2.37%203.61c-1%201.37-1.51%201.51-2.07%201.51a1.29%201.29%200%200%201-1.15-.66a3.3%203.3%200%200%201-.39-1.7A9.74%209.74%200%200%201%205.54%209a2.8%202.8%200%200%201%202.19-1.47A3%203%200%200%201%2010%208.74a14%2014%200%200%201%201%201.31zm8.42%205.12c-.48%200-.85-.19-1.38-.83A35%2035%200%200%201%2014.82%2012l-.52-.86c-.36-.61-.71-1.16-1-1.65a3%203%200%200%201%20.17-.27c.94-1.39%201.77-2.17%202.8-2.17a3.12%203.12%200%200%201%202.49%201.66a10.17%2010.17%200%200%201%201.37%205.34c-.04%201.31-.34%202.43-1.57%202.43%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%22M20.26%207.8a4.82%204.82%200%200%200-3.93-2.44a3.9%203.9%200%200%200-2.54%201.09a10.6%2010.6%200%200%200-1.52%201.71a11%2011%200%200%200-1.63-1.72a4.4%204.4%200%200%200-2.88-1.08A5%205%200%200%200%203.7%208A11.5%2011.5%200%200%200%202%2014a7%207%200%200%200%20.18%201.64A4.4%204.4%200%200%200%202.71%2017a3.23%203.23%200%200%200%203%201.6c1.25%200%202.19-.56%203.3-2a26.4%2026.4%200%200%200%202.21-3.6l.63-1.12c.06-.09.11-.18.16-.27l.15.25l1.79%203A14.8%2014.8%200%200%200%2016%2017.63a3.38%203.38%200%200%200%202.55%201a3%203%200%200%200%202.54-1.23a2%202%200%200%200%20.18-.28a4%204%200%200%200%20.31-.63l.12-.35A6.5%206.5%200%200%200%2022%2015a9%209%200%200%200%200-1a11.15%2011.15%200%200%200-1.74-6.2m-10.12%203.56c-.64%201-1.57%202.51-2.37%203.61c-1%201.37-1.51%201.51-2.07%201.51a1.29%201.29%200%200%201-1.15-.66a3.3%203.3%200%200%201-.39-1.7A9.74%209.74%200%200%201%205.54%209a2.8%202.8%200%200%201%202.19-1.47A3%203%200%200%201%2010%208.74a14%2014%200%200%201%201%201.31zm8.42%205.12c-.48%200-.85-.19-1.38-.83A35%2035%200%200%201%2014.82%2012l-.52-.86c-.36-.61-.71-1.16-1-1.65a3%203%200%200%201%20.17-.27c.94-1.39%201.77-2.17%202.8-2.17a3.12%203.12%200%200%201%202.49%201.66a10.17%2010.17%200%200%201%201.37%205.34c-.04%201.31-.34%202.43-1.57%202.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/meta.svg?color=%231a73e8&size=48