verify icon
verify-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- verify-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
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="M1 3v18h22V3zm4 6h4.5v2H5zm0 4h4.5v2H5zm13-3a2.5 2.5 0 0 1-1.32 2.204A3.5 3.5 0 0 1 19 15.5v1h-7v-1c0-1.519.967-2.811 2.32-3.296A2.5 2.5 0 1 1 18 10"/></svg>
React
import type { SVGProps } from "react";
export function TdesignVerifyFilled(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="M1 3v18h22V3zm4 6h4.5v2H5zm0 4h4.5v2H5zm13-3a2.5 2.5 0 0 1-1.32 2.204A3.5 3.5 0 0 1 19 15.5v1h-7v-1c0-1.519.967-2.811 2.32-3.296A2.5 2.5 0 1 1 18 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 3v18h22V3zm4 6h4.5v2H5zm0 4h4.5v2H5zm13-3a2.5 2.5 0 0 1-1.32 2.204A3.5 3.5 0 0 1 19 15.5v1h-7v-1c0-1.519.967-2.811 2.32-3.296A2.5 2.5 0 1 1 18 10"/></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%22M1%203v18h22V3zm4%206h4.5v2H5zm0%204h4.5v2H5zm13-3a2.5%202.5%200%200%201-1.32%202.204A3.5%203.5%200%200%201%2019%2015.5v1h-7v-1c0-1.519.967-2.811%202.32-3.296A2.5%202.5%200%201%201%2018%2010%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%22M1%203v18h22V3zm4%206h4.5v2H5zm0%204h4.5v2H5zm13-3a2.5%202.5%200%200%201-1.32%202.204A3.5%203.5%200%200%201%2019%2015.5v1h-7v-1c0-1.519.967-2.811%202.32-3.296A2.5%202.5%200%201%201%2018%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/verify-filled.svg?color=%231a73e8&size=48