verify icon
verify-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- verify-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 verify icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.56 10.739l-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39 0-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52 0l-1.57 1.37c-.3.25-.87.46-1.26.46H6.18c-1.06 0-1.93.87-1.93 1.93v1.71c0 .39-.21.95-.46 1.25l-1.35 1.59c-.58.69-.58 1.81 0 2.5l1.35 1.59c.25.3.46.86.46 1.25v1.71c0 1.06.87 1.93 1.93 1.93h1.73c.39 0 .96.21 1.26.47l1.58 1.36c.69.59 1.82.59 2.52 0l1.58-1.36c.3-.26.86-.47 1.26-.47h1.7c1.06 0 1.93-.87 1.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52m-5.4-.63l-4.83 4.83a.75.75 0 0 1-1.06 0l-2.42-2.42a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.89 1.89l4.3-4.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06"/></svg>
React
import type { SVGProps } from "react";
export function ReiconVerifyFilled(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="m21.56 10.739l-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39 0-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52 0l-1.57 1.37c-.3.25-.87.46-1.26.46H6.18c-1.06 0-1.93.87-1.93 1.93v1.71c0 .39-.21.95-.46 1.25l-1.35 1.59c-.58.69-.58 1.81 0 2.5l1.35 1.59c.25.3.46.86.46 1.25v1.71c0 1.06.87 1.93 1.93 1.93h1.73c.39 0 .96.21 1.26.47l1.58 1.36c.69.59 1.82.59 2.52 0l1.58-1.36c.3-.26.86-.47 1.26-.47h1.7c1.06 0 1.93-.87 1.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52m-5.4-.63l-4.83 4.83a.75.75 0 0 1-1.06 0l-2.42-2.42a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.89 1.89l4.3-4.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.56 10.739l-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39 0-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52 0l-1.57 1.37c-.3.25-.87.46-1.26.46H6.18c-1.06 0-1.93.87-1.93 1.93v1.71c0 .39-.21.95-.46 1.25l-1.35 1.59c-.58.69-.58 1.81 0 2.5l1.35 1.59c.25.3.46.86.46 1.25v1.71c0 1.06.87 1.93 1.93 1.93h1.73c.39 0 .96.21 1.26.47l1.58 1.36c.69.59 1.82.59 2.52 0l1.58-1.36c.3-.26.86-.47 1.26-.47h1.7c1.06 0 1.93-.87 1.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52m-5.4-.63l-4.83 4.83a.75.75 0 0 1-1.06 0l-2.42-2.42a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.89 1.89l4.3-4.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06"/></svg> </template>
CSS
.icon-verify-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%22m21.56%2010.739l-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39%200-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52%200l-1.57%201.37c-.3.25-.87.46-1.26.46H6.18c-1.06%200-1.93.87-1.93%201.93v1.71c0%20.39-.21.95-.46%201.25l-1.35%201.59c-.58.69-.58%201.81%200%202.5l1.35%201.59c.25.3.46.86.46%201.25v1.71c0%201.06.87%201.93%201.93%201.93h1.73c.39%200%20.96.21%201.26.47l1.58%201.36c.69.59%201.82.59%202.52%200l1.58-1.36c.3-.26.86-.47%201.26-.47h1.7c1.06%200%201.93-.87%201.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52m-5.4-.63l-4.83%204.83a.75.75%200%200%201-1.06%200l-2.42-2.42a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l1.89%201.89l4.3-4.3c.29-.29.77-.29%201.06%200s.29.77%200%201.06%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%22m21.56%2010.739l-1.36-1.58c-.26-.3-.47-.86-.47-1.26v-1.7c0-1.06-.87-1.93-1.93-1.93h-1.7c-.39%200-.96-.21-1.26-.47l-1.58-1.36c-.69-.59-1.82-.59-2.52%200l-1.57%201.37c-.3.25-.87.46-1.26.46H6.18c-1.06%200-1.93.87-1.93%201.93v1.71c0%20.39-.21.95-.46%201.25l-1.35%201.59c-.58.69-.58%201.81%200%202.5l1.35%201.59c.25.3.46.86.46%201.25v1.71c0%201.06.87%201.93%201.93%201.93h1.73c.39%200%20.96.21%201.26.47l1.58%201.36c.69.59%201.82.59%202.52%200l1.58-1.36c.3-.26.86-.47%201.26-.47h1.7c1.06%200%201.93-.87%201.93-1.93v-1.7c0-.39.21-.96.47-1.26l1.36-1.58c.58-.69.58-1.83-.01-2.52m-5.4-.63l-4.83%204.83a.75.75%200%200%201-1.06%200l-2.42-2.42a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l1.89%201.89l4.3-4.3c.29-.29.77-.29%201.06%200s.29.77%200%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/verify-filled.svg?color=%231a73e8&size=48