shield icon
shield from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- shield
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
shieldAkar IconsshieldBootstrap IconsshieldBoxIcons v2shieldBoxIcons v2 SolidshieldCodiconsshieldEmoji One (Colored)shield-fillEva IconsshieldFramework7 IconsshieldFont Awesome 6 SolidshieldFont Awesome SolidshieldFeather Iconsshield-outlineFlowbite Iconsshield-12-filledFluent UI System Iconsshield-16Fluent UI System Color IconsshieldFluent EmojishieldFluent Emoji FlatshieldFluent Emoji High Contrastshieldcss.ggshieldHumbleiconsshieldIconParkshieldIconPark OutlineshieldIconPark SolidshieldIconPark TwoToneshieldIconoir
Related icons in Majesticons
Use the shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.707 2.293a1 1 0 0 0-1.414 0c-.81.81-1.973 1.29-3.183 1.54c-1.202.248-2.347.246-3 .173A1 1 0 0 0 4 5v9c0 1.3.568 2.449 1.304 3.395c.738.948 1.697 1.763 2.615 2.419a22 22 0 0 0 3.66 2.093l.018.008l.006.003h.003a1 1 0 0 0 .788.001L12 21c.394.92.395.919.395.919l.002-.001l.005-.003l.02-.008l.065-.029a22 22 0 0 0 1.07-.523a22 22 0 0 0 2.524-1.541c.918-.656 1.877-1.47 2.615-2.419C19.432 16.45 20 15.3 20 14V5a1 1 0 0 0-1.11-.994c-.653.073-1.798.075-3-.173c-1.21-.25-2.373-.73-3.183-1.54M12 21l-.394.919z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MajesticonsShield(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12.707 2.293a1 1 0 0 0-1.414 0c-.81.81-1.973 1.29-3.183 1.54c-1.202.248-2.347.246-3 .173A1 1 0 0 0 4 5v9c0 1.3.568 2.449 1.304 3.395c.738.948 1.697 1.763 2.615 2.419a22 22 0 0 0 3.66 2.093l.018.008l.006.003h.003a1 1 0 0 0 .788.001L12 21c.394.92.395.919.395.919l.002-.001l.005-.003l.02-.008l.065-.029a22 22 0 0 0 1.07-.523a22 22 0 0 0 2.524-1.541c.918-.656 1.877-1.47 2.615-2.419C19.432 16.45 20 15.3 20 14V5a1 1 0 0 0-1.11-.994c-.653.073-1.798.075-3-.173c-1.21-.25-2.373-.73-3.183-1.54M12 21l-.394.919z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.707 2.293a1 1 0 0 0-1.414 0c-.81.81-1.973 1.29-3.183 1.54c-1.202.248-2.347.246-3 .173A1 1 0 0 0 4 5v9c0 1.3.568 2.449 1.304 3.395c.738.948 1.697 1.763 2.615 2.419a22 22 0 0 0 3.66 2.093l.018.008l.006.003h.003a1 1 0 0 0 .788.001L12 21c.394.92.395.919.395.919l.002-.001l.005-.003l.02-.008l.065-.029a22 22 0 0 0 1.07-.523a22 22 0 0 0 2.524-1.541c.918-.656 1.877-1.47 2.615-2.419C19.432 16.45 20 15.3 20 14V5a1 1 0 0 0-1.11-.994c-.653.073-1.798.075-3-.173c-1.21-.25-2.373-.73-3.183-1.54M12 21l-.394.919z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-shield {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.707%202.293a1%201%200%200%200-1.414%200c-.81.81-1.973%201.29-3.183%201.54c-1.202.248-2.347.246-3%20.173A1%201%200%200%200%204%205v9c0%201.3.568%202.449%201.304%203.395c.738.948%201.697%201.763%202.615%202.419a22%2022%200%200%200%203.66%202.093l.018.008l.006.003h.003a1%201%200%200%200%20.788.001L12%2021c.394.92.395.919.395.919l.002-.001l.005-.003l.02-.008l.065-.029a22%2022%200%200%200%201.07-.523a22%2022%200%200%200%202.524-1.541c.918-.656%201.877-1.47%202.615-2.419C19.432%2016.45%2020%2015.3%2020%2014V5a1%201%200%200%200-1.11-.994c-.653.073-1.798.075-3-.173c-1.21-.25-2.373-.73-3.183-1.54M12%2021l-.394.919z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.707%202.293a1%201%200%200%200-1.414%200c-.81.81-1.973%201.29-3.183%201.54c-1.202.248-2.347.246-3%20.173A1%201%200%200%200%204%205v9c0%201.3.568%202.449%201.304%203.395c.738.948%201.697%201.763%202.615%202.419a22%2022%200%200%200%203.66%202.093l.018.008l.006.003h.003a1%201%200%200%200%20.788.001L12%2021c.394.92.395.919.395.919l.002-.001l.005-.003l.02-.008l.065-.029a22%2022%200%200%200%201.07-.523a22%2022%200%200%200%202.524-1.541c.918-.656%201.877-1.47%202.615-2.419C19.432%2016.45%2020%2015.3%2020%2014V5a1%201%200%200%200-1.11-.994c-.653.073-1.798.075-3-.173c-1.21-.25-2.373-.73-3.183-1.54M12%2021l-.394.919z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/shield.svg?color=%231a73e8&size=48