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

Name
lolcode
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

Use the lolcode logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef5350" d="m12 7.687l-1.35.091c-.872-1.035-3.318-3.643-5.754-3.643c0 0-1.999 3.004-.04 7.013c-.559.842-.904 1.278-.975 2.283l-1.958.294l.213.995l1.786-.264l.142.72l-1.593.954l.477.904l1.471-.904c1.167 2.477 4.12 3.735 7.581 3.735c3.46 0 6.414-1.258 7.58-3.735l1.472.904l.477-.904l-1.593-.953l.142-.721l1.786.264l.213-.995l-1.958-.294c-.071-1.005-.416-1.441-.975-2.283c1.959-4.009-.04-7.013-.04-7.013c-2.436 0-4.881 2.608-5.754 3.643zm-3.044 3.044a1.015 1.015 0 0 1 1.014 1.015a1.015 1.015 0 0 1-1.014 1.015a1.015 1.015 0 0 1-1.015-1.015a1.015 1.015 0 0 1 1.015-1.015m6.089 0a1.015 1.015 0 0 1 1.014 1.015a1.015 1.015 0 0 1-1.014 1.015a1.015 1.015 0 0 1-1.015-1.015a1.015 1.015 0 0 1 1.015-1.015m-4.06 3.045h2.03l-.71 1.41c.203.65.77 1.127 1.471 1.127a1.52 1.52 0 0 0 1.522-1.522h.508a2.03 2.03 0 0 1-2.03 2.03c-.761 0-1.42-.416-1.776-1.015a2.07 2.07 0 0 1-1.776 1.015a2.03 2.03 0 0 1-2.03-2.03h.508a1.52 1.52 0 0 0 1.522 1.522c.7 0 1.268-.477 1.471-1.126z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeLolcode(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef5350" d="m12 7.687l-1.35.091c-.872-1.035-3.318-3.643-5.754-3.643c0 0-1.999 3.004-.04 7.013c-.559.842-.904 1.278-.975 2.283l-1.958.294l.213.995l1.786-.264l.142.72l-1.593.954l.477.904l1.471-.904c1.167 2.477 4.12 3.735 7.581 3.735c3.46 0 6.414-1.258 7.58-3.735l1.472.904l.477-.904l-1.593-.953l.142-.721l1.786.264l.213-.995l-1.958-.294c-.071-1.005-.416-1.441-.975-2.283c1.959-4.009-.04-7.013-.04-7.013c-2.436 0-4.881 2.608-5.754 3.643zm-3.044 3.044a1.015 1.015 0 0 1 1.014 1.015a1.015 1.015 0 0 1-1.014 1.015a1.015 1.015 0 0 1-1.015-1.015a1.015 1.015 0 0 1 1.015-1.015m6.089 0a1.015 1.015 0 0 1 1.014 1.015a1.015 1.015 0 0 1-1.014 1.015a1.015 1.015 0 0 1-1.015-1.015a1.015 1.015 0 0 1 1.015-1.015m-4.06 3.045h2.03l-.71 1.41c.203.65.77 1.127 1.471 1.127a1.52 1.52 0 0 0 1.522-1.522h.508a2.03 2.03 0 0 1-2.03 2.03c-.761 0-1.42-.416-1.776-1.015a2.07 2.07 0 0 1-1.776 1.015a2.03 2.03 0 0 1-2.03-2.03h.508a1.52 1.52 0 0 0 1.522 1.522c.7 0 1.268-.477 1.471-1.126z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef5350" d="m12 7.687l-1.35.091c-.872-1.035-3.318-3.643-5.754-3.643c0 0-1.999 3.004-.04 7.013c-.559.842-.904 1.278-.975 2.283l-1.958.294l.213.995l1.786-.264l.142.72l-1.593.954l.477.904l1.471-.904c1.167 2.477 4.12 3.735 7.581 3.735c3.46 0 6.414-1.258 7.58-3.735l1.472.904l.477-.904l-1.593-.953l.142-.721l1.786.264l.213-.995l-1.958-.294c-.071-1.005-.416-1.441-.975-2.283c1.959-4.009-.04-7.013-.04-7.013c-2.436 0-4.881 2.608-5.754 3.643zm-3.044 3.044a1.015 1.015 0 0 1 1.014 1.015a1.015 1.015 0 0 1-1.014 1.015a1.015 1.015 0 0 1-1.015-1.015a1.015 1.015 0 0 1 1.015-1.015m6.089 0a1.015 1.015 0 0 1 1.014 1.015a1.015 1.015 0 0 1-1.014 1.015a1.015 1.015 0 0 1-1.015-1.015a1.015 1.015 0 0 1 1.015-1.015m-4.06 3.045h2.03l-.71 1.41c.203.65.77 1.127 1.471 1.127a1.52 1.52 0 0 0 1.522-1.522h.508a2.03 2.03 0 0 1-2.03 2.03c-.761 0-1.42-.416-1.776-1.015a2.07 2.07 0 0 1-1.776 1.015a2.03 2.03 0 0 1-2.03-2.03h.508a1.52 1.52 0 0 0 1.522 1.522c.7 0 1.268-.477 1.471-1.126z"/></svg>
</template>

CSS

.icon-lolcode {
  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%22%23ef5350%22%20d%3D%22m12%207.687l-1.35.091c-.872-1.035-3.318-3.643-5.754-3.643c0%200-1.999%203.004-.04%207.013c-.559.842-.904%201.278-.975%202.283l-1.958.294l.213.995l1.786-.264l.142.72l-1.593.954l.477.904l1.471-.904c1.167%202.477%204.12%203.735%207.581%203.735c3.46%200%206.414-1.258%207.58-3.735l1.472.904l.477-.904l-1.593-.953l.142-.721l1.786.264l.213-.995l-1.958-.294c-.071-1.005-.416-1.441-.975-2.283c1.959-4.009-.04-7.013-.04-7.013c-2.436%200-4.881%202.608-5.754%203.643zm-3.044%203.044a1.015%201.015%200%200%201%201.014%201.015a1.015%201.015%200%200%201-1.014%201.015a1.015%201.015%200%200%201-1.015-1.015a1.015%201.015%200%200%201%201.015-1.015m6.089%200a1.015%201.015%200%200%201%201.014%201.015a1.015%201.015%200%200%201-1.014%201.015a1.015%201.015%200%200%201-1.015-1.015a1.015%201.015%200%200%201%201.015-1.015m-4.06%203.045h2.03l-.71%201.41c.203.65.77%201.127%201.471%201.127a1.52%201.52%200%200%200%201.522-1.522h.508a2.03%202.03%200%200%201-2.03%202.03c-.761%200-1.42-.416-1.776-1.015a2.07%202.07%200%200%201-1.776%201.015a2.03%202.03%200%200%201-2.03-2.03h.508a1.52%201.52%200%200%200%201.522%201.522c.7%200%201.268-.477%201.471-1.126z%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%22%23ef5350%22%20d%3D%22m12%207.687l-1.35.091c-.872-1.035-3.318-3.643-5.754-3.643c0%200-1.999%203.004-.04%207.013c-.559.842-.904%201.278-.975%202.283l-1.958.294l.213.995l1.786-.264l.142.72l-1.593.954l.477.904l1.471-.904c1.167%202.477%204.12%203.735%207.581%203.735c3.46%200%206.414-1.258%207.58-3.735l1.472.904l.477-.904l-1.593-.953l.142-.721l1.786.264l.213-.995l-1.958-.294c-.071-1.005-.416-1.441-.975-2.283c1.959-4.009-.04-7.013-.04-7.013c-2.436%200-4.881%202.608-5.754%203.643zm-3.044%203.044a1.015%201.015%200%200%201%201.014%201.015a1.015%201.015%200%200%201-1.014%201.015a1.015%201.015%200%200%201-1.015-1.015a1.015%201.015%200%200%201%201.015-1.015m6.089%200a1.015%201.015%200%200%201%201.014%201.015a1.015%201.015%200%200%201-1.014%201.015a1.015%201.015%200%200%201-1.015-1.015a1.015%201.015%200%200%201%201.015-1.015m-4.06%203.045h2.03l-.71%201.41c.203.65.77%201.127%201.471%201.127a1.52%201.52%200%200%200%201.522-1.522h.508a2.03%202.03%200%200%201-2.03%202.03c-.761%200-1.42-.416-1.776-1.015a2.07%202.07%200%200%201-1.776%201.015a2.03%202.03%200%200%201-2.03-2.03h.508a1.52%201.52%200%200%200%201.522%201.522c.7%200%201.268-.477%201.471-1.126z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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