shield key icon
shield-key-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- shield-key-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline Icons
Use the shield key icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M21 5.3088L21 15.778C21 15.9994 20.9265 16.2146 20.7911 16.3897L19.4031 18.1846C18.148 19.8076 16.0328 21.7411 13.1746 22.7912C12.4724 23.0492 11.5276 23.0492 10.8253 22.7911C7.9672 21.7411 5.852 19.8076 4.5969 18.1846L3.2089 16.3895C3.0735 16.2143 3 15.9992 3 15.7778L3 5.3088C3 4.8021 3.379 4.3755 3.8821 4.3158L5.0646 4.1754C7.4767 3.8892 9.2001 2.7495 10.3279 1.6554C11.1316 0.8756 12.8684 0.8756 13.6721 1.6554C14.7999 2.7495 16.5233 3.8892 18.9353 4.1754L20.1179 4.3158C20.621 4.3755 21 4.8021 21 5.3088Z" stroke="none"/><path d="M14 9.5C14 10.6046 13.1046 11.5 12 11.5C10.8954 11.5 10 10.6046 10 9.5C10 8.3954 10.8954 7.5 12 7.5C13.1046 7.5 14 8.3954 14 9.5ZM12 11.5L12 18.5M12 15.5L15 15.5"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsShieldKeySharpDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M21 5.3088L21 15.778C21 15.9994 20.9265 16.2146 20.7911 16.3897L19.4031 18.1846C18.148 19.8076 16.0328 21.7411 13.1746 22.7912C12.4724 23.0492 11.5276 23.0492 10.8253 22.7911C7.9672 21.7411 5.852 19.8076 4.5969 18.1846L3.2089 16.3895C3.0735 16.2143 3 15.9992 3 15.7778L3 5.3088C3 4.8021 3.379 4.3755 3.8821 4.3158L5.0646 4.1754C7.4767 3.8892 9.2001 2.7495 10.3279 1.6554C11.1316 0.8756 12.8684 0.8756 13.6721 1.6554C14.7999 2.7495 16.5233 3.8892 18.9353 4.1754L20.1179 4.3158C20.621 4.3755 21 4.8021 21 5.3088Z" stroke="none"/><path d="M14 9.5C14 10.6046 13.1046 11.5 12 11.5C10.8954 11.5 10 10.6046 10 9.5C10 8.3954 10.8954 7.5 12 7.5C13.1046 7.5 14 8.3954 14 9.5ZM12 11.5L12 18.5M12 15.5L15 15.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M21 5.3088L21 15.778C21 15.9994 20.9265 16.2146 20.7911 16.3897L19.4031 18.1846C18.148 19.8076 16.0328 21.7411 13.1746 22.7912C12.4724 23.0492 11.5276 23.0492 10.8253 22.7911C7.9672 21.7411 5.852 19.8076 4.5969 18.1846L3.2089 16.3895C3.0735 16.2143 3 15.9992 3 15.7778L3 5.3088C3 4.8021 3.379 4.3755 3.8821 4.3158L5.0646 4.1754C7.4767 3.8892 9.2001 2.7495 10.3279 1.6554C11.1316 0.8756 12.8684 0.8756 13.6721 1.6554C14.7999 2.7495 16.5233 3.8892 18.9353 4.1754L20.1179 4.3158C20.621 4.3755 21 4.8021 21 5.3088Z" stroke="none"/><path d="M14 9.5C14 10.6046 13.1046 11.5 12 11.5C10.8954 11.5 10 10.6046 10 9.5C10 8.3954 10.8954 7.5 12 7.5C13.1046 7.5 14 8.3954 14 9.5ZM12 11.5L12 18.5M12 15.5L15 15.5"/></g></svg> </template>
CSS
.icon-shield-key-sharp-duotone {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M21%205.3088L21%2015.778C21%2015.9994%2020.9265%2016.2146%2020.7911%2016.3897L19.4031%2018.1846C18.148%2019.8076%2016.0328%2021.7411%2013.1746%2022.7912C12.4724%2023.0492%2011.5276%2023.0492%2010.8253%2022.7911C7.9672%2021.7411%205.852%2019.8076%204.5969%2018.1846L3.2089%2016.3895C3.0735%2016.2143%203%2015.9992%203%2015.7778L3%205.3088C3%204.8021%203.379%204.3755%203.8821%204.3158L5.0646%204.1754C7.4767%203.8892%209.2001%202.7495%2010.3279%201.6554C11.1316%200.8756%2012.8684%200.8756%2013.6721%201.6554C14.7999%202.7495%2016.5233%203.8892%2018.9353%204.1754L20.1179%204.3158C20.621%204.3755%2021%204.8021%2021%205.3088Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M14%209.5C14%2010.6046%2013.1046%2011.5%2012%2011.5C10.8954%2011.5%2010%2010.6046%2010%209.5C10%208.3954%2010.8954%207.5%2012%207.5C13.1046%207.5%2014%208.3954%2014%209.5ZM12%2011.5L12%2018.5M12%2015.5L15%2015.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M21%205.3088L21%2015.778C21%2015.9994%2020.9265%2016.2146%2020.7911%2016.3897L19.4031%2018.1846C18.148%2019.8076%2016.0328%2021.7411%2013.1746%2022.7912C12.4724%2023.0492%2011.5276%2023.0492%2010.8253%2022.7911C7.9672%2021.7411%205.852%2019.8076%204.5969%2018.1846L3.2089%2016.3895C3.0735%2016.2143%203%2015.9992%203%2015.7778L3%205.3088C3%204.8021%203.379%204.3755%203.8821%204.3158L5.0646%204.1754C7.4767%203.8892%209.2001%202.7495%2010.3279%201.6554C11.1316%200.8756%2012.8684%200.8756%2013.6721%201.6554C14.7999%202.7495%2016.5233%203.8892%2018.9353%204.1754L20.1179%204.3158C20.621%204.3755%2021%204.8021%2021%205.3088Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M14%209.5C14%2010.6046%2013.1046%2011.5%2012%2011.5C10.8954%2011.5%2010%2010.6046%2010%209.5C10%208.3954%2010.8954%207.5%2012%207.5C13.1046%207.5%2014%208.3954%2014%209.5ZM12%2011.5L12%2018.5M12%2015.5L15%2015.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/shield-key-sharp-duotone.svg?color=%231a73e8&size=48