shield emoji
shield from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- shield
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
shieldAkar IconsshieldBootstrap IconsshieldBoxIcons v2shieldBoxIcons v2 SolidshieldEmoji One (Colored)shield-fillEva IconsshieldFramework7 IconsshieldFont Awesome 6 SolidshieldFeather Iconsshield-12-filledFluent UI System IconsshieldFluent EmojishieldFluent Emoji FlatshieldFluent Emoji High Contrastshieldcss.ggshieldHumbleiconsshieldIconoirshieldIonIconsshieldJam IconsshieldLucideshieldMajesticonsshieldMaterial SymbolsshieldMaterial Design Iconsshield-fillMingCute IconshieldNoto Emoji
More objects icons from OpenMoji
Use the shield emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M35.99 10.906c-11.046 0-20 4.478-20 10l.026.275C18.967 51.711 34.69 60.25 35.914 60.87l.076.037s17-8 20-40c.515-5.498-8.954-10-20-10m.002 43.978l-.06-.03c-.978-.496-13.543-7.318-15.901-31.714l-.021-.22c0-4.413 7.155-7.99 15.982-7.99s16.394 3.596 15.982 7.99c-2.397 25.571-15.982 31.964-15.982 31.964"/><path fill="#ea5a47" d="m35 17.906l3 4l-3 4l3 4l-3 4l3 4l-3 4l3 4l-3 4l1 5.26s-15-11-16-32c0 0 0-8 16-8z"/><path fill="#d22f27" d="m36 15.166l-1 2.74l3 4l-3 4l3 4l-3 4l3 4l-3 4l3 4l-3 4l1.002 4.978s13.844-8.958 15.982-31.964c0 0-.834-6.97-15.984-7.754"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M35.925 60.87c-1.225-.622-16.947-9.16-19.899-39.69L16 20.906c0-5.522 8.954-10 20-10s20.516 4.502 20 10c-3 32-20 40-20 40z"/><path d="M35.942 54.854c-.978-.496-13.543-7.318-15.9-31.714l-.022-.22c0-4.413 7.155-7.991 15.982-7.991s16.394 3.597 15.982 7.991c-2.397 25.571-15.982 31.964-15.982 31.964z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiShield(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M35.99 10.906c-11.046 0-20 4.478-20 10l.026.275C18.967 51.711 34.69 60.25 35.914 60.87l.076.037s17-8 20-40c.515-5.498-8.954-10-20-10m.002 43.978l-.06-.03c-.978-.496-13.543-7.318-15.901-31.714l-.021-.22c0-4.413 7.155-7.99 15.982-7.99s16.394 3.596 15.982 7.99c-2.397 25.571-15.982 31.964-15.982 31.964"/><path fill="#ea5a47" d="m35 17.906l3 4l-3 4l3 4l-3 4l3 4l-3 4l3 4l-3 4l1 5.26s-15-11-16-32c0 0 0-8 16-8z"/><path fill="#d22f27" d="m36 15.166l-1 2.74l3 4l-3 4l3 4l-3 4l3 4l-3 4l3 4l-3 4l1.002 4.978s13.844-8.958 15.982-31.964c0 0-.834-6.97-15.984-7.754"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M35.925 60.87c-1.225-.622-16.947-9.16-19.899-39.69L16 20.906c0-5.522 8.954-10 20-10s20.516 4.502 20 10c-3 32-20 40-20 40z"/><path d="M35.942 54.854c-.978-.496-13.543-7.318-15.9-31.714l-.022-.22c0-4.413 7.155-7.991 15.982-7.991s16.394 3.597 15.982 7.991c-2.397 25.571-15.982 31.964-15.982 31.964z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M35.99 10.906c-11.046 0-20 4.478-20 10l.026.275C18.967 51.711 34.69 60.25 35.914 60.87l.076.037s17-8 20-40c.515-5.498-8.954-10-20-10m.002 43.978l-.06-.03c-.978-.496-13.543-7.318-15.901-31.714l-.021-.22c0-4.413 7.155-7.99 15.982-7.99s16.394 3.596 15.982 7.99c-2.397 25.571-15.982 31.964-15.982 31.964"/><path fill="#ea5a47" d="m35 17.906l3 4l-3 4l3 4l-3 4l3 4l-3 4l3 4l-3 4l1 5.26s-15-11-16-32c0 0 0-8 16-8z"/><path fill="#d22f27" d="m36 15.166l-1 2.74l3 4l-3 4l3 4l-3 4l3 4l-3 4l3 4l-3 4l1.002 4.978s13.844-8.958 15.982-31.964c0 0-.834-6.97-15.984-7.754"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M35.925 60.87c-1.225-.622-16.947-9.16-19.899-39.69L16 20.906c0-5.522 8.954-10 20-10s20.516 4.502 20 10c-3 32-20 40-20 40z"/><path d="M35.942 54.854c-.978-.496-13.543-7.318-15.9-31.714l-.022-.22c0-4.413 7.155-7.991 15.982-7.991s16.394 3.597 15.982 7.991c-2.397 25.571-15.982 31.964-15.982 31.964z"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M35.99%2010.906c-11.046%200-20%204.478-20%2010l.026.275C18.967%2051.711%2034.69%2060.25%2035.914%2060.87l.076.037s17-8%2020-40c.515-5.498-8.954-10-20-10m.002%2043.978l-.06-.03c-.978-.496-13.543-7.318-15.901-31.714l-.021-.22c0-4.413%207.155-7.99%2015.982-7.99s16.394%203.596%2015.982%207.99c-2.397%2025.571-15.982%2031.964-15.982%2031.964%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m35%2017.906l3%204l-3%204l3%204l-3%204l3%204l-3%204l3%204l-3%204l1%205.26s-15-11-16-32c0%200%200-8%2016-8z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22m36%2015.166l-1%202.74l3%204l-3%204l3%204l-3%204l3%204l-3%204l3%204l-3%204l1.002%204.978s13.844-8.958%2015.982-31.964c0%200-.834-6.97-15.984-7.754%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M35.925%2060.87c-1.225-.622-16.947-9.16-19.899-39.69L16%2020.906c0-5.522%208.954-10%2020-10s20.516%204.502%2020%2010c-3%2032-20%2040-20%2040z%22%2F%3E%3Cpath%20d%3D%22M35.942%2054.854c-.978-.496-13.543-7.318-15.9-31.714l-.022-.22c0-4.413%207.155-7.991%2015.982-7.991s16.394%203.597%2015.982%207.991c-2.397%2025.571-15.982%2031.964-15.982%2031.964z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M35.99%2010.906c-11.046%200-20%204.478-20%2010l.026.275C18.967%2051.711%2034.69%2060.25%2035.914%2060.87l.076.037s17-8%2020-40c.515-5.498-8.954-10-20-10m.002%2043.978l-.06-.03c-.978-.496-13.543-7.318-15.901-31.714l-.021-.22c0-4.413%207.155-7.99%2015.982-7.99s16.394%203.596%2015.982%207.99c-2.397%2025.571-15.982%2031.964-15.982%2031.964%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m35%2017.906l3%204l-3%204l3%204l-3%204l3%204l-3%204l3%204l-3%204l1%205.26s-15-11-16-32c0%200%200-8%2016-8z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22m36%2015.166l-1%202.74l3%204l-3%204l3%204l-3%204l3%204l-3%204l3%204l-3%204l1.002%204.978s13.844-8.958%2015.982-31.964c0%200-.834-6.97-15.984-7.754%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M35.925%2060.87c-1.225-.622-16.947-9.16-19.899-39.69L16%2020.906c0-5.522%208.954-10%2020-10s20.516%204.502%2020%2010c-3%2032-20%2040-20%2040z%22%2F%3E%3Cpath%20d%3D%22M35.942%2054.854c-.978-.496-13.543-7.318-15.9-31.714l-.022-.22c0-4.413%207.155-7.991%2015.982-7.991s16.394%203.597%2015.982%207.991c-2.397%2025.571-15.982%2031.964-15.982%2031.964z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/shield.svg?color=%231a73e8&size=48