family-star from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
family-star
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
family-star-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the family star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.801 14.845q.793-.616 1.16-1.549H9.04q.367.933 1.157 1.55q.79.615 1.8.615q1.012 0 1.805-.616m-3.123-3.248q.322-.327.322-.794t-.327-.789t-.793-.322t-.789.327t-.322.793t.327.789t.793.322t.789-.326m4.23 0q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.789.327t-.322.793t.327.789t.793.322t.789-.326M8.125 7.092l2.608-3.47q.238-.322.566-.472T12 3t.701.15t.566.471l2.608 3.471l4.02 1.368q.534.18.822.605q.289.426.289.94q0 .237-.07.471t-.228.449l-2.635 3.573l.1 3.83q.025.706-.466 1.189T16.564 20l-.454-.056L12 18.733l-4.11 1.211q-.124.05-.24.053q-.117.003-.214.003q-.665 0-1.15-.483t-.459-1.188l.1-3.856l-2.629-3.548q-.159-.217-.229-.453Q3 10.236 3 10q0-.506.297-.942q.296-.435.828-.618z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFamilyStar(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="M13.801 14.845q.793-.616 1.16-1.549H9.04q.367.933 1.157 1.55q.79.615 1.8.615q1.012 0 1.805-.616m-3.123-3.248q.322-.327.322-.794t-.327-.789t-.793-.322t-.789.327t-.322.793t.327.789t.793.322t.789-.326m4.23 0q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.789.327t-.322.793t.327.789t.793.322t.789-.326M8.125 7.092l2.608-3.47q.238-.322.566-.472T12 3t.701.15t.566.471l2.608 3.471l4.02 1.368q.534.18.822.605q.289.426.289.94q0 .237-.07.471t-.228.449l-2.635 3.573l.1 3.83q.025.706-.466 1.189T16.564 20l-.454-.056L12 18.733l-4.11 1.211q-.124.05-.24.053q-.117.003-.214.003q-.665 0-1.15-.483t-.459-1.188l.1-3.856l-2.629-3.548q-.159-.217-.229-.453Q3 10.236 3 10q0-.506.297-.942q.296-.435.828-.618z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.801 14.845q.793-.616 1.16-1.549H9.04q.367.933 1.157 1.55q.79.615 1.8.615q1.012 0 1.805-.616m-3.123-3.248q.322-.327.322-.794t-.327-.789t-.793-.322t-.789.327t-.322.793t.327.789t.793.322t.789-.326m4.23 0q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.789.327t-.322.793t.327.789t.793.322t.789-.326M8.125 7.092l2.608-3.47q.238-.322.566-.472T12 3t.701.15t.566.471l2.608 3.471l4.02 1.368q.534.18.822.605q.289.426.289.94q0 .237-.07.471t-.228.449l-2.635 3.573l.1 3.83q.025.706-.466 1.189T16.564 20l-.454-.056L12 18.733l-4.11 1.211q-.124.05-.24.053q-.117.003-.214.003q-.665 0-1.15-.483t-.459-1.188l.1-3.856l-2.629-3.548q-.159-.217-.229-.453Q3 10.236 3 10q0-.506.297-.942q.296-.435.828-.618z"/></svg>
</template>

CSS

.icon-family-star {
  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%22M13.801%2014.845q.793-.616%201.16-1.549H9.04q.367.933%201.157%201.55q.79.615%201.8.615q1.012%200%201.805-.616m-3.123-3.248q.322-.327.322-.794t-.327-.789t-.793-.322t-.789.327t-.322.793t.327.789t.793.322t.789-.326m4.23%200q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.789.327t-.322.793t.327.789t.793.322t.789-.326M8.125%207.092l2.608-3.47q.238-.322.566-.472T12%203t.701.15t.566.471l2.608%203.471l4.02%201.368q.534.18.822.605q.289.426.289.94q0%20.237-.07.471t-.228.449l-2.635%203.573l.1%203.83q.025.706-.466%201.189T16.564%2020l-.454-.056L12%2018.733l-4.11%201.211q-.124.05-.24.053q-.117.003-.214.003q-.665%200-1.15-.483t-.459-1.188l.1-3.856l-2.629-3.548q-.159-.217-.229-.453Q3%2010.236%203%2010q0-.506.297-.942q.296-.435.828-.618z%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%22M13.801%2014.845q.793-.616%201.16-1.549H9.04q.367.933%201.157%201.55q.79.615%201.8.615q1.012%200%201.805-.616m-3.123-3.248q.322-.327.322-.794t-.327-.789t-.793-.322t-.789.327t-.322.793t.327.789t.793.322t.789-.326m4.23%200q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.789.327t-.322.793t.327.789t.793.322t.789-.326M8.125%207.092l2.608-3.47q.238-.322.566-.472T12%203t.701.15t.566.471l2.608%203.471l4.02%201.368q.534.18.822.605q.289.426.289.94q0%20.237-.07.471t-.228.449l-2.635%203.573l.1%203.83q.025.706-.466%201.189T16.564%2020l-.454-.056L12%2018.733l-4.11%201.211q-.124.05-.24.053q-.117.003-.214.003q-.665%200-1.15-.483t-.459-1.188l.1-3.856l-2.629-3.548q-.159-.217-.229-.453Q3%2010.236%203%2010q0-.506.297-.942q.296-.435.828-.618z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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