badge check icon
badge-check-outline from Flowbite Icons by Themesberg · Outline · General · MIT Free for personal and commercial use.
- Name
- badge-check-outline
- Set
- Flowbite Icons
- Style
- Outline
- Category
- General
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
More general icons from Flowbite Icons
add-column-after-outlineadd-column-before-outlineadjustments-horizontal-outlineadjustments-vertical-outlineannotation-outlineapi-key-outlinearchive-outlinearrow-up-right-from-square-outlineatom-outlineaward-outlineban-outlinebarcode-outlinebars-from-left-outlinebars-outlinebattery-outlinebed-outlinebell-active-alt-outlinebell-active-outlinebell-outlinebell-ring-outlineblender-phone-outlinebook-open-outlinebook-outlinebookmark-outline
Use the badge check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8.032 12l1.984 1.984l4.96-4.96m4.55 5.272l.893-.893a1.984 1.984 0 0 0 0-2.806l-.893-.893a1.98 1.98 0 0 1-.581-1.403V7.04a1.984 1.984 0 0 0-1.984-1.984h-1.262a1.98 1.98 0 0 1-1.403-.581l-.893-.893a1.984 1.984 0 0 0-2.806 0l-.893.893a1.98 1.98 0 0 1-1.403.581H7.04A1.984 1.984 0 0 0 5.055 7.04v1.262c0 .527-.209 1.031-.581 1.403l-.893.893a1.984 1.984 0 0 0 0 2.806l.893.893c.372.372.581.876.581 1.403v1.262a1.984 1.984 0 0 0 1.984 1.984h1.262c.527 0 1.031.209 1.403.581l.893.893a1.984 1.984 0 0 0 2.806 0l.893-.893a2 2 0 0 1 1.403-.581h1.262a1.984 1.984 0 0 0 1.984-1.984V15.7c0-.527.209-1.031.581-1.403Z"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteBadgeCheckOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m8.032 12l1.984 1.984l4.96-4.96m4.55 5.272l.893-.893a1.984 1.984 0 0 0 0-2.806l-.893-.893a1.98 1.98 0 0 1-.581-1.403V7.04a1.984 1.984 0 0 0-1.984-1.984h-1.262a1.98 1.98 0 0 1-1.403-.581l-.893-.893a1.984 1.984 0 0 0-2.806 0l-.893.893a1.98 1.98 0 0 1-1.403.581H7.04A1.984 1.984 0 0 0 5.055 7.04v1.262c0 .527-.209 1.031-.581 1.403l-.893.893a1.984 1.984 0 0 0 0 2.806l.893.893c.372.372.581.876.581 1.403v1.262a1.984 1.984 0 0 0 1.984 1.984h1.262c.527 0 1.031.209 1.403.581l.893.893a1.984 1.984 0 0 0 2.806 0l.893-.893a2 2 0 0 1 1.403-.581h1.262a1.984 1.984 0 0 0 1.984-1.984V15.7c0-.527.209-1.031.581-1.403Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8.032 12l1.984 1.984l4.96-4.96m4.55 5.272l.893-.893a1.984 1.984 0 0 0 0-2.806l-.893-.893a1.98 1.98 0 0 1-.581-1.403V7.04a1.984 1.984 0 0 0-1.984-1.984h-1.262a1.98 1.98 0 0 1-1.403-.581l-.893-.893a1.984 1.984 0 0 0-2.806 0l-.893.893a1.98 1.98 0 0 1-1.403.581H7.04A1.984 1.984 0 0 0 5.055 7.04v1.262c0 .527-.209 1.031-.581 1.403l-.893.893a1.984 1.984 0 0 0 0 2.806l.893.893c.372.372.581.876.581 1.403v1.262a1.984 1.984 0 0 0 1.984 1.984h1.262c.527 0 1.031.209 1.403.581l.893.893a1.984 1.984 0 0 0 2.806 0l.893-.893a2 2 0 0 1 1.403-.581h1.262a1.984 1.984 0 0 0 1.984-1.984V15.7c0-.527.209-1.031.581-1.403Z"/></svg> </template>
CSS
.icon-badge-check-outline {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m8.032%2012l1.984%201.984l4.96-4.96m4.55%205.272l.893-.893a1.984%201.984%200%200%200%200-2.806l-.893-.893a1.98%201.98%200%200%201-.581-1.403V7.04a1.984%201.984%200%200%200-1.984-1.984h-1.262a1.98%201.98%200%200%201-1.403-.581l-.893-.893a1.984%201.984%200%200%200-2.806%200l-.893.893a1.98%201.98%200%200%201-1.403.581H7.04A1.984%201.984%200%200%200%205.055%207.04v1.262c0%20.527-.209%201.031-.581%201.403l-.893.893a1.984%201.984%200%200%200%200%202.806l.893.893c.372.372.581.876.581%201.403v1.262a1.984%201.984%200%200%200%201.984%201.984h1.262c.527%200%201.031.209%201.403.581l.893.893a1.984%201.984%200%200%200%202.806%200l.893-.893a2%202%200%200%201%201.403-.581h1.262a1.984%201.984%200%200%200%201.984-1.984V15.7c0-.527.209-1.031.581-1.403Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m8.032%2012l1.984%201.984l4.96-4.96m4.55%205.272l.893-.893a1.984%201.984%200%200%200%200-2.806l-.893-.893a1.98%201.98%200%200%201-.581-1.403V7.04a1.984%201.984%200%200%200-1.984-1.984h-1.262a1.98%201.98%200%200%201-1.403-.581l-.893-.893a1.984%201.984%200%200%200-2.806%200l-.893.893a1.98%201.98%200%200%201-1.403.581H7.04A1.984%201.984%200%200%200%205.055%207.04v1.262c0%20.527-.209%201.031-.581%201.403l-.893.893a1.984%201.984%200%200%200%200%202.806l.893.893c.372.372.581.876.581%201.403v1.262a1.984%201.984%200%200%200%201.984%201.984h1.262c.527%200%201.031.209%201.403.581l.893.893a1.984%201.984%200%200%200%202.806%200l.893-.893a2%202%200%200%201%201.403-.581h1.262a1.984%201.984%200%200%200%201.984-1.984V15.7c0-.527.209-1.031.581-1.403Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/badge-check-outline.svg?color=%231a73e8&size=48