id verified icon
id-verified from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- id-verified
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the id verified icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M16.177 18.456c.3.144.673.517.854.818c.06.42.36-1.203 1.828-2.165m2.641.892a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/><circle cx="11.008" cy="12.001" r="2"/><path stroke-linecap="round" d="M7.508 18.001c.95-.9 1.75-1.4 3.525-1.5m8.475-5c0-.8.025-3.25-.1-4.25c-.075-.825-.3-1.95-1.325-2.6c-.625-.325-1.225-.625-4.1-.65m-6.025 0c-2.15 0-3.825.175-4.65 1.2c-.7.957-.659 2.05-.725 2.4c-.15 1.875-.05 8.425-.05 9.525c0 1.15-.075 3.487 1.5 4.275c1.35.675 2.75.575 7.5.6m-.675-20c-.6 0-1.1 0-1.6.525c-.425.4-.36.753-.525 1.375c-.234.875-.35 1.337-.025 1.7c.298.39.799.392 1.242.393h.008c.425.03 1.853.016 2.275 0c.452-.018.817-.043 1.125-.443c.275-.357.112-.952-.05-1.575c-.16-.614-.1-.925-.525-1.45c-.6-.6-1.325-.525-1.925-.525Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsIdVerified(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M16.177 18.456c.3.144.673.517.854.818c.06.42.36-1.203 1.828-2.165m2.641.892a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/><circle cx="11.008" cy="12.001" r="2"/><path strokeLinecap="round" d="M7.508 18.001c.95-.9 1.75-1.4 3.525-1.5m8.475-5c0-.8.025-3.25-.1-4.25c-.075-.825-.3-1.95-1.325-2.6c-.625-.325-1.225-.625-4.1-.65m-6.025 0c-2.15 0-3.825.175-4.65 1.2c-.7.957-.659 2.05-.725 2.4c-.15 1.875-.05 8.425-.05 9.525c0 1.15-.075 3.487 1.5 4.275c1.35.675 2.75.575 7.5.6m-.675-20c-.6 0-1.1 0-1.6.525c-.425.4-.36.753-.525 1.375c-.234.875-.35 1.337-.025 1.7c.298.39.799.392 1.242.393h.008c.425.03 1.853.016 2.275 0c.452-.018.817-.043 1.125-.443c.275-.357.112-.952-.05-1.575c-.16-.614-.1-.925-.525-1.45c-.6-.6-1.325-.525-1.925-.525Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M16.177 18.456c.3.144.673.517.854.818c.06.42.36-1.203 1.828-2.165m2.641.892a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/><circle cx="11.008" cy="12.001" r="2"/><path stroke-linecap="round" d="M7.508 18.001c.95-.9 1.75-1.4 3.525-1.5m8.475-5c0-.8.025-3.25-.1-4.25c-.075-.825-.3-1.95-1.325-2.6c-.625-.325-1.225-.625-4.1-.65m-6.025 0c-2.15 0-3.825.175-4.65 1.2c-.7.957-.659 2.05-.725 2.4c-.15 1.875-.05 8.425-.05 9.525c0 1.15-.075 3.487 1.5 4.275c1.35.675 2.75.575 7.5.6m-.675-20c-.6 0-1.1 0-1.6.525c-.425.4-.36.753-.525 1.375c-.234.875-.35 1.337-.025 1.7c.298.39.799.392 1.242.393h.008c.425.03 1.853.016 2.275 0c.452-.018.817-.043 1.125-.443c.275-.357.112-.952-.05-1.575c-.16-.614-.1-.925-.525-1.45c-.6-.6-1.325-.525-1.925-.525Z"/></g></svg> </template>
CSS
.icon-id-verified {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.177%2018.456c.3.144.673.517.854.818c.06.42.36-1.203%201.828-2.165m2.641.892a4%204%200%201%201-8%200a4%204%200%200%201%208%200Z%22%2F%3E%3Ccircle%20cx%3D%2211.008%22%20cy%3D%2212.001%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.508%2018.001c.95-.9%201.75-1.4%203.525-1.5m8.475-5c0-.8.025-3.25-.1-4.25c-.075-.825-.3-1.95-1.325-2.6c-.625-.325-1.225-.625-4.1-.65m-6.025%200c-2.15%200-3.825.175-4.65%201.2c-.7.957-.659%202.05-.725%202.4c-.15%201.875-.05%208.425-.05%209.525c0%201.15-.075%203.487%201.5%204.275c1.35.675%202.75.575%207.5.6m-.675-20c-.6%200-1.1%200-1.6.525c-.425.4-.36.753-.525%201.375c-.234.875-.35%201.337-.025%201.7c.298.39.799.392%201.242.393h.008c.425.03%201.853.016%202.275%200c.452-.018.817-.043%201.125-.443c.275-.357.112-.952-.05-1.575c-.16-.614-.1-.925-.525-1.45c-.6-.6-1.325-.525-1.925-.525Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.177%2018.456c.3.144.673.517.854.818c.06.42.36-1.203%201.828-2.165m2.641.892a4%204%200%201%201-8%200a4%204%200%200%201%208%200Z%22%2F%3E%3Ccircle%20cx%3D%2211.008%22%20cy%3D%2212.001%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.508%2018.001c.95-.9%201.75-1.4%203.525-1.5m8.475-5c0-.8.025-3.25-.1-4.25c-.075-.825-.3-1.95-1.325-2.6c-.625-.325-1.225-.625-4.1-.65m-6.025%200c-2.15%200-3.825.175-4.65%201.2c-.7.957-.659%202.05-.725%202.4c-.15%201.875-.05%208.425-.05%209.525c0%201.15-.075%203.487%201.5%204.275c1.35.675%202.75.575%207.5.6m-.675-20c-.6%200-1.1%200-1.6.525c-.425.4-.36.753-.525%201.375c-.234.875-.35%201.337-.025%201.7c.298.39.799.392%201.242.393h.008c.425.03%201.853.016%202.275%200c.452-.018.817-.043%201.125-.443c.275-.357.112-.952-.05-1.575c-.16-.614-.1-.925-.525-1.45c-.6-.6-1.325-.525-1.925-.525Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/id-verified.svg?color=%231a73e8&size=48