shield-checkmark-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
shield-checkmark-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the shield checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.865 4.348a1.25 1.25 0 0 0-1.73 0c-2.759 2.643-6.685 4.077-10.037 4.84c-1.66.376-3.139.58-4.202.69A29 29 0 0 1 7.242 10H7.22A1.25 1.25 0 0 0 6 11.25v9.5c0 4.837 1.243 9.658 4.098 13.775c2.861 4.126 7.29 7.469 13.529 9.418c.243.076.503.076.746 0q.465-.146.916-.3A12.95 12.95 0 0 1 22 35c0-7.18 5.82-13 13-13c2.508 0 4.85.71 6.835 1.94Q42 22.474 42 21v-9.75A1.25 1.25 0 0 0 40.78 10h-.022l-.08-.003l-.328-.017a29 29 0 0 1-1.246-.102a36 36 0 0 1-4.202-.69c-3.353-.763-7.279-2.197-10.037-4.84M46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldCheckmark48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.865 4.348a1.25 1.25 0 0 0-1.73 0c-2.759 2.643-6.685 4.077-10.037 4.84c-1.66.376-3.139.58-4.202.69A29 29 0 0 1 7.242 10H7.22A1.25 1.25 0 0 0 6 11.25v9.5c0 4.837 1.243 9.658 4.098 13.775c2.861 4.126 7.29 7.469 13.529 9.418c.243.076.503.076.746 0q.465-.146.916-.3A12.95 12.95 0 0 1 22 35c0-7.18 5.82-13 13-13c2.508 0 4.85.71 6.835 1.94Q42 22.474 42 21v-9.75A1.25 1.25 0 0 0 40.78 10h-.022l-.08-.003l-.328-.017a29 29 0 0 1-1.246-.102a36 36 0 0 1-4.202-.69c-3.353-.763-7.279-2.197-10.037-4.84M46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.865 4.348a1.25 1.25 0 0 0-1.73 0c-2.759 2.643-6.685 4.077-10.037 4.84c-1.66.376-3.139.58-4.202.69A29 29 0 0 1 7.242 10H7.22A1.25 1.25 0 0 0 6 11.25v9.5c0 4.837 1.243 9.658 4.098 13.775c2.861 4.126 7.29 7.469 13.529 9.418c.243.076.503.076.746 0q.465-.146.916-.3A12.95 12.95 0 0 1 22 35c0-7.18 5.82-13 13-13c2.508 0 4.85.71 6.835 1.94Q42 22.474 42 21v-9.75A1.25 1.25 0 0 0 40.78 10h-.022l-.08-.003l-.328-.017a29 29 0 0 1-1.246-.102a36 36 0 0 1-4.202-.69c-3.353-.763-7.279-2.197-10.037-4.84M46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L33 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg>
</template>

CSS

.icon-shield-checkmark-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.865%204.348a1.25%201.25%200%200%200-1.73%200c-2.759%202.643-6.685%204.077-10.037%204.84c-1.66.376-3.139.58-4.202.69A29%2029%200%200%201%207.242%2010H7.22A1.25%201.25%200%200%200%206%2011.25v9.5c0%204.837%201.243%209.658%204.098%2013.775c2.861%204.126%207.29%207.469%2013.529%209.418c.243.076.503.076.746%200q.465-.146.916-.3A12.95%2012.95%200%200%201%2022%2035c0-7.18%205.82-13%2013-13c2.508%200%204.85.71%206.835%201.94Q42%2022.474%2042%2021v-9.75A1.25%201.25%200%200%200%2040.78%2010h-.022l-.08-.003l-.328-.017a29%2029%200%200%201-1.246-.102a36%2036%200%200%201-4.202-.69c-3.353-.763-7.279-2.197-10.037-4.84M46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-4.293-4.707a1%201%200%200%200-1.414%200L33%2037.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%200l8-8a1%201%200%200%200%200-1.414%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.865%204.348a1.25%201.25%200%200%200-1.73%200c-2.759%202.643-6.685%204.077-10.037%204.84c-1.66.376-3.139.58-4.202.69A29%2029%200%200%201%207.242%2010H7.22A1.25%201.25%200%200%200%206%2011.25v9.5c0%204.837%201.243%209.658%204.098%2013.775c2.861%204.126%207.29%207.469%2013.529%209.418c.243.076.503.076.746%200q.465-.146.916-.3A12.95%2012.95%200%200%201%2022%2035c0-7.18%205.82-13%2013-13c2.508%200%204.85.71%206.835%201.94Q42%2022.474%2042%2021v-9.75A1.25%201.25%200%200%200%2040.78%2010h-.022l-.08-.003l-.328-.017a29%2029%200%200%201-1.246-.102a36%2036%200%200%201-4.202-.69c-3.353-.763-7.279-2.197-10.037-4.84M46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-4.293-4.707a1%201%200%200%200-1.414%200L33%2037.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%200l8-8a1%201%200%200%200%200-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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