meta logo icon
meta-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- meta-logo-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the meta logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 149.31c0 15.38-3 28.45-8.6 37.78c-6.67 11.06-17 16.91-30 16.91c-25.55 0-44.83-36-65.25-74.11C113.78 95.53 94.74 60 74 60c-11.1 0-22.7 10.53-31.84 28.89A142.2 142.2 0 0 0 28 149.31c0 13.93 2.58 25.56 7.45 33.65c5.22 8.65 13 13 23.11 13c17.15 0 33.07-24.32 47.73-50.6a4 4 0 1 1 7 3.9C98.52 175.76 80.9 204 58.56 204c-12.93 0-23.29-5.85-30-16.91C23 177.76 20 164.69 20 149.31a150.7 150.7 0 0 1 15-64C45.69 63.83 59.54 52 74 52c25.54 0 44.83 36 65.25 74.11c18.41 34.36 37.44 69.89 58.2 69.89c10.12 0 17.89-4.39 23.11-13c4.87-8.09 7.45-19.72 7.45-33.65a142.2 142.2 0 0 0-14.16-60.42C204.7 70.53 193.1 60 182 60c-9.75 0-20.15 8-31.78 24.57a4 4 0 0 1-6.54-4.6c13.42-19.08 25.6-28 38.32-28c14.45 0 28.3 11.83 39 33.32a150.7 150.7 0 0 1 15 64.02"/></svg>
React
import type { SVGProps } from "react";
export function PhMetaLogoThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 149.31c0 15.38-3 28.45-8.6 37.78c-6.67 11.06-17 16.91-30 16.91c-25.55 0-44.83-36-65.25-74.11C113.78 95.53 94.74 60 74 60c-11.1 0-22.7 10.53-31.84 28.89A142.2 142.2 0 0 0 28 149.31c0 13.93 2.58 25.56 7.45 33.65c5.22 8.65 13 13 23.11 13c17.15 0 33.07-24.32 47.73-50.6a4 4 0 1 1 7 3.9C98.52 175.76 80.9 204 58.56 204c-12.93 0-23.29-5.85-30-16.91C23 177.76 20 164.69 20 149.31a150.7 150.7 0 0 1 15-64C45.69 63.83 59.54 52 74 52c25.54 0 44.83 36 65.25 74.11c18.41 34.36 37.44 69.89 58.2 69.89c10.12 0 17.89-4.39 23.11-13c4.87-8.09 7.45-19.72 7.45-33.65a142.2 142.2 0 0 0-14.16-60.42C204.7 70.53 193.1 60 182 60c-9.75 0-20.15 8-31.78 24.57a4 4 0 0 1-6.54-4.6c13.42-19.08 25.6-28 38.32-28c14.45 0 28.3 11.83 39 33.32a150.7 150.7 0 0 1 15 64.02"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 149.31c0 15.38-3 28.45-8.6 37.78c-6.67 11.06-17 16.91-30 16.91c-25.55 0-44.83-36-65.25-74.11C113.78 95.53 94.74 60 74 60c-11.1 0-22.7 10.53-31.84 28.89A142.2 142.2 0 0 0 28 149.31c0 13.93 2.58 25.56 7.45 33.65c5.22 8.65 13 13 23.11 13c17.15 0 33.07-24.32 47.73-50.6a4 4 0 1 1 7 3.9C98.52 175.76 80.9 204 58.56 204c-12.93 0-23.29-5.85-30-16.91C23 177.76 20 164.69 20 149.31a150.7 150.7 0 0 1 15-64C45.69 63.83 59.54 52 74 52c25.54 0 44.83 36 65.25 74.11c18.41 34.36 37.44 69.89 58.2 69.89c10.12 0 17.89-4.39 23.11-13c4.87-8.09 7.45-19.72 7.45-33.65a142.2 142.2 0 0 0-14.16-60.42C204.7 70.53 193.1 60 182 60c-9.75 0-20.15 8-31.78 24.57a4 4 0 0 1-6.54-4.6c13.42-19.08 25.6-28 38.32-28c14.45 0 28.3 11.83 39 33.32a150.7 150.7 0 0 1 15 64.02"/></svg> </template>
CSS
.icon-meta-logo-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236%20149.31c0%2015.38-3%2028.45-8.6%2037.78c-6.67%2011.06-17%2016.91-30%2016.91c-25.55%200-44.83-36-65.25-74.11C113.78%2095.53%2094.74%2060%2074%2060c-11.1%200-22.7%2010.53-31.84%2028.89A142.2%20142.2%200%200%200%2028%20149.31c0%2013.93%202.58%2025.56%207.45%2033.65c5.22%208.65%2013%2013%2023.11%2013c17.15%200%2033.07-24.32%2047.73-50.6a4%204%200%201%201%207%203.9C98.52%20175.76%2080.9%20204%2058.56%20204c-12.93%200-23.29-5.85-30-16.91C23%20177.76%2020%20164.69%2020%20149.31a150.7%20150.7%200%200%201%2015-64C45.69%2063.83%2059.54%2052%2074%2052c25.54%200%2044.83%2036%2065.25%2074.11c18.41%2034.36%2037.44%2069.89%2058.2%2069.89c10.12%200%2017.89-4.39%2023.11-13c4.87-8.09%207.45-19.72%207.45-33.65a142.2%20142.2%200%200%200-14.16-60.42C204.7%2070.53%20193.1%2060%20182%2060c-9.75%200-20.15%208-31.78%2024.57a4%204%200%200%201-6.54-4.6c13.42-19.08%2025.6-28%2038.32-28c14.45%200%2028.3%2011.83%2039%2033.32a150.7%20150.7%200%200%201%2015%2064.02%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236%20149.31c0%2015.38-3%2028.45-8.6%2037.78c-6.67%2011.06-17%2016.91-30%2016.91c-25.55%200-44.83-36-65.25-74.11C113.78%2095.53%2094.74%2060%2074%2060c-11.1%200-22.7%2010.53-31.84%2028.89A142.2%20142.2%200%200%200%2028%20149.31c0%2013.93%202.58%2025.56%207.45%2033.65c5.22%208.65%2013%2013%2023.11%2013c17.15%200%2033.07-24.32%2047.73-50.6a4%204%200%201%201%207%203.9C98.52%20175.76%2080.9%20204%2058.56%20204c-12.93%200-23.29-5.85-30-16.91C23%20177.76%2020%20164.69%2020%20149.31a150.7%20150.7%200%200%201%2015-64C45.69%2063.83%2059.54%2052%2074%2052c25.54%200%2044.83%2036%2065.25%2074.11c18.41%2034.36%2037.44%2069.89%2058.2%2069.89c10.12%200%2017.89-4.39%2023.11-13c4.87-8.09%207.45-19.72%207.45-33.65a142.2%20142.2%200%200%200-14.16-60.42C204.7%2070.53%20193.1%2060%20182%2060c-9.75%200-20.15%208-31.78%2024.57a4%204%200%200%201-6.54-4.6c13.42-19.08%2025.6-28%2038.32-28c14.45%200%2028.3%2011.83%2039%2033.32a150.7%20150.7%200%200%201%2015%2064.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/meta-logo-thin.svg?color=%231a73e8&size=48