lua from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
lua
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the lua logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#42a5f5" d="M30 6a3.86 3.86 0 0 1-1.167 2.833a4.024 4.024 0 0 1-5.666 0A3.86 3.86 0 0 1 22 6a3.86 3.86 0 0 1 1.167-2.833a4.024 4.024 0 0 1 5.666 0A3.86 3.86 0 0 1 30 6m-9.208 5.208A10.6 10.6 0 0 0 13 8a10.6 10.6 0 0 0-7.792 3.208A10.6 10.6 0 0 0 2 19a10.6 10.6 0 0 0 3.208 7.792A10.6 10.6 0 0 0 13 30a10.6 10.6 0 0 0 7.792-3.208A10.6 10.6 0 0 0 24 19a10.6 10.6 0 0 0-3.208-7.792m-1.959 7.625a4.024 4.024 0 0 1-5.666 0a4.024 4.024 0 0 1 0-5.666a4.024 4.024 0 0 1 5.666 0a4.024 4.024 0 0 1 0 5.666"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeLua(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#42a5f5" d="M30 6a3.86 3.86 0 0 1-1.167 2.833a4.024 4.024 0 0 1-5.666 0A3.86 3.86 0 0 1 22 6a3.86 3.86 0 0 1 1.167-2.833a4.024 4.024 0 0 1 5.666 0A3.86 3.86 0 0 1 30 6m-9.208 5.208A10.6 10.6 0 0 0 13 8a10.6 10.6 0 0 0-7.792 3.208A10.6 10.6 0 0 0 2 19a10.6 10.6 0 0 0 3.208 7.792A10.6 10.6 0 0 0 13 30a10.6 10.6 0 0 0 7.792-3.208A10.6 10.6 0 0 0 24 19a10.6 10.6 0 0 0-3.208-7.792m-1.959 7.625a4.024 4.024 0 0 1-5.666 0a4.024 4.024 0 0 1 0-5.666a4.024 4.024 0 0 1 5.666 0a4.024 4.024 0 0 1 0 5.666"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#42a5f5" d="M30 6a3.86 3.86 0 0 1-1.167 2.833a4.024 4.024 0 0 1-5.666 0A3.86 3.86 0 0 1 22 6a3.86 3.86 0 0 1 1.167-2.833a4.024 4.024 0 0 1 5.666 0A3.86 3.86 0 0 1 30 6m-9.208 5.208A10.6 10.6 0 0 0 13 8a10.6 10.6 0 0 0-7.792 3.208A10.6 10.6 0 0 0 2 19a10.6 10.6 0 0 0 3.208 7.792A10.6 10.6 0 0 0 13 30a10.6 10.6 0 0 0 7.792-3.208A10.6 10.6 0 0 0 24 19a10.6 10.6 0 0 0-3.208-7.792m-1.959 7.625a4.024 4.024 0 0 1-5.666 0a4.024 4.024 0 0 1 0-5.666a4.024 4.024 0 0 1 5.666 0a4.024 4.024 0 0 1 0 5.666"/></svg>
</template>

CSS

.icon-lua {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%2342a5f5%22%20d%3D%22M30%206a3.86%203.86%200%200%201-1.167%202.833a4.024%204.024%200%200%201-5.666%200A3.86%203.86%200%200%201%2022%206a3.86%203.86%200%200%201%201.167-2.833a4.024%204.024%200%200%201%205.666%200A3.86%203.86%200%200%201%2030%206m-9.208%205.208A10.6%2010.6%200%200%200%2013%208a10.6%2010.6%200%200%200-7.792%203.208A10.6%2010.6%200%200%200%202%2019a10.6%2010.6%200%200%200%203.208%207.792A10.6%2010.6%200%200%200%2013%2030a10.6%2010.6%200%200%200%207.792-3.208A10.6%2010.6%200%200%200%2024%2019a10.6%2010.6%200%200%200-3.208-7.792m-1.959%207.625a4.024%204.024%200%200%201-5.666%200a4.024%204.024%200%200%201%200-5.666a4.024%204.024%200%200%201%205.666%200a4.024%204.024%200%200%201%200%205.666%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%2032%2032%22%3E%3Cpath%20fill%3D%22%2342a5f5%22%20d%3D%22M30%206a3.86%203.86%200%200%201-1.167%202.833a4.024%204.024%200%200%201-5.666%200A3.86%203.86%200%200%201%2022%206a3.86%203.86%200%200%201%201.167-2.833a4.024%204.024%200%200%201%205.666%200A3.86%203.86%200%200%201%2030%206m-9.208%205.208A10.6%2010.6%200%200%200%2013%208a10.6%2010.6%200%200%200-7.792%203.208A10.6%2010.6%200%200%200%202%2019a10.6%2010.6%200%200%200%203.208%207.792A10.6%2010.6%200%200%200%2013%2030a10.6%2010.6%200%200%200%207.792-3.208A10.6%2010.6%200%200%200%2024%2019a10.6%2010.6%200%200%200-3.208-7.792m-1.959%207.625a4.024%204.024%200%200%201-5.666%200a4.024%204.024%200%200%201%200-5.666a4.024%204.024%200%200%201%205.666%200a4.024%204.024%200%200%201%200%205.666%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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