shield icon
shield-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- shield-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
2 other variants in Octicons
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 Octicons
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" d="M13 15.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-.25-8.25a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0z"/><path fill="currentColor" d="M11.46.637a1.75 1.75 0 0 1 1.08 0l8.25 2.675A1.75 1.75 0 0 1 22 4.976V10c0 6.19-3.77 10.705-9.401 12.83a1.7 1.7 0 0 1-1.198 0C5.771 20.704 2 16.19 2 10V4.976c0-.76.49-1.43 1.21-1.664Zm.617 1.426a.25.25 0 0 0-.154 0L3.673 4.74a.25.25 0 0 0-.173.237V10c0 5.461 3.28 9.483 8.43 11.426a.2.2 0 0 0 .14 0C17.22 19.483 20.5 15.46 20.5 10V4.976a.25.25 0 0 0-.173-.237Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonShield24(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" d="M13 15.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-.25-8.25a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0z"/><path fill="currentColor" d="M11.46.637a1.75 1.75 0 0 1 1.08 0l8.25 2.675A1.75 1.75 0 0 1 22 4.976V10c0 6.19-3.77 10.705-9.401 12.83a1.7 1.7 0 0 1-1.198 0C5.771 20.704 2 16.19 2 10V4.976c0-.76.49-1.43 1.21-1.664Zm.617 1.426a.25.25 0 0 0-.154 0L3.673 4.74a.25.25 0 0 0-.173.237V10c0 5.461 3.28 9.483 8.43 11.426a.2.2 0 0 0 .14 0C17.22 19.483 20.5 15.46 20.5 10V4.976a.25.25 0 0 0-.173-.237Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 15.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-.25-8.25a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0z"/><path fill="currentColor" d="M11.46.637a1.75 1.75 0 0 1 1.08 0l8.25 2.675A1.75 1.75 0 0 1 22 4.976V10c0 6.19-3.77 10.705-9.401 12.83a1.7 1.7 0 0 1-1.198 0C5.771 20.704 2 16.19 2 10V4.976c0-.76.49-1.43 1.21-1.664Zm.617 1.426a.25.25 0 0 0-.154 0L3.673 4.74a.25.25 0 0 0-.173.237V10c0 5.461 3.28 9.483 8.43 11.426a.2.2 0 0 0 .14 0C17.22 19.483 20.5 15.46 20.5 10V4.976a.25.25 0 0 0-.173-.237Z"/></svg> </template>
CSS
.icon-shield-24 {
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%20d%3D%22M13%2015.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-.25-8.25a.75.75%200%200%200-1.5%200v4.5a.75.75%200%200%200%201.5%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.46.637a1.75%201.75%200%200%201%201.08%200l8.25%202.675A1.75%201.75%200%200%201%2022%204.976V10c0%206.19-3.77%2010.705-9.401%2012.83a1.7%201.7%200%200%201-1.198%200C5.771%2020.704%202%2016.19%202%2010V4.976c0-.76.49-1.43%201.21-1.664Zm.617%201.426a.25.25%200%200%200-.154%200L3.673%204.74a.25.25%200%200%200-.173.237V10c0%205.461%203.28%209.483%208.43%2011.426a.2.2%200%200%200%20.14%200C17.22%2019.483%2020.5%2015.46%2020.5%2010V4.976a.25.25%200%200%200-.173-.237Z%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%20d%3D%22M13%2015.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-.25-8.25a.75.75%200%200%200-1.5%200v4.5a.75.75%200%200%200%201.5%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.46.637a1.75%201.75%200%200%201%201.08%200l8.25%202.675A1.75%201.75%200%200%201%2022%204.976V10c0%206.19-3.77%2010.705-9.401%2012.83a1.7%201.7%200%200%201-1.198%200C5.771%2020.704%202%2016.19%202%2010V4.976c0-.76.49-1.43%201.21-1.664Zm.617%201.426a.25.25%200%200%200-.154%200L3.673%204.74a.25.25%200%200%200-.173.237V10c0%205.461%203.28%209.483%208.43%2011.426a.2.2%200%200%200%20.14%200C17.22%2019.483%2020.5%2015.46%2020.5%2010V4.976a.25.25%200%200%200-.173-.237Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/shield-24.svg?color=%231a73e8&size=48