verified badge icon
verified-badge-line from Remix Icon by Remix Design · Line · Business · Apache-2.0 Free for personal and commercial use.
- Name
- verified-badge-line
- Set
- Remix Icon
- Style
- Line
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More business icons from Remix Icon
advertisement-fillarchive-2-fillarchive-drawer-fillarchive-fillarchive-stack-fillarea-chart-fillat-fillattachment-fillaward-fillbar-chart-2-fillbar-chart-box-ai-fillbar-chart-box-fillbar-chart-fillbar-chart-grouped-fillbar-chart-horizontal-fillbookmark-2-fillbookmark-3-fillbookmark-fillbriefcase-2-fillbriefcase-3-fillbriefcase-4-fillbriefcase-5-fillbriefcase-fillbubble-chart-fill
Use the verified badge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.007 2.104a3 3 0 0 0-3.595 1.489L5.606 5.17a1 1 0 0 1-.436.436l-1.577.805a3 3 0 0 0-1.49 3.596l.546 1.685a1 1 0 0 1 0 .616l-.545 1.685a3 3 0 0 0 1.49 3.595l1.576.806a1 1 0 0 1 .436.436l.806 1.577a3 3 0 0 0 3.595 1.49l1.685-.546a1 1 0 0 1 .616 0l1.685.545a3 3 0 0 0 3.596-1.49l.805-1.576a1 1 0 0 1 .436-.436l1.577-.806a3 3 0 0 0 1.49-3.595l-.546-1.685a1 1 0 0 1 0-.616l.545-1.685a3 3 0 0 0-1.489-3.596l-1.577-.805a1 1 0 0 1-.436-.436l-.805-1.577a3 3 0 0 0-3.596-1.49l-1.685.546a1 1 0 0 1-.616 0zM8.193 4.503a1 1 0 0 1 1.198-.497l1.685.546a3 3 0 0 0 1.848 0l1.685-.546a1 1 0 0 1 1.199.497l.805 1.577a3 3 0 0 0 1.307 1.307l1.577.805a1 1 0 0 1 .497 1.199l-.546 1.685a3 3 0 0 0 0 1.848l.546 1.685a1 1 0 0 1-.497 1.198l-1.577.806a3 3 0 0 0-1.307 1.307l-.805 1.577a1 1 0 0 1-1.199.496l-1.685-.545a3 3 0 0 0-1.848 0l-1.685.545a1 1 0 0 1-1.198-.496l-.806-1.577a3 3 0 0 0-1.307-1.307l-1.577-.806a1 1 0 0 1-.496-1.198l.545-1.685a3 3 0 0 0 0-1.848l-.545-1.685a1 1 0 0 1 .496-1.199l1.577-.805A3 3 0 0 0 7.387 6.08zM6.76 11.757L11.002 16l7.071-7.071l-1.414-1.414l-5.657 5.657l-2.828-2.829z"/></svg>
React
import type { SVGProps } from "react";
export function RiVerifiedBadgeLine(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="M10.007 2.104a3 3 0 0 0-3.595 1.489L5.606 5.17a1 1 0 0 1-.436.436l-1.577.805a3 3 0 0 0-1.49 3.596l.546 1.685a1 1 0 0 1 0 .616l-.545 1.685a3 3 0 0 0 1.49 3.595l1.576.806a1 1 0 0 1 .436.436l.806 1.577a3 3 0 0 0 3.595 1.49l1.685-.546a1 1 0 0 1 .616 0l1.685.545a3 3 0 0 0 3.596-1.49l.805-1.576a1 1 0 0 1 .436-.436l1.577-.806a3 3 0 0 0 1.49-3.595l-.546-1.685a1 1 0 0 1 0-.616l.545-1.685a3 3 0 0 0-1.489-3.596l-1.577-.805a1 1 0 0 1-.436-.436l-.805-1.577a3 3 0 0 0-3.596-1.49l-1.685.546a1 1 0 0 1-.616 0zM8.193 4.503a1 1 0 0 1 1.198-.497l1.685.546a3 3 0 0 0 1.848 0l1.685-.546a1 1 0 0 1 1.199.497l.805 1.577a3 3 0 0 0 1.307 1.307l1.577.805a1 1 0 0 1 .497 1.199l-.546 1.685a3 3 0 0 0 0 1.848l.546 1.685a1 1 0 0 1-.497 1.198l-1.577.806a3 3 0 0 0-1.307 1.307l-.805 1.577a1 1 0 0 1-1.199.496l-1.685-.545a3 3 0 0 0-1.848 0l-1.685.545a1 1 0 0 1-1.198-.496l-.806-1.577a3 3 0 0 0-1.307-1.307l-1.577-.806a1 1 0 0 1-.496-1.198l.545-1.685a3 3 0 0 0 0-1.848l-.545-1.685a1 1 0 0 1 .496-1.199l1.577-.805A3 3 0 0 0 7.387 6.08zM6.76 11.757L11.002 16l7.071-7.071l-1.414-1.414l-5.657 5.657l-2.828-2.829z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.007 2.104a3 3 0 0 0-3.595 1.489L5.606 5.17a1 1 0 0 1-.436.436l-1.577.805a3 3 0 0 0-1.49 3.596l.546 1.685a1 1 0 0 1 0 .616l-.545 1.685a3 3 0 0 0 1.49 3.595l1.576.806a1 1 0 0 1 .436.436l.806 1.577a3 3 0 0 0 3.595 1.49l1.685-.546a1 1 0 0 1 .616 0l1.685.545a3 3 0 0 0 3.596-1.49l.805-1.576a1 1 0 0 1 .436-.436l1.577-.806a3 3 0 0 0 1.49-3.595l-.546-1.685a1 1 0 0 1 0-.616l.545-1.685a3 3 0 0 0-1.489-3.596l-1.577-.805a1 1 0 0 1-.436-.436l-.805-1.577a3 3 0 0 0-3.596-1.49l-1.685.546a1 1 0 0 1-.616 0zM8.193 4.503a1 1 0 0 1 1.198-.497l1.685.546a3 3 0 0 0 1.848 0l1.685-.546a1 1 0 0 1 1.199.497l.805 1.577a3 3 0 0 0 1.307 1.307l1.577.805a1 1 0 0 1 .497 1.199l-.546 1.685a3 3 0 0 0 0 1.848l.546 1.685a1 1 0 0 1-.497 1.198l-1.577.806a3 3 0 0 0-1.307 1.307l-.805 1.577a1 1 0 0 1-1.199.496l-1.685-.545a3 3 0 0 0-1.848 0l-1.685.545a1 1 0 0 1-1.198-.496l-.806-1.577a3 3 0 0 0-1.307-1.307l-1.577-.806a1 1 0 0 1-.496-1.198l.545-1.685a3 3 0 0 0 0-1.848l-.545-1.685a1 1 0 0 1 .496-1.199l1.577-.805A3 3 0 0 0 7.387 6.08zM6.76 11.757L11.002 16l7.071-7.071l-1.414-1.414l-5.657 5.657l-2.828-2.829z"/></svg> </template>
CSS
.icon-verified-badge-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.007%202.104a3%203%200%200%200-3.595%201.489L5.606%205.17a1%201%200%200%201-.436.436l-1.577.805a3%203%200%200%200-1.49%203.596l.546%201.685a1%201%200%200%201%200%20.616l-.545%201.685a3%203%200%200%200%201.49%203.595l1.576.806a1%201%200%200%201%20.436.436l.806%201.577a3%203%200%200%200%203.595%201.49l1.685-.546a1%201%200%200%201%20.616%200l1.685.545a3%203%200%200%200%203.596-1.49l.805-1.576a1%201%200%200%201%20.436-.436l1.577-.806a3%203%200%200%200%201.49-3.595l-.546-1.685a1%201%200%200%201%200-.616l.545-1.685a3%203%200%200%200-1.489-3.596l-1.577-.805a1%201%200%200%201-.436-.436l-.805-1.577a3%203%200%200%200-3.596-1.49l-1.685.546a1%201%200%200%201-.616%200zM8.193%204.503a1%201%200%200%201%201.198-.497l1.685.546a3%203%200%200%200%201.848%200l1.685-.546a1%201%200%200%201%201.199.497l.805%201.577a3%203%200%200%200%201.307%201.307l1.577.805a1%201%200%200%201%20.497%201.199l-.546%201.685a3%203%200%200%200%200%201.848l.546%201.685a1%201%200%200%201-.497%201.198l-1.577.806a3%203%200%200%200-1.307%201.307l-.805%201.577a1%201%200%200%201-1.199.496l-1.685-.545a3%203%200%200%200-1.848%200l-1.685.545a1%201%200%200%201-1.198-.496l-.806-1.577a3%203%200%200%200-1.307-1.307l-1.577-.806a1%201%200%200%201-.496-1.198l.545-1.685a3%203%200%200%200%200-1.848l-.545-1.685a1%201%200%200%201%20.496-1.199l1.577-.805A3%203%200%200%200%207.387%206.08zM6.76%2011.757L11.002%2016l7.071-7.071l-1.414-1.414l-5.657%205.657l-2.828-2.829z%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%22M10.007%202.104a3%203%200%200%200-3.595%201.489L5.606%205.17a1%201%200%200%201-.436.436l-1.577.805a3%203%200%200%200-1.49%203.596l.546%201.685a1%201%200%200%201%200%20.616l-.545%201.685a3%203%200%200%200%201.49%203.595l1.576.806a1%201%200%200%201%20.436.436l.806%201.577a3%203%200%200%200%203.595%201.49l1.685-.546a1%201%200%200%201%20.616%200l1.685.545a3%203%200%200%200%203.596-1.49l.805-1.576a1%201%200%200%201%20.436-.436l1.577-.806a3%203%200%200%200%201.49-3.595l-.546-1.685a1%201%200%200%201%200-.616l.545-1.685a3%203%200%200%200-1.489-3.596l-1.577-.805a1%201%200%200%201-.436-.436l-.805-1.577a3%203%200%200%200-3.596-1.49l-1.685.546a1%201%200%200%201-.616%200zM8.193%204.503a1%201%200%200%201%201.198-.497l1.685.546a3%203%200%200%200%201.848%200l1.685-.546a1%201%200%200%201%201.199.497l.805%201.577a3%203%200%200%200%201.307%201.307l1.577.805a1%201%200%200%201%20.497%201.199l-.546%201.685a3%203%200%200%200%200%201.848l.546%201.685a1%201%200%200%201-.497%201.198l-1.577.806a3%203%200%200%200-1.307%201.307l-.805%201.577a1%201%200%200%201-1.199.496l-1.685-.545a3%203%200%200%200-1.848%200l-1.685.545a1%201%200%200%201-1.198-.496l-.806-1.577a3%203%200%200%200-1.307-1.307l-1.577-.806a1%201%200%200%201-.496-1.198l.545-1.685a3%203%200%200%200%200-1.848l-.545-1.685a1%201%200%200%201%20.496-1.199l1.577-.805A3%203%200%200%200%207.387%206.08zM6.76%2011.757L11.002%2016l7.071-7.071l-1.414-1.414l-5.657%205.657l-2.828-2.829z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/verified-badge-line.svg?color=%231a73e8&size=48