seven-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
seven-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the seven icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.522 6.818a.75.75 0 0 1 .91-.546c1.134.284 2.602.29 3.834.214a25 25 0 0 0 2.074-.22l.029-.005h.007a.75.75 0 0 1 .71 1.207l-.003.004l-.01.012l-.04.05l-.153.198a40 40 0 0 0-2.242 3.254c-.613.998-1.217 2.095-1.666 3.16c-.453 1.078-.722 2.064-.722 2.854a.75.75 0 0 1-1.5 0c0-1.085.356-2.287.84-3.436c.489-1.16 1.135-2.329 1.771-3.363c.53-.862 1.06-1.64 1.497-2.254q-.24.02-.499.036c-1.268.08-2.925.086-4.291-.255a.75.75 0 0 1-.546-.91"/></svg>

React

import type { SVGProps } from "react";

export function MynauiSevenSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.522 6.818a.75.75 0 0 1 .91-.546c1.134.284 2.602.29 3.834.214a25 25 0 0 0 2.074-.22l.029-.005h.007a.75.75 0 0 1 .71 1.207l-.003.004l-.01.012l-.04.05l-.153.198a40 40 0 0 0-2.242 3.254c-.613.998-1.217 2.095-1.666 3.16c-.453 1.078-.722 2.064-.722 2.854a.75.75 0 0 1-1.5 0c0-1.085.356-2.287.84-3.436c.489-1.16 1.135-2.329 1.771-3.363c.53-.862 1.06-1.64 1.497-2.254q-.24.02-.499.036c-1.268.08-2.925.086-4.291-.255a.75.75 0 0 1-.546-.91"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.522 6.818a.75.75 0 0 1 .91-.546c1.134.284 2.602.29 3.834.214a25 25 0 0 0 2.074-.22l.029-.005h.007a.75.75 0 0 1 .71 1.207l-.003.004l-.01.012l-.04.05l-.153.198a40 40 0 0 0-2.242 3.254c-.613.998-1.217 2.095-1.666 3.16c-.453 1.078-.722 2.064-.722 2.854a.75.75 0 0 1-1.5 0c0-1.085.356-2.287.84-3.436c.489-1.16 1.135-2.329 1.771-3.363c.53-.862 1.06-1.64 1.497-2.254q-.24.02-.499.036c-1.268.08-2.925.086-4.291-.255a.75.75 0 0 1-.546-.91"/></svg>
</template>

CSS

.icon-seven-solid {
  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%22currentColor%22%20d%3D%22M8.522%206.818a.75.75%200%200%201%20.91-.546c1.134.284%202.602.29%203.834.214a25%2025%200%200%200%202.074-.22l.029-.005h.007a.75.75%200%200%201%20.71%201.207l-.003.004l-.01.012l-.04.05l-.153.198a40%2040%200%200%200-2.242%203.254c-.613.998-1.217%202.095-1.666%203.16c-.453%201.078-.722%202.064-.722%202.854a.75.75%200%200%201-1.5%200c0-1.085.356-2.287.84-3.436c.489-1.16%201.135-2.329%201.771-3.363c.53-.862%201.06-1.64%201.497-2.254q-.24.02-.499.036c-1.268.08-2.925.086-4.291-.255a.75.75%200%200%201-.546-.91%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%22currentColor%22%20d%3D%22M8.522%206.818a.75.75%200%200%201%20.91-.546c1.134.284%202.602.29%203.834.214a25%2025%200%200%200%202.074-.22l.029-.005h.007a.75.75%200%200%201%20.71%201.207l-.003.004l-.01.012l-.04.05l-.153.198a40%2040%200%200%200-2.242%203.254c-.613.998-1.217%202.095-1.666%203.16c-.453%201.078-.722%202.064-.722%202.854a.75.75%200%200%201-1.5%200c0-1.085.356-2.287.84-3.436c.489-1.16%201.135-2.329%201.771-3.363c.53-.862%201.06-1.64%201.497-2.254q-.24.02-.499.036c-1.268.08-2.925.086-4.291-.255a.75.75%200%200%201-.546-.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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