lego icon
lego-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- lego-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the lego icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M247.94 79.21a8 8 0 0 0-4.36-6.37L197.29 49.7C191.54 39.24 177.21 32 160 32c-22.43 0-40 12.3-40 28a20.8 20.8 0 0 0 1.06 6.53l-19.52 9.76A53.7 53.7 0 0 0 80 72c-22.43 0-40 12.3-40 28a20.8 20.8 0 0 0 1.06 6.53l-28.64 14.31A8 8 0 0 0 8 128v64a8 8 0 0 0 4.42 7.16l64 32a8 8 0 0 0 7.16 0l160-80A8 8 0 0 0 248 144V80a4.5 4.5 0 0 0-.06-.79M80 151.06L33.89 128L51 119.45c7.24 5.29 17.48 8.55 29 8.55c22.43 0 40-12.3 40-28a21.77 21.77 0 0 0-4.35-12.88L131 79.45c7.24 5.29 17.48 8.55 29 8.55c18.38 0 33.49-8.26 38.35-19.88L222.11 80ZM160 48c12.23 0 21.69 5 23.63 10.12c0 .09.07.18.11.28A5.3 5.3 0 0 1 184 60c0 5.66-10.26 12-24 12c-9.66 0-17.6-3.14-21.46-7a7 7 0 0 0-.86-.93A6.66 6.66 0 0 1 136 60c0-5.66 10.26-12 24-12M80 88a37 37 0 0 1 17.13 3.87a7.5 7.5 0 0 0 1 .56c3.69 2.21 5.87 5 5.87 7.57c0 5.66-10.26 12-24 12c-9.67 0-17.61-3.14-21.47-7a7.5 7.5 0 0 0-.84-.93A6.62 6.62 0 0 1 56 100c0-5.66 10.26-12 24-12m-56 52.94l48 24v46.12l-48-24Z"/></svg>
React
import type { SVGProps } from "react";
export function PhLegoFill(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="M247.94 79.21a8 8 0 0 0-4.36-6.37L197.29 49.7C191.54 39.24 177.21 32 160 32c-22.43 0-40 12.3-40 28a20.8 20.8 0 0 0 1.06 6.53l-19.52 9.76A53.7 53.7 0 0 0 80 72c-22.43 0-40 12.3-40 28a20.8 20.8 0 0 0 1.06 6.53l-28.64 14.31A8 8 0 0 0 8 128v64a8 8 0 0 0 4.42 7.16l64 32a8 8 0 0 0 7.16 0l160-80A8 8 0 0 0 248 144V80a4.5 4.5 0 0 0-.06-.79M80 151.06L33.89 128L51 119.45c7.24 5.29 17.48 8.55 29 8.55c22.43 0 40-12.3 40-28a21.77 21.77 0 0 0-4.35-12.88L131 79.45c7.24 5.29 17.48 8.55 29 8.55c18.38 0 33.49-8.26 38.35-19.88L222.11 80ZM160 48c12.23 0 21.69 5 23.63 10.12c0 .09.07.18.11.28A5.3 5.3 0 0 1 184 60c0 5.66-10.26 12-24 12c-9.66 0-17.6-3.14-21.46-7a7 7 0 0 0-.86-.93A6.66 6.66 0 0 1 136 60c0-5.66 10.26-12 24-12M80 88a37 37 0 0 1 17.13 3.87a7.5 7.5 0 0 0 1 .56c3.69 2.21 5.87 5 5.87 7.57c0 5.66-10.26 12-24 12c-9.67 0-17.61-3.14-21.47-7a7.5 7.5 0 0 0-.84-.93A6.62 6.62 0 0 1 56 100c0-5.66 10.26-12 24-12m-56 52.94l48 24v46.12l-48-24Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M247.94 79.21a8 8 0 0 0-4.36-6.37L197.29 49.7C191.54 39.24 177.21 32 160 32c-22.43 0-40 12.3-40 28a20.8 20.8 0 0 0 1.06 6.53l-19.52 9.76A53.7 53.7 0 0 0 80 72c-22.43 0-40 12.3-40 28a20.8 20.8 0 0 0 1.06 6.53l-28.64 14.31A8 8 0 0 0 8 128v64a8 8 0 0 0 4.42 7.16l64 32a8 8 0 0 0 7.16 0l160-80A8 8 0 0 0 248 144V80a4.5 4.5 0 0 0-.06-.79M80 151.06L33.89 128L51 119.45c7.24 5.29 17.48 8.55 29 8.55c22.43 0 40-12.3 40-28a21.77 21.77 0 0 0-4.35-12.88L131 79.45c7.24 5.29 17.48 8.55 29 8.55c18.38 0 33.49-8.26 38.35-19.88L222.11 80ZM160 48c12.23 0 21.69 5 23.63 10.12c0 .09.07.18.11.28A5.3 5.3 0 0 1 184 60c0 5.66-10.26 12-24 12c-9.66 0-17.6-3.14-21.46-7a7 7 0 0 0-.86-.93A6.66 6.66 0 0 1 136 60c0-5.66 10.26-12 24-12M80 88a37 37 0 0 1 17.13 3.87a7.5 7.5 0 0 0 1 .56c3.69 2.21 5.87 5 5.87 7.57c0 5.66-10.26 12-24 12c-9.67 0-17.61-3.14-21.47-7a7.5 7.5 0 0 0-.84-.93A6.62 6.62 0 0 1 56 100c0-5.66 10.26-12 24-12m-56 52.94l48 24v46.12l-48-24Z"/></svg> </template>
CSS
.icon-lego-fill {
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%22M247.94%2079.21a8%208%200%200%200-4.36-6.37L197.29%2049.7C191.54%2039.24%20177.21%2032%20160%2032c-22.43%200-40%2012.3-40%2028a20.8%2020.8%200%200%200%201.06%206.53l-19.52%209.76A53.7%2053.7%200%200%200%2080%2072c-22.43%200-40%2012.3-40%2028a20.8%2020.8%200%200%200%201.06%206.53l-28.64%2014.31A8%208%200%200%200%208%20128v64a8%208%200%200%200%204.42%207.16l64%2032a8%208%200%200%200%207.16%200l160-80A8%208%200%200%200%20248%20144V80a4.5%204.5%200%200%200-.06-.79M80%20151.06L33.89%20128L51%20119.45c7.24%205.29%2017.48%208.55%2029%208.55c22.43%200%2040-12.3%2040-28a21.77%2021.77%200%200%200-4.35-12.88L131%2079.45c7.24%205.29%2017.48%208.55%2029%208.55c18.38%200%2033.49-8.26%2038.35-19.88L222.11%2080ZM160%2048c12.23%200%2021.69%205%2023.63%2010.12c0%20.09.07.18.11.28A5.3%205.3%200%200%201%20184%2060c0%205.66-10.26%2012-24%2012c-9.66%200-17.6-3.14-21.46-7a7%207%200%200%200-.86-.93A6.66%206.66%200%200%201%20136%2060c0-5.66%2010.26-12%2024-12M80%2088a37%2037%200%200%201%2017.13%203.87a7.5%207.5%200%200%200%201%20.56c3.69%202.21%205.87%205%205.87%207.57c0%205.66-10.26%2012-24%2012c-9.67%200-17.61-3.14-21.47-7a7.5%207.5%200%200%200-.84-.93A6.62%206.62%200%200%201%2056%20100c0-5.66%2010.26-12%2024-12m-56%2052.94l48%2024v46.12l-48-24Z%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%22M247.94%2079.21a8%208%200%200%200-4.36-6.37L197.29%2049.7C191.54%2039.24%20177.21%2032%20160%2032c-22.43%200-40%2012.3-40%2028a20.8%2020.8%200%200%200%201.06%206.53l-19.52%209.76A53.7%2053.7%200%200%200%2080%2072c-22.43%200-40%2012.3-40%2028a20.8%2020.8%200%200%200%201.06%206.53l-28.64%2014.31A8%208%200%200%200%208%20128v64a8%208%200%200%200%204.42%207.16l64%2032a8%208%200%200%200%207.16%200l160-80A8%208%200%200%200%20248%20144V80a4.5%204.5%200%200%200-.06-.79M80%20151.06L33.89%20128L51%20119.45c7.24%205.29%2017.48%208.55%2029%208.55c22.43%200%2040-12.3%2040-28a21.77%2021.77%200%200%200-4.35-12.88L131%2079.45c7.24%205.29%2017.48%208.55%2029%208.55c18.38%200%2033.49-8.26%2038.35-19.88L222.11%2080ZM160%2048c12.23%200%2021.69%205%2023.63%2010.12c0%20.09.07.18.11.28A5.3%205.3%200%200%201%20184%2060c0%205.66-10.26%2012-24%2012c-9.66%200-17.6-3.14-21.46-7a7%207%200%200%200-.86-.93A6.66%206.66%200%200%201%20136%2060c0-5.66%2010.26-12%2024-12M80%2088a37%2037%200%200%201%2017.13%203.87a7.5%207.5%200%200%200%201%20.56c3.69%202.21%205.87%205%205.87%207.57c0%205.66-10.26%2012-24%2012c-9.67%200-17.61-3.14-21.47-7a7.5%207.5%200%200%200-.84-.93A6.62%206.62%200%200%201%2056%20100c0-5.66%2010.26-12%2024-12m-56%2052.94l48%2024v46.12l-48-24Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/lego-fill.svg?color=%231a73e8&size=48