shield-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.

Name
shield-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGbHn6MeQb)" d="M7.647 2.146a.5.5 0 0 1 .708 0C9.595 3.39 10.969 4 12.5 4a.5.5 0 0 1 .5.5v3.001c0 3.219-1.641 5.407-4.842 6.473a.5.5 0 0 1-.316 0C4.642 12.908 3 10.72 3 7.501V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854"/><defs><radialGradient id="SVGbHn6MeQb" cx="0" cy="0" r="1" gradientTransform="rotate(56.554 3.95 -3.238)scale(27.864 23.943)" gradientUnits="userSpaceOnUse"><stop offset=".338" stop-color="#0fafff"/><stop offset=".529" stop-color="#367af2"/><stop offset=".682" stop-color="#5750e2"/><stop offset=".861" stop-color="#cc23d1"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorShield16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGbHn6MeQb)" d="M7.647 2.146a.5.5 0 0 1 .708 0C9.595 3.39 10.969 4 12.5 4a.5.5 0 0 1 .5.5v3.001c0 3.219-1.641 5.407-4.842 6.473a.5.5 0 0 1-.316 0C4.642 12.908 3 10.72 3 7.501V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854"/><defs><radialGradient id="SVGbHn6MeQb" cx="0" cy="0" r="1" gradientTransform="rotate(56.554 3.95 -3.238)scale(27.864 23.943)" gradientUnits="userSpaceOnUse"><stop offset=".338" stopColor="#0fafff"/><stop offset=".529" stopColor="#367af2"/><stop offset=".682" stopColor="#5750e2"/><stop offset=".861" stopColor="#cc23d1"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGbHn6MeQb)" d="M7.647 2.146a.5.5 0 0 1 .708 0C9.595 3.39 10.969 4 12.5 4a.5.5 0 0 1 .5.5v3.001c0 3.219-1.641 5.407-4.842 6.473a.5.5 0 0 1-.316 0C4.642 12.908 3 10.72 3 7.501V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854"/><defs><radialGradient id="SVGbHn6MeQb" cx="0" cy="0" r="1" gradientTransform="rotate(56.554 3.95 -3.238)scale(27.864 23.943)" gradientUnits="userSpaceOnUse"><stop offset=".338" stop-color="#0fafff"/><stop offset=".529" stop-color="#367af2"/><stop offset=".682" stop-color="#5750e2"/><stop offset=".861" stop-color="#cc23d1"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-shield-16 {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGbHn6MeQb)%22%20d%3D%22M7.647%202.146a.5.5%200%200%201%20.708%200C9.595%203.39%2010.969%204%2012.5%204a.5.5%200%200%201%20.5.5v3.001c0%203.219-1.641%205.407-4.842%206.473a.5.5%200%200%201-.316%200C4.642%2012.908%203%2010.72%203%207.501V4.5a.5.5%200%200%201%20.5-.5c1.53%200%202.904-.611%204.147-1.854%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGbHn6MeQb%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(56.554%203.95%20-3.238)scale(27.864%2023.943)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.338%22%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%22.529%22%20stop-color%3D%22%23367af2%22%2F%3E%3Cstop%20offset%3D%22.682%22%20stop-color%3D%22%235750e2%22%2F%3E%3Cstop%20offset%3D%22.861%22%20stop-color%3D%22%23cc23d1%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGbHn6MeQb)%22%20d%3D%22M7.647%202.146a.5.5%200%200%201%20.708%200C9.595%203.39%2010.969%204%2012.5%204a.5.5%200%200%201%20.5.5v3.001c0%203.219-1.641%205.407-4.842%206.473a.5.5%200%200%201-.316%200C4.642%2012.908%203%2010.72%203%207.501V4.5a.5.5%200%200%201%20.5-.5c1.53%200%202.904-.611%204.147-1.854%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGbHn6MeQb%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(56.554%203.95%20-3.238)scale(27.864%2023.943)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.338%22%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%22.529%22%20stop-color%3D%22%23367af2%22%2F%3E%3Cstop%20offset%3D%22.682%22%20stop-color%3D%22%235750e2%22%2F%3E%3Cstop%20offset%3D%22.861%22%20stop-color%3D%22%23cc23d1%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/shield-16.svg?color=%231a73e8&size=48