kid-star-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
kid-star-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
kid-star-outline-rounded

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the kid star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.625 6.4l2.8-3.625q.3-.4.713-.587T12 2t.863.188t.712.587l2.8 3.625l4.25 1.425q.65.2 1.025.738t.375 1.187q0 .3-.088.6t-.287.575l-2.75 3.9l.1 4.1q.025.875-.575 1.475t-1.4.6q-.05 0-.55-.075L12 19.675l-4.475 1.25q-.125.05-.275.063T6.975 21q-.8 0-1.4-.6T5 18.925l.1-4.125l-2.725-3.875q-.2-.275-.288-.575T2 9.75q0-.625.363-1.162t1.012-.763zM8.85 8.125L4 9.725L7.1 14.2L7 18.975l5-1.375l5 1.4l-.1-4.8L20 9.775l-4.85-1.65L12 4zM12 11.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsKidStarOutline(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="m7.625 6.4l2.8-3.625q.3-.4.713-.587T12 2t.863.188t.712.587l2.8 3.625l4.25 1.425q.65.2 1.025.738t.375 1.187q0 .3-.088.6t-.287.575l-2.75 3.9l.1 4.1q.025.875-.575 1.475t-1.4.6q-.05 0-.55-.075L12 19.675l-4.475 1.25q-.125.05-.275.063T6.975 21q-.8 0-1.4-.6T5 18.925l.1-4.125l-2.725-3.875q-.2-.275-.288-.575T2 9.75q0-.625.363-1.162t1.012-.763zM8.85 8.125L4 9.725L7.1 14.2L7 18.975l5-1.375l5 1.4l-.1-4.8L20 9.775l-4.85-1.65L12 4zM12 11.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.625 6.4l2.8-3.625q.3-.4.713-.587T12 2t.863.188t.712.587l2.8 3.625l4.25 1.425q.65.2 1.025.738t.375 1.187q0 .3-.088.6t-.287.575l-2.75 3.9l.1 4.1q.025.875-.575 1.475t-1.4.6q-.05 0-.55-.075L12 19.675l-4.475 1.25q-.125.05-.275.063T6.975 21q-.8 0-1.4-.6T5 18.925l.1-4.125l-2.725-3.875q-.2-.275-.288-.575T2 9.75q0-.625.363-1.162t1.012-.763zM8.85 8.125L4 9.725L7.1 14.2L7 18.975l5-1.375l5 1.4l-.1-4.8L20 9.775l-4.85-1.65L12 4zM12 11.5"/></svg>
</template>

CSS

.icon-kid-star-outline {
  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%22m7.625%206.4l2.8-3.625q.3-.4.713-.587T12%202t.863.188t.712.587l2.8%203.625l4.25%201.425q.65.2%201.025.738t.375%201.187q0%20.3-.088.6t-.287.575l-2.75%203.9l.1%204.1q.025.875-.575%201.475t-1.4.6q-.05%200-.55-.075L12%2019.675l-4.475%201.25q-.125.05-.275.063T6.975%2021q-.8%200-1.4-.6T5%2018.925l.1-4.125l-2.725-3.875q-.2-.275-.288-.575T2%209.75q0-.625.363-1.162t1.012-.763zM8.85%208.125L4%209.725L7.1%2014.2L7%2018.975l5-1.375l5%201.4l-.1-4.8L20%209.775l-4.85-1.65L12%204zM12%2011.5%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%22m7.625%206.4l2.8-3.625q.3-.4.713-.587T12%202t.863.188t.712.587l2.8%203.625l4.25%201.425q.65.2%201.025.738t.375%201.187q0%20.3-.088.6t-.287.575l-2.75%203.9l.1%204.1q.025.875-.575%201.475t-1.4.6q-.05%200-.55-.075L12%2019.675l-4.475%201.25q-.125.05-.275.063T6.975%2021q-.8%200-1.4-.6T5%2018.925l.1-4.125l-2.725-3.875q-.2-.275-.288-.575T2%209.75q0-.625.363-1.162t1.012-.763zM8.85%208.125L4%209.725L7.1%2014.2L7%2018.975l5-1.375l5%201.4l-.1-4.8L20%209.775l-4.85-1.65L12%204zM12%2011.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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