shield star icon

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

Name
shield-star-bold
Set
Phosphor
Style
Bold
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="M76.86 115.54a12 12 0 0 1 15.6-6.68l23.54 9.42V96a12 12 0 0 1 24 0v22.28l23.54-9.42a12 12 0 0 1 8.92 22.28L147 141.33l14.6 19.47a12 12 0 1 1-19.2 14.4L128 156l-14.4 19.2a12 12 0 1 1-19.2-14.4l14.6-19.47l-25.46-10.19a12 12 0 0 1-6.68-15.6M228 56v56c0 54.29-26.32 87.22-48.4 105.29c-23.71 19.39-47.44 26-48.44 26.29a12.1 12.1 0 0 1-6.32 0c-1-.28-24.73-6.9-48.44-26.29C54.32 199.22 28 166.29 28 112V56a20 20 0 0 1 20-20h160a20 20 0 0 1 20 20m-24 4H52v52c0 35.71 13.09 64.69 38.91 86.15A126.1 126.1 0 0 0 128 219.38a126.3 126.3 0 0 0 37.09-21.23C190.91 176.69 204 147.71 204 112Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShieldStarBold(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="M76.86 115.54a12 12 0 0 1 15.6-6.68l23.54 9.42V96a12 12 0 0 1 24 0v22.28l23.54-9.42a12 12 0 0 1 8.92 22.28L147 141.33l14.6 19.47a12 12 0 1 1-19.2 14.4L128 156l-14.4 19.2a12 12 0 1 1-19.2-14.4l14.6-19.47l-25.46-10.19a12 12 0 0 1-6.68-15.6M228 56v56c0 54.29-26.32 87.22-48.4 105.29c-23.71 19.39-47.44 26-48.44 26.29a12.1 12.1 0 0 1-6.32 0c-1-.28-24.73-6.9-48.44-26.29C54.32 199.22 28 166.29 28 112V56a20 20 0 0 1 20-20h160a20 20 0 0 1 20 20m-24 4H52v52c0 35.71 13.09 64.69 38.91 86.15A126.1 126.1 0 0 0 128 219.38a126.3 126.3 0 0 0 37.09-21.23C190.91 176.69 204 147.71 204 112Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M76.86 115.54a12 12 0 0 1 15.6-6.68l23.54 9.42V96a12 12 0 0 1 24 0v22.28l23.54-9.42a12 12 0 0 1 8.92 22.28L147 141.33l14.6 19.47a12 12 0 1 1-19.2 14.4L128 156l-14.4 19.2a12 12 0 1 1-19.2-14.4l14.6-19.47l-25.46-10.19a12 12 0 0 1-6.68-15.6M228 56v56c0 54.29-26.32 87.22-48.4 105.29c-23.71 19.39-47.44 26-48.44 26.29a12.1 12.1 0 0 1-6.32 0c-1-.28-24.73-6.9-48.44-26.29C54.32 199.22 28 166.29 28 112V56a20 20 0 0 1 20-20h160a20 20 0 0 1 20 20m-24 4H52v52c0 35.71 13.09 64.69 38.91 86.15A126.1 126.1 0 0 0 128 219.38a126.3 126.3 0 0 0 37.09-21.23C190.91 176.69 204 147.71 204 112Z"/></svg>
</template>

CSS

.icon-shield-star-bold {
  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%22M76.86%20115.54a12%2012%200%200%201%2015.6-6.68l23.54%209.42V96a12%2012%200%200%201%2024%200v22.28l23.54-9.42a12%2012%200%200%201%208.92%2022.28L147%20141.33l14.6%2019.47a12%2012%200%201%201-19.2%2014.4L128%20156l-14.4%2019.2a12%2012%200%201%201-19.2-14.4l14.6-19.47l-25.46-10.19a12%2012%200%200%201-6.68-15.6M228%2056v56c0%2054.29-26.32%2087.22-48.4%20105.29c-23.71%2019.39-47.44%2026-48.44%2026.29a12.1%2012.1%200%200%201-6.32%200c-1-.28-24.73-6.9-48.44-26.29C54.32%20199.22%2028%20166.29%2028%20112V56a20%2020%200%200%201%2020-20h160a20%2020%200%200%201%2020%2020m-24%204H52v52c0%2035.71%2013.09%2064.69%2038.91%2086.15A126.1%20126.1%200%200%200%20128%20219.38a126.3%20126.3%200%200%200%2037.09-21.23C190.91%20176.69%20204%20147.71%20204%20112Z%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%22M76.86%20115.54a12%2012%200%200%201%2015.6-6.68l23.54%209.42V96a12%2012%200%200%201%2024%200v22.28l23.54-9.42a12%2012%200%200%201%208.92%2022.28L147%20141.33l14.6%2019.47a12%2012%200%201%201-19.2%2014.4L128%20156l-14.4%2019.2a12%2012%200%201%201-19.2-14.4l14.6-19.47l-25.46-10.19a12%2012%200%200%201-6.68-15.6M228%2056v56c0%2054.29-26.32%2087.22-48.4%20105.29c-23.71%2019.39-47.44%2026-48.44%2026.29a12.1%2012.1%200%200%201-6.32%200c-1-.28-24.73-6.9-48.44-26.29C54.32%20199.22%2028%20166.29%2028%20112V56a20%2020%200%200%201%2020-20h160a20%2020%200%200%201%2020%2020m-24%204H52v52c0%2035.71%2013.09%2064.69%2038.91%2086.15A126.1%20126.1%200%200%200%20128%20219.38a126.3%20126.3%200%200%200%2037.09-21.23C190.91%20176.69%20204%20147.71%20204%20112Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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