shield star icon
shield-star-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- shield-star-thin
- Set
- Phosphor
- Style
- Thin
- 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="M171.71 118.51a4 4 0 0 1-2.22 5.2l-35.16 14.07l20.87 27.82a4 4 0 1 1-6.4 4.8L128 142.67l-20.8 27.73a4 4 0 0 1-6.4-4.8l20.87-27.82l-35.16-14.07a4 4 0 1 1 3-7.42l34.49 13.8V96a4 4 0 0 1 8 0v34.09l34.51-13.8a4 4 0 0 1 5.2 2.22M220 56v56c0 51.16-24.73 82.12-45.47 99.1c-22.4 18.32-44.55 24.5-45.48 24.76a4 4 0 0 1-2.1 0c-.93-.26-23.08-6.44-45.48-24.76C60.73 194.12 36 163.16 36 112V56a12 12 0 0 1 12-12h160a12 12 0 0 1 12 12m-8 0a4 4 0 0 0-4-4H48a4 4 0 0 0-4 4v56c0 38.44 14.23 69.63 42.29 92.71A132.2 132.2 0 0 0 128 227.82a132.5 132.5 0 0 0 41.71-23.11C197.77 181.63 212 150.44 212 112Z"/></svg>
React
import type { SVGProps } from "react";
export function PhShieldStarThin(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="M171.71 118.51a4 4 0 0 1-2.22 5.2l-35.16 14.07l20.87 27.82a4 4 0 1 1-6.4 4.8L128 142.67l-20.8 27.73a4 4 0 0 1-6.4-4.8l20.87-27.82l-35.16-14.07a4 4 0 1 1 3-7.42l34.49 13.8V96a4 4 0 0 1 8 0v34.09l34.51-13.8a4 4 0 0 1 5.2 2.22M220 56v56c0 51.16-24.73 82.12-45.47 99.1c-22.4 18.32-44.55 24.5-45.48 24.76a4 4 0 0 1-2.1 0c-.93-.26-23.08-6.44-45.48-24.76C60.73 194.12 36 163.16 36 112V56a12 12 0 0 1 12-12h160a12 12 0 0 1 12 12m-8 0a4 4 0 0 0-4-4H48a4 4 0 0 0-4 4v56c0 38.44 14.23 69.63 42.29 92.71A132.2 132.2 0 0 0 128 227.82a132.5 132.5 0 0 0 41.71-23.11C197.77 181.63 212 150.44 212 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="M171.71 118.51a4 4 0 0 1-2.22 5.2l-35.16 14.07l20.87 27.82a4 4 0 1 1-6.4 4.8L128 142.67l-20.8 27.73a4 4 0 0 1-6.4-4.8l20.87-27.82l-35.16-14.07a4 4 0 1 1 3-7.42l34.49 13.8V96a4 4 0 0 1 8 0v34.09l34.51-13.8a4 4 0 0 1 5.2 2.22M220 56v56c0 51.16-24.73 82.12-45.47 99.1c-22.4 18.32-44.55 24.5-45.48 24.76a4 4 0 0 1-2.1 0c-.93-.26-23.08-6.44-45.48-24.76C60.73 194.12 36 163.16 36 112V56a12 12 0 0 1 12-12h160a12 12 0 0 1 12 12m-8 0a4 4 0 0 0-4-4H48a4 4 0 0 0-4 4v56c0 38.44 14.23 69.63 42.29 92.71A132.2 132.2 0 0 0 128 227.82a132.5 132.5 0 0 0 41.71-23.11C197.77 181.63 212 150.44 212 112Z"/></svg> </template>
CSS
.icon-shield-star-thin {
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%22M171.71%20118.51a4%204%200%200%201-2.22%205.2l-35.16%2014.07l20.87%2027.82a4%204%200%201%201-6.4%204.8L128%20142.67l-20.8%2027.73a4%204%200%200%201-6.4-4.8l20.87-27.82l-35.16-14.07a4%204%200%201%201%203-7.42l34.49%2013.8V96a4%204%200%200%201%208%200v34.09l34.51-13.8a4%204%200%200%201%205.2%202.22M220%2056v56c0%2051.16-24.73%2082.12-45.47%2099.1c-22.4%2018.32-44.55%2024.5-45.48%2024.76a4%204%200%200%201-2.1%200c-.93-.26-23.08-6.44-45.48-24.76C60.73%20194.12%2036%20163.16%2036%20112V56a12%2012%200%200%201%2012-12h160a12%2012%200%200%201%2012%2012m-8%200a4%204%200%200%200-4-4H48a4%204%200%200%200-4%204v56c0%2038.44%2014.23%2069.63%2042.29%2092.71A132.2%20132.2%200%200%200%20128%20227.82a132.5%20132.5%200%200%200%2041.71-23.11C197.77%20181.63%20212%20150.44%20212%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%22M171.71%20118.51a4%204%200%200%201-2.22%205.2l-35.16%2014.07l20.87%2027.82a4%204%200%201%201-6.4%204.8L128%20142.67l-20.8%2027.73a4%204%200%200%201-6.4-4.8l20.87-27.82l-35.16-14.07a4%204%200%201%201%203-7.42l34.49%2013.8V96a4%204%200%200%201%208%200v34.09l34.51-13.8a4%204%200%200%201%205.2%202.22M220%2056v56c0%2051.16-24.73%2082.12-45.47%2099.1c-22.4%2018.32-44.55%2024.5-45.48%2024.76a4%204%200%200%201-2.1%200c-.93-.26-23.08-6.44-45.48-24.76C60.73%20194.12%2036%20163.16%2036%20112V56a12%2012%200%200%201%2012-12h160a12%2012%200%200%201%2012%2012m-8%200a4%204%200%200%200-4-4H48a4%204%200%200%200-4%204v56c0%2038.44%2014.23%2069.63%2042.29%2092.71A132.2%20132.2%200%200%200%20128%20227.82a132.5%20132.5%200%200%200%2041.71-23.11C197.77%20181.63%20212%20150.44%20212%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-thin.svg?color=%231a73e8&size=48