check double icon
check-double-fill from Remix Icon by Remix Design · Fill · System · Apache-2.0 Free for personal and commercial use.
- Name
- check-double-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- System
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More system icons from Remix Icon
add-box-filladd-circle-filladd-filladd-large-fillalarm-add-fillalarm-fillalarm-snooze-fillalarm-warning-fillalert-fillapps-2-add-fillapps-2-ai-fillapps-2-fillapps-ai-fillapps-fillcheck-fillcheckbox-blank-circle-fillcheckbox-blank-fillcheckbox-circle-fillcheckbox-fillcheckbox-indeterminate-fillcheckbox-multiple-blank-fillcheckbox-multiple-fillclose-circle-fillclose-fill
Use the check double icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.602 13.76l1.412 1.412l8.466-8.466l1.414 1.415l-9.88 9.88l-6.364-6.365l1.414-1.414l2.125 2.125zm.002-2.828l4.952-4.953l1.41 1.41l-4.952 4.953zm-2.827 5.655L7.364 18L1 11.636l1.414-1.414l1.413 1.413l-.001.001z"/></svg>
React
import type { SVGProps } from "react";
export function RiCheckDoubleFill(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="m11.602 13.76l1.412 1.412l8.466-8.466l1.414 1.415l-9.88 9.88l-6.364-6.365l1.414-1.414l2.125 2.125zm.002-2.828l4.952-4.953l1.41 1.41l-4.952 4.953zm-2.827 5.655L7.364 18L1 11.636l1.414-1.414l1.413 1.413l-.001.001z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.602 13.76l1.412 1.412l8.466-8.466l1.414 1.415l-9.88 9.88l-6.364-6.365l1.414-1.414l2.125 2.125zm.002-2.828l4.952-4.953l1.41 1.41l-4.952 4.953zm-2.827 5.655L7.364 18L1 11.636l1.414-1.414l1.413 1.413l-.001.001z"/></svg> </template>
CSS
.icon-check-double-fill {
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%22m11.602%2013.76l1.412%201.412l8.466-8.466l1.414%201.415l-9.88%209.88l-6.364-6.365l1.414-1.414l2.125%202.125zm.002-2.828l4.952-4.953l1.41%201.41l-4.952%204.953zm-2.827%205.655L7.364%2018L1%2011.636l1.414-1.414l1.413%201.413l-.001.001z%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%22m11.602%2013.76l1.412%201.412l8.466-8.466l1.414%201.415l-9.88%209.88l-6.364-6.365l1.414-1.414l2.125%202.125zm.002-2.828l4.952-4.953l1.41%201.41l-4.952%204.953zm-2.827%205.655L7.364%2018L1%2011.636l1.414-1.414l1.413%201.413l-.001.001z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/check-double-fill.svg?color=%231a73e8&size=48