badge check icon
badge-check-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- badge-check-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
Use the badge check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.946 2.344a3 3 0 0 0-3.892 0L8.783 3.428a1 1 0 0 1-.57.236l-1.665.132a3 3 0 0 0-2.751 2.752l-.133 1.666a1 1 0 0 1-.236.569l-1.084 1.271a3 3 0 0 0 0 3.892l1.084 1.271a1 1 0 0 1 .236.57l.133 1.665a3 3 0 0 0 2.751 2.751l1.666.133c.21.017.409.1.569.236l1.271 1.084a3 3 0 0 0 3.892 0l1.271-1.084c.16-.136.36-.219.57-.236l1.665-.133a3 3 0 0 0 2.751-2.751l.133-1.666a1 1 0 0 1 .236-.569l1.084-1.271a3 3 0 0 0 0-3.892l-1.084-1.271a1 1 0 0 1-.236-.57l-.133-1.665a3 3 0 0 0-2.751-2.752l-1.666-.132a1 1 0 0 1-.569-.236l-1.271-1.084zM11.35 3.867a1 1 0 0 1 1.298 0L13.92 4.95a3 3 0 0 0 1.707.707l1.665.133a1 1 0 0 1 .918.917l.133 1.666a3 3 0 0 0 .707 1.707l1.083 1.271a1 1 0 0 1 0 1.298L19.05 13.92a3 3 0 0 0-.707 1.707l-.133 1.665a1 1 0 0 1-.918.918l-1.665.133a3 3 0 0 0-1.707.707l-1.271 1.083a1 1 0 0 1-1.298 0L10.08 19.05a3 3 0 0 0-1.707-.707l-1.666-.133a1 1 0 0 1-.917-.918l-.133-1.665a3 3 0 0 0-.707-1.707l-1.083-1.271a1 1 0 0 1 0-1.298L4.95 10.08a3 3 0 0 0 .707-1.707l.133-1.666a1 1 0 0 1 .917-.917l1.666-.133a3 3 0 0 0 1.707-.707l1.271-1.083zm4.356 6.84a1 1 0 0 0-1.414-1.414L11 12.586l-1.293-1.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsBadgeCheckLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.946 2.344a3 3 0 0 0-3.892 0L8.783 3.428a1 1 0 0 1-.57.236l-1.665.132a3 3 0 0 0-2.751 2.752l-.133 1.666a1 1 0 0 1-.236.569l-1.084 1.271a3 3 0 0 0 0 3.892l1.084 1.271a1 1 0 0 1 .236.57l.133 1.665a3 3 0 0 0 2.751 2.751l1.666.133c.21.017.409.1.569.236l1.271 1.084a3 3 0 0 0 3.892 0l1.271-1.084c.16-.136.36-.219.57-.236l1.665-.133a3 3 0 0 0 2.751-2.751l.133-1.666a1 1 0 0 1 .236-.569l1.084-1.271a3 3 0 0 0 0-3.892l-1.084-1.271a1 1 0 0 1-.236-.57l-.133-1.665a3 3 0 0 0-2.751-2.752l-1.666-.132a1 1 0 0 1-.569-.236l-1.271-1.084zM11.35 3.867a1 1 0 0 1 1.298 0L13.92 4.95a3 3 0 0 0 1.707.707l1.665.133a1 1 0 0 1 .918.917l.133 1.666a3 3 0 0 0 .707 1.707l1.083 1.271a1 1 0 0 1 0 1.298L19.05 13.92a3 3 0 0 0-.707 1.707l-.133 1.665a1 1 0 0 1-.918.918l-1.665.133a3 3 0 0 0-1.707.707l-1.271 1.083a1 1 0 0 1-1.298 0L10.08 19.05a3 3 0 0 0-1.707-.707l-1.666-.133a1 1 0 0 1-.917-.918l-.133-1.665a3 3 0 0 0-.707-1.707l-1.083-1.271a1 1 0 0 1 0-1.298L4.95 10.08a3 3 0 0 0 .707-1.707l.133-1.666a1 1 0 0 1 .917-.917l1.666-.133a3 3 0 0 0 1.707-.707l1.271-1.083zm4.356 6.84a1 1 0 0 0-1.414-1.414L11 12.586l-1.293-1.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.946 2.344a3 3 0 0 0-3.892 0L8.783 3.428a1 1 0 0 1-.57.236l-1.665.132a3 3 0 0 0-2.751 2.752l-.133 1.666a1 1 0 0 1-.236.569l-1.084 1.271a3 3 0 0 0 0 3.892l1.084 1.271a1 1 0 0 1 .236.57l.133 1.665a3 3 0 0 0 2.751 2.751l1.666.133c.21.017.409.1.569.236l1.271 1.084a3 3 0 0 0 3.892 0l1.271-1.084c.16-.136.36-.219.57-.236l1.665-.133a3 3 0 0 0 2.751-2.751l.133-1.666a1 1 0 0 1 .236-.569l1.084-1.271a3 3 0 0 0 0-3.892l-1.084-1.271a1 1 0 0 1-.236-.57l-.133-1.665a3 3 0 0 0-2.751-2.752l-1.666-.132a1 1 0 0 1-.569-.236l-1.271-1.084zM11.35 3.867a1 1 0 0 1 1.298 0L13.92 4.95a3 3 0 0 0 1.707.707l1.665.133a1 1 0 0 1 .918.917l.133 1.666a3 3 0 0 0 .707 1.707l1.083 1.271a1 1 0 0 1 0 1.298L19.05 13.92a3 3 0 0 0-.707 1.707l-.133 1.665a1 1 0 0 1-.918.918l-1.665.133a3 3 0 0 0-1.707.707l-1.271 1.083a1 1 0 0 1-1.298 0L10.08 19.05a3 3 0 0 0-1.707-.707l-1.666-.133a1 1 0 0 1-.917-.918l-.133-1.665a3 3 0 0 0-.707-1.707l-1.083-1.271a1 1 0 0 1 0-1.298L4.95 10.08a3 3 0 0 0 .707-1.707l.133-1.666a1 1 0 0 1 .917-.917l1.666-.133a3 3 0 0 0 1.707-.707l1.271-1.083zm4.356 6.84a1 1 0 0 0-1.414-1.414L11 12.586l-1.293-1.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4z"/></g></svg> </template>
CSS
.icon-badge-check-line {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.946%202.344a3%203%200%200%200-3.892%200L8.783%203.428a1%201%200%200%201-.57.236l-1.665.132a3%203%200%200%200-2.751%202.752l-.133%201.666a1%201%200%200%201-.236.569l-1.084%201.271a3%203%200%200%200%200%203.892l1.084%201.271a1%201%200%200%201%20.236.57l.133%201.665a3%203%200%200%200%202.751%202.751l1.666.133c.21.017.409.1.569.236l1.271%201.084a3%203%200%200%200%203.892%200l1.271-1.084c.16-.136.36-.219.57-.236l1.665-.133a3%203%200%200%200%202.751-2.751l.133-1.666a1%201%200%200%201%20.236-.569l1.084-1.271a3%203%200%200%200%200-3.892l-1.084-1.271a1%201%200%200%201-.236-.57l-.133-1.665a3%203%200%200%200-2.751-2.752l-1.666-.132a1%201%200%200%201-.569-.236l-1.271-1.084zM11.35%203.867a1%201%200%200%201%201.298%200L13.92%204.95a3%203%200%200%200%201.707.707l1.665.133a1%201%200%200%201%20.918.917l.133%201.666a3%203%200%200%200%20.707%201.707l1.083%201.271a1%201%200%200%201%200%201.298L19.05%2013.92a3%203%200%200%200-.707%201.707l-.133%201.665a1%201%200%200%201-.918.918l-1.665.133a3%203%200%200%200-1.707.707l-1.271%201.083a1%201%200%200%201-1.298%200L10.08%2019.05a3%203%200%200%200-1.707-.707l-1.666-.133a1%201%200%200%201-.917-.918l-.133-1.665a3%203%200%200%200-.707-1.707l-1.083-1.271a1%201%200%200%201%200-1.298L4.95%2010.08a3%203%200%200%200%20.707-1.707l.133-1.666a1%201%200%200%201%20.917-.917l1.666-.133a3%203%200%200%200%201.707-.707l1.271-1.083zm4.356%206.84a1%201%200%200%200-1.414-1.414L11%2012.586l-1.293-1.293a1%201%200%201%200-1.414%201.414l2%202a1%201%200%200%200%201.414%200l4-4z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.946%202.344a3%203%200%200%200-3.892%200L8.783%203.428a1%201%200%200%201-.57.236l-1.665.132a3%203%200%200%200-2.751%202.752l-.133%201.666a1%201%200%200%201-.236.569l-1.084%201.271a3%203%200%200%200%200%203.892l1.084%201.271a1%201%200%200%201%20.236.57l.133%201.665a3%203%200%200%200%202.751%202.751l1.666.133c.21.017.409.1.569.236l1.271%201.084a3%203%200%200%200%203.892%200l1.271-1.084c.16-.136.36-.219.57-.236l1.665-.133a3%203%200%200%200%202.751-2.751l.133-1.666a1%201%200%200%201%20.236-.569l1.084-1.271a3%203%200%200%200%200-3.892l-1.084-1.271a1%201%200%200%201-.236-.57l-.133-1.665a3%203%200%200%200-2.751-2.752l-1.666-.132a1%201%200%200%201-.569-.236l-1.271-1.084zM11.35%203.867a1%201%200%200%201%201.298%200L13.92%204.95a3%203%200%200%200%201.707.707l1.665.133a1%201%200%200%201%20.918.917l.133%201.666a3%203%200%200%200%20.707%201.707l1.083%201.271a1%201%200%200%201%200%201.298L19.05%2013.92a3%203%200%200%200-.707%201.707l-.133%201.665a1%201%200%200%201-.918.918l-1.665.133a3%203%200%200%200-1.707.707l-1.271%201.083a1%201%200%200%201-1.298%200L10.08%2019.05a3%203%200%200%200-1.707-.707l-1.666-.133a1%201%200%200%201-.917-.918l-.133-1.665a3%203%200%200%200-.707-1.707l-1.083-1.271a1%201%200%200%201%200-1.298L4.95%2010.08a3%203%200%200%200%20.707-1.707l.133-1.666a1%201%200%200%201%20.917-.917l1.666-.133a3%203%200%200%200%201.707-.707l1.271-1.083zm4.356%206.84a1%201%200%200%200-1.414-1.414L11%2012.586l-1.293-1.293a1%201%200%201%200-1.414%201.414l2%202a1%201%200%200%200%201.414%200l4-4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/badge-check-line.svg?color=%231a73e8&size=48