light-max from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
light-max
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the light max icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.04 16.082c0-1.125-.938-2.062-2.04-2.062s-2.039.937-2.039 2.062v6.516c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04ZM14.124 28.949a2.01 2.01 0 0 0 2.86 0a2.01 2.01 0 0 0 0-2.86l-4.57-4.616a2.037 2.037 0 0 0-2.884-.024c-.773.774-.773 2.086 0 2.883Zm24.61-2.625c-.774.774-.774 2.086 0 2.86c.796.796 2.132.796 2.906 0l4.617-4.594c.797-.797.797-2.133 0-2.906c-.774-.797-2.086-.797-2.883 0ZM51.859 41.98c1.102 0 2.04-.937 2.04-2.039c0-1.125-.938-2.062-2.04-2.062h-6.515a2.08 2.08 0 0 0-2.063 2.062c0 1.102.938 2.04 2.063 2.04Zm-47.718-4.1c-1.102 0-2.04.937-2.04 2.062c0 1.102.938 2.04 2.04 2.04h6.539c1.125 0 2.062-.938 2.062-2.04a2.08 2.08 0 0 0-2.062-2.062Zm15.984.14c-1.078 0-1.992.891-1.992 1.97c0 1.054.914 1.945 1.992 1.945h15.727c1.078 0 1.992-.891 1.992-1.946c0-1.078-.914-1.968-1.992-1.968Z"/></svg>

React

import type { SVGProps } from "react";

export function F7LightMax(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.04 16.082c0-1.125-.938-2.062-2.04-2.062s-2.039.937-2.039 2.062v6.516c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04ZM14.124 28.949a2.01 2.01 0 0 0 2.86 0a2.01 2.01 0 0 0 0-2.86l-4.57-4.616a2.037 2.037 0 0 0-2.884-.024c-.773.774-.773 2.086 0 2.883Zm24.61-2.625c-.774.774-.774 2.086 0 2.86c.796.796 2.132.796 2.906 0l4.617-4.594c.797-.797.797-2.133 0-2.906c-.774-.797-2.086-.797-2.883 0ZM51.859 41.98c1.102 0 2.04-.937 2.04-2.039c0-1.125-.938-2.062-2.04-2.062h-6.515a2.08 2.08 0 0 0-2.063 2.062c0 1.102.938 2.04 2.063 2.04Zm-47.718-4.1c-1.102 0-2.04.937-2.04 2.062c0 1.102.938 2.04 2.04 2.04h6.539c1.125 0 2.062-.938 2.062-2.04a2.08 2.08 0 0 0-2.062-2.062Zm15.984.14c-1.078 0-1.992.891-1.992 1.97c0 1.054.914 1.945 1.992 1.945h15.727c1.078 0 1.992-.891 1.992-1.946c0-1.078-.914-1.968-1.992-1.968Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.04 16.082c0-1.125-.938-2.062-2.04-2.062s-2.039.937-2.039 2.062v6.516c0 1.101.938 2.039 2.04 2.039c1.1 0 2.038-.938 2.038-2.04ZM14.124 28.949a2.01 2.01 0 0 0 2.86 0a2.01 2.01 0 0 0 0-2.86l-4.57-4.616a2.037 2.037 0 0 0-2.884-.024c-.773.774-.773 2.086 0 2.883Zm24.61-2.625c-.774.774-.774 2.086 0 2.86c.796.796 2.132.796 2.906 0l4.617-4.594c.797-.797.797-2.133 0-2.906c-.774-.797-2.086-.797-2.883 0ZM51.859 41.98c1.102 0 2.04-.937 2.04-2.039c0-1.125-.938-2.062-2.04-2.062h-6.515a2.08 2.08 0 0 0-2.063 2.062c0 1.102.938 2.04 2.063 2.04Zm-47.718-4.1c-1.102 0-2.04.937-2.04 2.062c0 1.102.938 2.04 2.04 2.04h6.539c1.125 0 2.062-.938 2.062-2.04a2.08 2.08 0 0 0-2.062-2.062Zm15.984.14c-1.078 0-1.992.891-1.992 1.97c0 1.054.914 1.945 1.992 1.945h15.727c1.078 0 1.992-.891 1.992-1.946c0-1.078-.914-1.968-1.992-1.968Z"/></svg>
</template>

CSS

.icon-light-max {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.04%2016.082c0-1.125-.938-2.062-2.04-2.062s-2.039.937-2.039%202.062v6.516c0%201.101.938%202.039%202.04%202.039c1.1%200%202.038-.938%202.038-2.04ZM14.124%2028.949a2.01%202.01%200%200%200%202.86%200a2.01%202.01%200%200%200%200-2.86l-4.57-4.616a2.037%202.037%200%200%200-2.884-.024c-.773.774-.773%202.086%200%202.883Zm24.61-2.625c-.774.774-.774%202.086%200%202.86c.796.796%202.132.796%202.906%200l4.617-4.594c.797-.797.797-2.133%200-2.906c-.774-.797-2.086-.797-2.883%200ZM51.859%2041.98c1.102%200%202.04-.937%202.04-2.039c0-1.125-.938-2.062-2.04-2.062h-6.515a2.08%202.08%200%200%200-2.063%202.062c0%201.102.938%202.04%202.063%202.04Zm-47.718-4.1c-1.102%200-2.04.937-2.04%202.062c0%201.102.938%202.04%202.04%202.04h6.539c1.125%200%202.062-.938%202.062-2.04a2.08%202.08%200%200%200-2.062-2.062Zm15.984.14c-1.078%200-1.992.891-1.992%201.97c0%201.054.914%201.945%201.992%201.945h15.727c1.078%200%201.992-.891%201.992-1.946c0-1.078-.914-1.968-1.992-1.968Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.04%2016.082c0-1.125-.938-2.062-2.04-2.062s-2.039.937-2.039%202.062v6.516c0%201.101.938%202.039%202.04%202.039c1.1%200%202.038-.938%202.038-2.04ZM14.124%2028.949a2.01%202.01%200%200%200%202.86%200a2.01%202.01%200%200%200%200-2.86l-4.57-4.616a2.037%202.037%200%200%200-2.884-.024c-.773.774-.773%202.086%200%202.883Zm24.61-2.625c-.774.774-.774%202.086%200%202.86c.796.796%202.132.796%202.906%200l4.617-4.594c.797-.797.797-2.133%200-2.906c-.774-.797-2.086-.797-2.883%200ZM51.859%2041.98c1.102%200%202.04-.937%202.04-2.039c0-1.125-.938-2.062-2.04-2.062h-6.515a2.08%202.08%200%200%200-2.063%202.062c0%201.102.938%202.04%202.063%202.04Zm-47.718-4.1c-1.102%200-2.04.937-2.04%202.062c0%201.102.938%202.04%202.04%202.04h6.539c1.125%200%202.062-.938%202.062-2.04a2.08%202.08%200%200%200-2.062-2.062Zm15.984.14c-1.078%200-1.992.891-1.992%201.97c0%201.054.914%201.945%201.992%201.945h15.727c1.078%200%201.992-.891%201.992-1.946c0-1.078-.914-1.968-1.992-1.968Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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