verified icon
verified-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- verified-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- verified
The same icon in other sets
Use the verified icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m447.8 588.8l-7.3-32.5c-.2-1-.6-1.9-1.1-2.7c-2.5-3.7-7.4-4.7-11.1-2.2L405 567V411c0-4.4-3.6-8-8-8h-81c-4.4 0-8 3.6-8 8v36c0 4.4 3.6 8 8 8h37v192.4c0 1.7.5 3.3 1.5 4.7c2.6 3.6 7.6 4.4 11.2 1.8l79-56.8c2.6-1.9 3.8-5.1 3.1-8.3m-56.7-216.6l.2.2c3.2 3 8.3 2.8 11.3-.5l24.1-26.2c2.9-3.2 2.8-8.1-.3-11.2l-53.7-52.1c-3.1-3-8.1-3-11.2.1l-24.7 24.7c-3.1 3.1-3.1 8.2.1 11.3z"/><path fill="currentColor" d="M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6z"/><path fill="currentColor" d="M452 297v36c0 4.4 3.6 8 8 8h108v274h-38V405c0-4.4-3.6-8-8-8h-35c-4.4 0-8 3.6-8 8v210h-31c-4.4 0-8 3.6-8 8v37c0 4.4 3.6 8 8 8h244c4.4 0 8-3.6 8-8v-37c0-4.4-3.6-8-8-8h-72V493h58c4.4 0 8-3.6 8-8v-35c0-4.4-3.6-8-8-8h-58V341h63c4.4 0 8-3.6 8-8v-36c0-4.4-3.6-8-8-8H460c-4.4 0-8 3.6-8 8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignVerifiedOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m447.8 588.8l-7.3-32.5c-.2-1-.6-1.9-1.1-2.7c-2.5-3.7-7.4-4.7-11.1-2.2L405 567V411c0-4.4-3.6-8-8-8h-81c-4.4 0-8 3.6-8 8v36c0 4.4 3.6 8 8 8h37v192.4c0 1.7.5 3.3 1.5 4.7c2.6 3.6 7.6 4.4 11.2 1.8l79-56.8c2.6-1.9 3.8-5.1 3.1-8.3m-56.7-216.6l.2.2c3.2 3 8.3 2.8 11.3-.5l24.1-26.2c2.9-3.2 2.8-8.1-.3-11.2l-53.7-52.1c-3.1-3-8.1-3-11.2.1l-24.7 24.7c-3.1 3.1-3.1 8.2.1 11.3z"/><path fill="currentColor" d="M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6z"/><path fill="currentColor" d="M452 297v36c0 4.4 3.6 8 8 8h108v274h-38V405c0-4.4-3.6-8-8-8h-35c-4.4 0-8 3.6-8 8v210h-31c-4.4 0-8 3.6-8 8v37c0 4.4 3.6 8 8 8h244c4.4 0 8-3.6 8-8v-37c0-4.4-3.6-8-8-8h-72V493h58c4.4 0 8-3.6 8-8v-35c0-4.4-3.6-8-8-8h-58V341h63c4.4 0 8-3.6 8-8v-36c0-4.4-3.6-8-8-8H460c-4.4 0-8 3.6-8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m447.8 588.8l-7.3-32.5c-.2-1-.6-1.9-1.1-2.7c-2.5-3.7-7.4-4.7-11.1-2.2L405 567V411c0-4.4-3.6-8-8-8h-81c-4.4 0-8 3.6-8 8v36c0 4.4 3.6 8 8 8h37v192.4c0 1.7.5 3.3 1.5 4.7c2.6 3.6 7.6 4.4 11.2 1.8l79-56.8c2.6-1.9 3.8-5.1 3.1-8.3m-56.7-216.6l.2.2c3.2 3 8.3 2.8 11.3-.5l24.1-26.2c2.9-3.2 2.8-8.1-.3-11.2l-53.7-52.1c-3.1-3-8.1-3-11.2.1l-24.7 24.7c-3.1 3.1-3.1 8.2.1 11.3z"/><path fill="currentColor" d="M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M810 654.3L512 886.5L214 654.3V226.7l298-101.6l298 101.6z"/><path fill="currentColor" d="M452 297v36c0 4.4 3.6 8 8 8h108v274h-38V405c0-4.4-3.6-8-8-8h-35c-4.4 0-8 3.6-8 8v210h-31c-4.4 0-8 3.6-8 8v37c0 4.4 3.6 8 8 8h244c4.4 0 8-3.6 8-8v-37c0-4.4-3.6-8-8-8h-72V493h58c4.4 0 8-3.6 8-8v-35c0-4.4-3.6-8-8-8h-58V341h63c4.4 0 8-3.6 8-8v-36c0-4.4-3.6-8-8-8H460c-4.4 0-8 3.6-8 8"/></svg> </template>
CSS
.icon-verified-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m447.8%20588.8l-7.3-32.5c-.2-1-.6-1.9-1.1-2.7c-2.5-3.7-7.4-4.7-11.1-2.2L405%20567V411c0-4.4-3.6-8-8-8h-81c-4.4%200-8%203.6-8%208v36c0%204.4%203.6%208%208%208h37v192.4c0%201.7.5%203.3%201.5%204.7c2.6%203.6%207.6%204.4%2011.2%201.8l79-56.8c2.6-1.9%203.8-5.1%203.1-8.3m-56.7-216.6l.2.2c3.2%203%208.3%202.8%2011.3-.5l24.1-26.2c2.9-3.2%202.8-8.1-.3-11.2l-53.7-52.1c-3.1-3-8.1-3-11.2.1l-24.7%2024.7c-3.1%203.1-3.1%208.2.1%2011.3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M866.9%20169.9L527.1%2054.1C523%2052.7%20517.5%2052%20512%2052s-11%20.7-15.1%202.1L157.1%20169.9c-8.3%202.8-15.1%2012.4-15.1%2021.2v482.4c0%208.8%205.7%2020.4%2012.6%2025.9L499.3%20968c3.5%202.7%208%204.1%2012.6%204.1s9.2-1.4%2012.6-4.1l344.7-268.6c6.9-5.4%2012.6-17%2012.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M810%20654.3L512%20886.5L214%20654.3V226.7l298-101.6l298%20101.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M452%20297v36c0%204.4%203.6%208%208%208h108v274h-38V405c0-4.4-3.6-8-8-8h-35c-4.4%200-8%203.6-8%208v210h-31c-4.4%200-8%203.6-8%208v37c0%204.4%203.6%208%208%208h244c4.4%200%208-3.6%208-8v-37c0-4.4-3.6-8-8-8h-72V493h58c4.4%200%208-3.6%208-8v-35c0-4.4-3.6-8-8-8h-58V341h63c4.4%200%208-3.6%208-8v-36c0-4.4-3.6-8-8-8H460c-4.4%200-8%203.6-8%208%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m447.8%20588.8l-7.3-32.5c-.2-1-.6-1.9-1.1-2.7c-2.5-3.7-7.4-4.7-11.1-2.2L405%20567V411c0-4.4-3.6-8-8-8h-81c-4.4%200-8%203.6-8%208v36c0%204.4%203.6%208%208%208h37v192.4c0%201.7.5%203.3%201.5%204.7c2.6%203.6%207.6%204.4%2011.2%201.8l79-56.8c2.6-1.9%203.8-5.1%203.1-8.3m-56.7-216.6l.2.2c3.2%203%208.3%202.8%2011.3-.5l24.1-26.2c2.9-3.2%202.8-8.1-.3-11.2l-53.7-52.1c-3.1-3-8.1-3-11.2.1l-24.7%2024.7c-3.1%203.1-3.1%208.2.1%2011.3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M866.9%20169.9L527.1%2054.1C523%2052.7%20517.5%2052%20512%2052s-11%20.7-15.1%202.1L157.1%20169.9c-8.3%202.8-15.1%2012.4-15.1%2021.2v482.4c0%208.8%205.7%2020.4%2012.6%2025.9L499.3%20968c3.5%202.7%208%204.1%2012.6%204.1s9.2-1.4%2012.6-4.1l344.7-268.6c6.9-5.4%2012.6-17%2012.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2M810%20654.3L512%20886.5L214%20654.3V226.7l298-101.6l298%20101.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M452%20297v36c0%204.4%203.6%208%208%208h108v274h-38V405c0-4.4-3.6-8-8-8h-35c-4.4%200-8%203.6-8%208v210h-31c-4.4%200-8%203.6-8%208v37c0%204.4%203.6%208%208%208h244c4.4%200%208-3.6%208-8v-37c0-4.4-3.6-8-8-8h-72V493h58c4.4%200%208-3.6%208-8v-35c0-4.4-3.6-8-8-8h-58V341h63c4.4%200%208-3.6%208-8v-36c0-4.4-3.6-8-8-8H460c-4.4%200-8%203.6-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/verified-outlined.svg?color=%231a73e8&size=48