puzzle piece shield icon
puzzle-piece-shield-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- puzzle-piece-shield-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the puzzle piece shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 2a2.25 2.25 0 0 1 2.236 2H15.5A1.5 1.5 0 0 1 17 5.5v3.25h-1.75a1.25 1.25 0 0 0 0 2.5H17v3.25a1.5 1.5 0 0 1-1.5 1.5h-2.264a2.25 2.25 0 0 1-4.472 0H6.5A1.5 1.5 0 0 1 5 14.5v-3.595l.087.032c.27.084.557.085.828 0l.085-.03V14.5a.5.5 0 0 0 .5.5h3.25v.75a1.25 1.25 0 0 0 2.5 0V15h3.25a.5.5 0 0 0 .5-.5v-2.25h-.75a2.25 2.25 0 0 1 0-4.5H16V5.5a.5.5 0 0 0-.5-.5h-3.25v-.75a1.25 1.25 0 0 0-2.277-.712a1.38 1.38 0 0 0-.57-.87A2.24 2.24 0 0 1 11 2m-5.88-.037a.574.574 0 0 1 .76 0c.509.484 1.484 1.254 2.683 1.412c.24.031.437.212.437.437v2.112c0 2.838-2.784 3.869-3.386 4.058a.37.37 0 0 1-.227 0C4.785 9.792 2 8.762 2 5.924V3.812c0-.225.197-.406.437-.437c1.199-.158 2.174-.928 2.682-1.412"/></svg>
React
import type { SVGProps } from "react";
export function FluentPuzzlePieceShield20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 2a2.25 2.25 0 0 1 2.236 2H15.5A1.5 1.5 0 0 1 17 5.5v3.25h-1.75a1.25 1.25 0 0 0 0 2.5H17v3.25a1.5 1.5 0 0 1-1.5 1.5h-2.264a2.25 2.25 0 0 1-4.472 0H6.5A1.5 1.5 0 0 1 5 14.5v-3.595l.087.032c.27.084.557.085.828 0l.085-.03V14.5a.5.5 0 0 0 .5.5h3.25v.75a1.25 1.25 0 0 0 2.5 0V15h3.25a.5.5 0 0 0 .5-.5v-2.25h-.75a2.25 2.25 0 0 1 0-4.5H16V5.5a.5.5 0 0 0-.5-.5h-3.25v-.75a1.25 1.25 0 0 0-2.277-.712a1.38 1.38 0 0 0-.57-.87A2.24 2.24 0 0 1 11 2m-5.88-.037a.574.574 0 0 1 .76 0c.509.484 1.484 1.254 2.683 1.412c.24.031.437.212.437.437v2.112c0 2.838-2.784 3.869-3.386 4.058a.37.37 0 0 1-.227 0C4.785 9.792 2 8.762 2 5.924V3.812c0-.225.197-.406.437-.437c1.199-.158 2.174-.928 2.682-1.412"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 2a2.25 2.25 0 0 1 2.236 2H15.5A1.5 1.5 0 0 1 17 5.5v3.25h-1.75a1.25 1.25 0 0 0 0 2.5H17v3.25a1.5 1.5 0 0 1-1.5 1.5h-2.264a2.25 2.25 0 0 1-4.472 0H6.5A1.5 1.5 0 0 1 5 14.5v-3.595l.087.032c.27.084.557.085.828 0l.085-.03V14.5a.5.5 0 0 0 .5.5h3.25v.75a1.25 1.25 0 0 0 2.5 0V15h3.25a.5.5 0 0 0 .5-.5v-2.25h-.75a2.25 2.25 0 0 1 0-4.5H16V5.5a.5.5 0 0 0-.5-.5h-3.25v-.75a1.25 1.25 0 0 0-2.277-.712a1.38 1.38 0 0 0-.57-.87A2.24 2.24 0 0 1 11 2m-5.88-.037a.574.574 0 0 1 .76 0c.509.484 1.484 1.254 2.683 1.412c.24.031.437.212.437.437v2.112c0 2.838-2.784 3.869-3.386 4.058a.37.37 0 0 1-.227 0C4.785 9.792 2 8.762 2 5.924V3.812c0-.225.197-.406.437-.437c1.199-.158 2.174-.928 2.682-1.412"/></svg> </template>
CSS
.icon-puzzle-piece-shield-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202a2.25%202.25%200%200%201%202.236%202H15.5A1.5%201.5%200%200%201%2017%205.5v3.25h-1.75a1.25%201.25%200%200%200%200%202.5H17v3.25a1.5%201.5%200%200%201-1.5%201.5h-2.264a2.25%202.25%200%200%201-4.472%200H6.5A1.5%201.5%200%200%201%205%2014.5v-3.595l.087.032c.27.084.557.085.828%200l.085-.03V14.5a.5.5%200%200%200%20.5.5h3.25v.75a1.25%201.25%200%200%200%202.5%200V15h3.25a.5.5%200%200%200%20.5-.5v-2.25h-.75a2.25%202.25%200%200%201%200-4.5H16V5.5a.5.5%200%200%200-.5-.5h-3.25v-.75a1.25%201.25%200%200%200-2.277-.712a1.38%201.38%200%200%200-.57-.87A2.24%202.24%200%200%201%2011%202m-5.88-.037a.574.574%200%200%201%20.76%200c.509.484%201.484%201.254%202.683%201.412c.24.031.437.212.437.437v2.112c0%202.838-2.784%203.869-3.386%204.058a.37.37%200%200%201-.227%200C4.785%209.792%202%208.762%202%205.924V3.812c0-.225.197-.406.437-.437c1.199-.158%202.174-.928%202.682-1.412%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202a2.25%202.25%200%200%201%202.236%202H15.5A1.5%201.5%200%200%201%2017%205.5v3.25h-1.75a1.25%201.25%200%200%200%200%202.5H17v3.25a1.5%201.5%200%200%201-1.5%201.5h-2.264a2.25%202.25%200%200%201-4.472%200H6.5A1.5%201.5%200%200%201%205%2014.5v-3.595l.087.032c.27.084.557.085.828%200l.085-.03V14.5a.5.5%200%200%200%20.5.5h3.25v.75a1.25%201.25%200%200%200%202.5%200V15h3.25a.5.5%200%200%200%20.5-.5v-2.25h-.75a2.25%202.25%200%200%201%200-4.5H16V5.5a.5.5%200%200%200-.5-.5h-3.25v-.75a1.25%201.25%200%200%200-2.277-.712a1.38%201.38%200%200%200-.57-.87A2.24%202.24%200%200%201%2011%202m-5.88-.037a.574.574%200%200%201%20.76%200c.509.484%201.484%201.254%202.683%201.412c.24.031.437.212.437.437v2.112c0%202.838-2.784%203.869-3.386%204.058a.37.37%200%200%201-.227%200C4.785%209.792%202%208.762%202%205.924V3.812c0-.225.197-.406.437-.437c1.199-.158%202.174-.928%202.682-1.412%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/puzzle-piece-shield-20-regular.svg?color=%231a73e8&size=48