star of life icon

star-of-life from Line Awesome by Icons8 · Line · Medical · Apache-2.0 Free for personal and commercial use.

Name
star-of-life
Set
Line Awesome
Style
Line
Category
Medical
Viewbox
32×32
License
Apache 2.0
Aliases
star-of-life-solid

The same icon in other sets

More medical icons from Line Awesome

Use the star of life icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 4v6.805L7.107 7.402l-3 5.198L10 16l-5.893 3.4l3 5.198L13 21.195V28h6v-6.805l5.893 3.403l3-5.198L22 16l5.893-3.4l-3-5.198L19 10.805V4zm2 2h2v8.27l7.16-4.135l1 1.73L18 16l7.16 4.135l-1 1.73L17 17.73V26h-2v-8.27l-7.16 4.135l-1-1.73L14 16l-7.16-4.135l1-1.73L15 14.27z"/></svg>

React

import type { SVGProps } from "react";

export function LaStarOfLife(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 4v6.805L7.107 7.402l-3 5.198L10 16l-5.893 3.4l3 5.198L13 21.195V28h6v-6.805l5.893 3.403l3-5.198L22 16l5.893-3.4l-3-5.198L19 10.805V4zm2 2h2v8.27l7.16-4.135l1 1.73L18 16l7.16 4.135l-1 1.73L17 17.73V26h-2v-8.27l-7.16 4.135l-1-1.73L14 16l-7.16-4.135l1-1.73L15 14.27z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 4v6.805L7.107 7.402l-3 5.198L10 16l-5.893 3.4l3 5.198L13 21.195V28h6v-6.805l5.893 3.403l3-5.198L22 16l5.893-3.4l-3-5.198L19 10.805V4zm2 2h2v8.27l7.16-4.135l1 1.73L18 16l7.16 4.135l-1 1.73L17 17.73V26h-2v-8.27l-7.16 4.135l-1-1.73L14 16l-7.16-4.135l1-1.73L15 14.27z"/></svg>
</template>

CSS

.icon-star-of-life {
  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%22currentColor%22%20d%3D%22M13%204v6.805L7.107%207.402l-3%205.198L10%2016l-5.893%203.4l3%205.198L13%2021.195V28h6v-6.805l5.893%203.403l3-5.198L22%2016l5.893-3.4l-3-5.198L19%2010.805V4zm2%202h2v8.27l7.16-4.135l1%201.73L18%2016l7.16%204.135l-1%201.73L17%2017.73V26h-2v-8.27l-7.16%204.135l-1-1.73L14%2016l-7.16-4.135l1-1.73L15%2014.27z%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%22currentColor%22%20d%3D%22M13%204v6.805L7.107%207.402l-3%205.198L10%2016l-5.893%203.4l3%205.198L13%2021.195V28h6v-6.805l5.893%203.403l3-5.198L22%2016l5.893-3.4l-3-5.198L19%2010.805V4zm2%202h2v8.27l7.16-4.135l1%201.73L18%2016l7.16%204.135l-1%201.73L17%2017.73V26h-2v-8.27l-7.16%204.135l-1-1.73L14%2016l-7.16-4.135l1-1.73L15%2014.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/star-of-life.svg?color=%231a73e8&size=48