shield tick icon
shield-tick-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- shield-tick-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the shield tick icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.54 4.12l-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77m-3.06 5.6l-4.3 4.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.6-1.62a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.08 1.08l3.77-3.77c.29-.29.77-.29 1.06 0s.29.78-.01 1.07"/></svg>
React
import type { SVGProps } from "react";
export function ReiconShieldTickFilled(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="m18.54 4.12l-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77m-3.06 5.6l-4.3 4.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.6-1.62a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.08 1.08l3.77-3.77c.29-.29.77-.29 1.06 0s.29.78-.01 1.07"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.54 4.12l-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77m-3.06 5.6l-4.3 4.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.6-1.62a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.08 1.08l3.77-3.77c.29-.29.77-.29 1.06 0s.29.78-.01 1.07"/></svg> </template>
CSS
.icon-shield-tick-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.54%204.12l-5.5-2.06c-.57-.21-1.5-.21-2.07%200l-5.5%202.06c-1.06.4-1.92%201.64-1.92%202.77v8.1c0%20.81.53%201.88%201.18%202.36l5.5%204.11c.97.73%202.56.73%203.53%200l5.5-4.11c.65-.49%201.18-1.55%201.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77m-3.06%205.6l-4.3%204.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.6-1.62a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l1.08%201.08l3.77-3.77c.29-.29.77-.29%201.06%200s.29.78-.01%201.07%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%22m18.54%204.12l-5.5-2.06c-.57-.21-1.5-.21-2.07%200l-5.5%202.06c-1.06.4-1.92%201.64-1.92%202.77v8.1c0%20.81.53%201.88%201.18%202.36l5.5%204.11c.97.73%202.56.73%203.53%200l5.5-4.11c.65-.49%201.18-1.55%201.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77m-3.06%205.6l-4.3%204.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.6-1.62a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l1.08%201.08l3.77-3.77c.29-.29.77-.29%201.06%200s.29.78-.01%201.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/shield-tick-filled.svg?color=%231a73e8&size=48