shield star icon

shield-star-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
shield-star-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the shield star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 40H48a16 16 0 0 0-16 16v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.27 47 25.53a8 8 0 0 0 4.2 0c1-.26 23.91-6.67 47-25.53C198.48 196.67 224 164.72 224 112V56a16 16 0 0 0-16-16m-37 87.43l-30.31 12.12l17.71 23.65a8 8 0 1 1-12.8 9.6L128 149.33l-17.6 23.47a8 8 0 1 1-12.8-9.6l17.74-23.65L85 127.43a8 8 0 1 1 6-14.86l29 11.61V96a8 8 0 0 1 16 0v28.18l29-11.61a8 8 0 1 1 6 14.86"/></svg>

React

import type { SVGProps } from "react";

export function PhShieldStarFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 40H48a16 16 0 0 0-16 16v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.27 47 25.53a8 8 0 0 0 4.2 0c1-.26 23.91-6.67 47-25.53C198.48 196.67 224 164.72 224 112V56a16 16 0 0 0-16-16m-37 87.43l-30.31 12.12l17.71 23.65a8 8 0 1 1-12.8 9.6L128 149.33l-17.6 23.47a8 8 0 1 1-12.8-9.6l17.74-23.65L85 127.43a8 8 0 1 1 6-14.86l29 11.61V96a8 8 0 0 1 16 0v28.18l29-11.61a8 8 0 1 1 6 14.86"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 40H48a16 16 0 0 0-16 16v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.27 47 25.53a8 8 0 0 0 4.2 0c1-.26 23.91-6.67 47-25.53C198.48 196.67 224 164.72 224 112V56a16 16 0 0 0-16-16m-37 87.43l-30.31 12.12l17.71 23.65a8 8 0 1 1-12.8 9.6L128 149.33l-17.6 23.47a8 8 0 1 1-12.8-9.6l17.74-23.65L85 127.43a8 8 0 1 1 6-14.86l29 11.61V96a8 8 0 0 1 16 0v28.18l29-11.61a8 8 0 1 1 6 14.86"/></svg>
</template>

CSS

.icon-shield-star-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2040H48a16%2016%200%200%200-16%2016v56c0%2052.72%2025.52%2084.67%2046.93%20102.19c23.06%2018.86%2046%2025.27%2047%2025.53a8%208%200%200%200%204.2%200c1-.26%2023.91-6.67%2047-25.53C198.48%20196.67%20224%20164.72%20224%20112V56a16%2016%200%200%200-16-16m-37%2087.43l-30.31%2012.12l17.71%2023.65a8%208%200%201%201-12.8%209.6L128%20149.33l-17.6%2023.47a8%208%200%201%201-12.8-9.6l17.74-23.65L85%20127.43a8%208%200%201%201%206-14.86l29%2011.61V96a8%208%200%200%201%2016%200v28.18l29-11.61a8%208%200%201%201%206%2014.86%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2040H48a16%2016%200%200%200-16%2016v56c0%2052.72%2025.52%2084.67%2046.93%20102.19c23.06%2018.86%2046%2025.27%2047%2025.53a8%208%200%200%200%204.2%200c1-.26%2023.91-6.67%2047-25.53C198.48%20196.67%20224%20164.72%20224%20112V56a16%2016%200%200%200-16-16m-37%2087.43l-30.31%2012.12l17.71%2023.65a8%208%200%201%201-12.8%209.6L128%20149.33l-17.6%2023.47a8%208%200%201%201-12.8-9.6l17.74-23.65L85%20127.43a8%208%200%201%201%206-14.86l29%2011.61V96a8%208%200%200%201%2016%200v28.18l29-11.61a8%208%200%201%201%206%2014.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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