shield star icon
shield-star-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- shield-star-light
- Set
- Phosphor
- Style
- Light
- 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="M173.57 117.77a6 6 0 0 1-3.34 7.8l-32.73 13.09l19.3 25.74a6 6 0 0 1-9.6 7.2L128 146l-19.2 25.6a6 6 0 1 1-9.6-7.2l19.3-25.74l-32.73-13.09a6 6 0 0 1 4.46-11.14L122 127.14V96a6 6 0 0 1 12 0v31.14l31.77-12.71a6 6 0 0 1 7.8 3.34M222 56v56c0 51.94-25.12 83.4-46.2 100.64c-22.73 18.6-45.27 24.89-46.22 25.15a6 6 0 0 1-3.16 0c-1-.26-23.49-6.55-46.22-25.15C59.12 195.4 34 163.94 34 112V56a14 14 0 0 1 14-14h160a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H48a2 2 0 0 0-2 2v56c0 37.75 13.94 68.39 41.44 91.06A131 131 0 0 0 128 225.72a131.2 131.2 0 0 0 40.56-22.66C196.06 180.39 210 149.75 210 112Z"/></svg>
React
import type { SVGProps } from "react";
export function PhShieldStarLight(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="M173.57 117.77a6 6 0 0 1-3.34 7.8l-32.73 13.09l19.3 25.74a6 6 0 0 1-9.6 7.2L128 146l-19.2 25.6a6 6 0 1 1-9.6-7.2l19.3-25.74l-32.73-13.09a6 6 0 0 1 4.46-11.14L122 127.14V96a6 6 0 0 1 12 0v31.14l31.77-12.71a6 6 0 0 1 7.8 3.34M222 56v56c0 51.94-25.12 83.4-46.2 100.64c-22.73 18.6-45.27 24.89-46.22 25.15a6 6 0 0 1-3.16 0c-1-.26-23.49-6.55-46.22-25.15C59.12 195.4 34 163.94 34 112V56a14 14 0 0 1 14-14h160a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H48a2 2 0 0 0-2 2v56c0 37.75 13.94 68.39 41.44 91.06A131 131 0 0 0 128 225.72a131.2 131.2 0 0 0 40.56-22.66C196.06 180.39 210 149.75 210 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="M173.57 117.77a6 6 0 0 1-3.34 7.8l-32.73 13.09l19.3 25.74a6 6 0 0 1-9.6 7.2L128 146l-19.2 25.6a6 6 0 1 1-9.6-7.2l19.3-25.74l-32.73-13.09a6 6 0 0 1 4.46-11.14L122 127.14V96a6 6 0 0 1 12 0v31.14l31.77-12.71a6 6 0 0 1 7.8 3.34M222 56v56c0 51.94-25.12 83.4-46.2 100.64c-22.73 18.6-45.27 24.89-46.22 25.15a6 6 0 0 1-3.16 0c-1-.26-23.49-6.55-46.22-25.15C59.12 195.4 34 163.94 34 112V56a14 14 0 0 1 14-14h160a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H48a2 2 0 0 0-2 2v56c0 37.75 13.94 68.39 41.44 91.06A131 131 0 0 0 128 225.72a131.2 131.2 0 0 0 40.56-22.66C196.06 180.39 210 149.75 210 112Z"/></svg> </template>
CSS
.icon-shield-star-light {
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%22M173.57%20117.77a6%206%200%200%201-3.34%207.8l-32.73%2013.09l19.3%2025.74a6%206%200%200%201-9.6%207.2L128%20146l-19.2%2025.6a6%206%200%201%201-9.6-7.2l19.3-25.74l-32.73-13.09a6%206%200%200%201%204.46-11.14L122%20127.14V96a6%206%200%200%201%2012%200v31.14l31.77-12.71a6%206%200%200%201%207.8%203.34M222%2056v56c0%2051.94-25.12%2083.4-46.2%20100.64c-22.73%2018.6-45.27%2024.89-46.22%2025.15a6%206%200%200%201-3.16%200c-1-.26-23.49-6.55-46.22-25.15C59.12%20195.4%2034%20163.94%2034%20112V56a14%2014%200%200%201%2014-14h160a14%2014%200%200%201%2014%2014m-12%200a2%202%200%200%200-2-2H48a2%202%200%200%200-2%202v56c0%2037.75%2013.94%2068.39%2041.44%2091.06A131%20131%200%200%200%20128%20225.72a131.2%20131.2%200%200%200%2040.56-22.66C196.06%20180.39%20210%20149.75%20210%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%22M173.57%20117.77a6%206%200%200%201-3.34%207.8l-32.73%2013.09l19.3%2025.74a6%206%200%200%201-9.6%207.2L128%20146l-19.2%2025.6a6%206%200%201%201-9.6-7.2l19.3-25.74l-32.73-13.09a6%206%200%200%201%204.46-11.14L122%20127.14V96a6%206%200%200%201%2012%200v31.14l31.77-12.71a6%206%200%200%201%207.8%203.34M222%2056v56c0%2051.94-25.12%2083.4-46.2%20100.64c-22.73%2018.6-45.27%2024.89-46.22%2025.15a6%206%200%200%201-3.16%200c-1-.26-23.49-6.55-46.22-25.15C59.12%20195.4%2034%20163.94%2034%20112V56a14%2014%200%200%201%2014-14h160a14%2014%200%200%201%2014%2014m-12%200a2%202%200%200%200-2-2H48a2%202%200%200%200-2%202v56c0%2037.75%2013.94%2068.39%2041.44%2091.06A131%20131%200%200%200%20128%20225.72a131.2%20131.2%200%200%200%2040.56-22.66C196.06%20180.39%20210%20149.75%20210%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-light.svg?color=%231a73e8&size=48