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

Name
staroflife
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Use the staroflife icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.203 52.785h1.547c3.82 0 5.648-1.687 5.648-5.25v-8.46l7.313 4.241c3.094 1.782 5.484 1.055 7.383-2.25l.773-1.336c1.899-3.304 1.336-5.742-1.758-7.523l-7.289-4.219l7.29-4.218c3.07-1.782 3.656-4.196 1.734-7.5l-.75-1.313c-1.922-3.328-4.313-4.055-7.407-2.273l-7.289 4.195V8.465c0-3.563-1.828-5.25-5.648-5.25h-1.547c-3.797 0-5.625 1.687-5.625 5.25v8.414l-7.266-4.195c-3.093-1.782-5.484-1.055-7.406 2.273l-.75 1.313c-1.922 3.304-1.36 5.718 1.735 7.5l7.289 4.218l-7.313 4.22c-3.094 1.78-3.633 4.218-1.734 7.523l.773 1.335c1.899 3.305 4.29 4.032 7.383 2.25l7.289-4.242v8.461c0 3.563 1.828 5.25 5.625 5.25m.633-3.515c-1.922 0-2.531-.563-2.531-2.415V33.614c0-.445-.399-.75-.82-.492L13 39.754c-1.617.937-2.39.656-3.328-1.008l-.164-.234c-.961-1.688-.82-2.508.797-3.422l11.672-6.75c.445-.235.421-.774-.024-1.008L10.328 20.91c-1.594-.937-1.758-1.734-.82-3.422l.164-.258c.96-1.664 1.734-1.945 3.351-1.007l11.414 6.609c.422.258.868-.023.868-.516V9.145c0-1.852.609-2.414 2.53-2.414h.305c1.922 0 2.555.562 2.555 2.414v13.171c0 .493.422.774.844.516l11.414-6.61c1.617-.913 2.414-.656 3.375 1.008l.164.258c.938 1.688.774 2.485-.844 3.422l-11.601 6.422c-.446.234-.469.75-.024 1.008l11.649 6.75c1.617.914 1.781 1.734.82 3.422l-.164.234c-.937 1.664-1.734 1.945-3.352 1.008l-11.46-6.633c-.422-.258-.82.047-.82.492v13.243c0 1.851-.634 2.413-2.556 2.413Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Staroflife(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="M27.203 52.785h1.547c3.82 0 5.648-1.687 5.648-5.25v-8.46l7.313 4.241c3.094 1.782 5.484 1.055 7.383-2.25l.773-1.336c1.899-3.304 1.336-5.742-1.758-7.523l-7.289-4.219l7.29-4.218c3.07-1.782 3.656-4.196 1.734-7.5l-.75-1.313c-1.922-3.328-4.313-4.055-7.407-2.273l-7.289 4.195V8.465c0-3.563-1.828-5.25-5.648-5.25h-1.547c-3.797 0-5.625 1.687-5.625 5.25v8.414l-7.266-4.195c-3.093-1.782-5.484-1.055-7.406 2.273l-.75 1.313c-1.922 3.304-1.36 5.718 1.735 7.5l7.289 4.218l-7.313 4.22c-3.094 1.78-3.633 4.218-1.734 7.523l.773 1.335c1.899 3.305 4.29 4.032 7.383 2.25l7.289-4.242v8.461c0 3.563 1.828 5.25 5.625 5.25m.633-3.515c-1.922 0-2.531-.563-2.531-2.415V33.614c0-.445-.399-.75-.82-.492L13 39.754c-1.617.937-2.39.656-3.328-1.008l-.164-.234c-.961-1.688-.82-2.508.797-3.422l11.672-6.75c.445-.235.421-.774-.024-1.008L10.328 20.91c-1.594-.937-1.758-1.734-.82-3.422l.164-.258c.96-1.664 1.734-1.945 3.351-1.007l11.414 6.609c.422.258.868-.023.868-.516V9.145c0-1.852.609-2.414 2.53-2.414h.305c1.922 0 2.555.562 2.555 2.414v13.171c0 .493.422.774.844.516l11.414-6.61c1.617-.913 2.414-.656 3.375 1.008l.164.258c.938 1.688.774 2.485-.844 3.422l-11.601 6.422c-.446.234-.469.75-.024 1.008l11.649 6.75c1.617.914 1.781 1.734.82 3.422l-.164.234c-.937 1.664-1.734 1.945-3.352 1.008l-11.46-6.633c-.422-.258-.82.047-.82.492v13.243c0 1.851-.634 2.413-2.556 2.413Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.203 52.785h1.547c3.82 0 5.648-1.687 5.648-5.25v-8.46l7.313 4.241c3.094 1.782 5.484 1.055 7.383-2.25l.773-1.336c1.899-3.304 1.336-5.742-1.758-7.523l-7.289-4.219l7.29-4.218c3.07-1.782 3.656-4.196 1.734-7.5l-.75-1.313c-1.922-3.328-4.313-4.055-7.407-2.273l-7.289 4.195V8.465c0-3.563-1.828-5.25-5.648-5.25h-1.547c-3.797 0-5.625 1.687-5.625 5.25v8.414l-7.266-4.195c-3.093-1.782-5.484-1.055-7.406 2.273l-.75 1.313c-1.922 3.304-1.36 5.718 1.735 7.5l7.289 4.218l-7.313 4.22c-3.094 1.78-3.633 4.218-1.734 7.523l.773 1.335c1.899 3.305 4.29 4.032 7.383 2.25l7.289-4.242v8.461c0 3.563 1.828 5.25 5.625 5.25m.633-3.515c-1.922 0-2.531-.563-2.531-2.415V33.614c0-.445-.399-.75-.82-.492L13 39.754c-1.617.937-2.39.656-3.328-1.008l-.164-.234c-.961-1.688-.82-2.508.797-3.422l11.672-6.75c.445-.235.421-.774-.024-1.008L10.328 20.91c-1.594-.937-1.758-1.734-.82-3.422l.164-.258c.96-1.664 1.734-1.945 3.351-1.007l11.414 6.609c.422.258.868-.023.868-.516V9.145c0-1.852.609-2.414 2.53-2.414h.305c1.922 0 2.555.562 2.555 2.414v13.171c0 .493.422.774.844.516l11.414-6.61c1.617-.913 2.414-.656 3.375 1.008l.164.258c.938 1.688.774 2.485-.844 3.422l-11.601 6.422c-.446.234-.469.75-.024 1.008l11.649 6.75c1.617.914 1.781 1.734.82 3.422l-.164.234c-.937 1.664-1.734 1.945-3.352 1.008l-11.46-6.633c-.422-.258-.82.047-.82.492v13.243c0 1.851-.634 2.413-2.556 2.413Z"/></svg>
</template>

CSS

.icon-staroflife {
  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%22M27.203%2052.785h1.547c3.82%200%205.648-1.687%205.648-5.25v-8.46l7.313%204.241c3.094%201.782%205.484%201.055%207.383-2.25l.773-1.336c1.899-3.304%201.336-5.742-1.758-7.523l-7.289-4.219l7.29-4.218c3.07-1.782%203.656-4.196%201.734-7.5l-.75-1.313c-1.922-3.328-4.313-4.055-7.407-2.273l-7.289%204.195V8.465c0-3.563-1.828-5.25-5.648-5.25h-1.547c-3.797%200-5.625%201.687-5.625%205.25v8.414l-7.266-4.195c-3.093-1.782-5.484-1.055-7.406%202.273l-.75%201.313c-1.922%203.304-1.36%205.718%201.735%207.5l7.289%204.218l-7.313%204.22c-3.094%201.78-3.633%204.218-1.734%207.523l.773%201.335c1.899%203.305%204.29%204.032%207.383%202.25l7.289-4.242v8.461c0%203.563%201.828%205.25%205.625%205.25m.633-3.515c-1.922%200-2.531-.563-2.531-2.415V33.614c0-.445-.399-.75-.82-.492L13%2039.754c-1.617.937-2.39.656-3.328-1.008l-.164-.234c-.961-1.688-.82-2.508.797-3.422l11.672-6.75c.445-.235.421-.774-.024-1.008L10.328%2020.91c-1.594-.937-1.758-1.734-.82-3.422l.164-.258c.96-1.664%201.734-1.945%203.351-1.007l11.414%206.609c.422.258.868-.023.868-.516V9.145c0-1.852.609-2.414%202.53-2.414h.305c1.922%200%202.555.562%202.555%202.414v13.171c0%20.493.422.774.844.516l11.414-6.61c1.617-.913%202.414-.656%203.375%201.008l.164.258c.938%201.688.774%202.485-.844%203.422l-11.601%206.422c-.446.234-.469.75-.024%201.008l11.649%206.75c1.617.914%201.781%201.734.82%203.422l-.164.234c-.937%201.664-1.734%201.945-3.352%201.008l-11.46-6.633c-.422-.258-.82.047-.82.492v13.243c0%201.851-.634%202.413-2.556%202.413Z%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%22M27.203%2052.785h1.547c3.82%200%205.648-1.687%205.648-5.25v-8.46l7.313%204.241c3.094%201.782%205.484%201.055%207.383-2.25l.773-1.336c1.899-3.304%201.336-5.742-1.758-7.523l-7.289-4.219l7.29-4.218c3.07-1.782%203.656-4.196%201.734-7.5l-.75-1.313c-1.922-3.328-4.313-4.055-7.407-2.273l-7.289%204.195V8.465c0-3.563-1.828-5.25-5.648-5.25h-1.547c-3.797%200-5.625%201.687-5.625%205.25v8.414l-7.266-4.195c-3.093-1.782-5.484-1.055-7.406%202.273l-.75%201.313c-1.922%203.304-1.36%205.718%201.735%207.5l7.289%204.218l-7.313%204.22c-3.094%201.78-3.633%204.218-1.734%207.523l.773%201.335c1.899%203.305%204.29%204.032%207.383%202.25l7.289-4.242v8.461c0%203.563%201.828%205.25%205.625%205.25m.633-3.515c-1.922%200-2.531-.563-2.531-2.415V33.614c0-.445-.399-.75-.82-.492L13%2039.754c-1.617.937-2.39.656-3.328-1.008l-.164-.234c-.961-1.688-.82-2.508.797-3.422l11.672-6.75c.445-.235.421-.774-.024-1.008L10.328%2020.91c-1.594-.937-1.758-1.734-.82-3.422l.164-.258c.96-1.664%201.734-1.945%203.351-1.007l11.414%206.609c.422.258.868-.023.868-.516V9.145c0-1.852.609-2.414%202.53-2.414h.305c1.922%200%202.555.562%202.555%202.414v13.171c0%20.493.422.774.844.516l11.414-6.61c1.617-.913%202.414-.656%203.375%201.008l.164.258c.938%201.688.774%202.485-.844%203.422l-11.601%206.422c-.446.234-.469.75-.024%201.008l11.649%206.75c1.617.914%201.781%201.734.82%203.422l-.164.234c-.937%201.664-1.734%201.945-3.352%201.008l-11.46-6.633c-.422-.258-.82.047-.82.492v13.243c0%201.851-.634%202.413-2.556%202.413Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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