validation approval icon
validation-approval from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- validation-approval
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the validation approval 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 d="m18 18.5l.278-1.386c.146-.733.538-1.41.678-2.144q.045-.229.044-.47a2.5 2.5 0 1 0-4.956.47c.14.735.532 1.41.679 2.144L15 18.5m3 0h-3m3 0l2.497.666A1.92 1.92 0 0 1 22 21.04c0 .53-.43.96-.96.96h-9.08a.96.96 0 0 1-.96-.96c0-.9.625-1.679 1.503-1.874L15 18.5"/><path stroke-linecap="round" d="M17 9V8c0-2.828 0-4.243-.879-5.121C15.243 2 13.828 2 11 2H8c-2.828 0-4.243 0-5.121.879C2 3.757 2 5.172 2 8v8c0 2.828 0 4.243.879 5.121C3.757 22 5.172 22 8 22"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 8.667s.625 0 1.25 1.333c0 0 1.985-3.333 3.75-4"/><path stroke-linecap="round" d="M6 14h4m-4 3h4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsValidationApproval(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 d="m18 18.5l.278-1.386c.146-.733.538-1.41.678-2.144q.045-.229.044-.47a2.5 2.5 0 1 0-4.956.47c.14.735.532 1.41.679 2.144L15 18.5m3 0h-3m3 0l2.497.666A1.92 1.92 0 0 1 22 21.04c0 .53-.43.96-.96.96h-9.08a.96.96 0 0 1-.96-.96c0-.9.625-1.679 1.503-1.874L15 18.5"/><path strokeLinecap="round" d="M17 9V8c0-2.828 0-4.243-.879-5.121C15.243 2 13.828 2 11 2H8c-2.828 0-4.243 0-5.121.879C2 3.757 2 5.172 2 8v8c0 2.828 0 4.243.879 5.121C3.757 22 5.172 22 8 22"/><path strokeLinecap="round" strokeLinejoin="round" d="M7 8.667s.625 0 1.25 1.333c0 0 1.985-3.333 3.75-4"/><path strokeLinecap="round" d="M6 14h4m-4 3h4"/></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 d="m18 18.5l.278-1.386c.146-.733.538-1.41.678-2.144q.045-.229.044-.47a2.5 2.5 0 1 0-4.956.47c.14.735.532 1.41.679 2.144L15 18.5m3 0h-3m3 0l2.497.666A1.92 1.92 0 0 1 22 21.04c0 .53-.43.96-.96.96h-9.08a.96.96 0 0 1-.96-.96c0-.9.625-1.679 1.503-1.874L15 18.5"/><path stroke-linecap="round" d="M17 9V8c0-2.828 0-4.243-.879-5.121C15.243 2 13.828 2 11 2H8c-2.828 0-4.243 0-5.121.879C2 3.757 2 5.172 2 8v8c0 2.828 0 4.243.879 5.121C3.757 22 5.172 22 8 22"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 8.667s.625 0 1.25 1.333c0 0 1.985-3.333 3.75-4"/><path stroke-linecap="round" d="M6 14h4m-4 3h4"/></g></svg> </template>
CSS
.icon-validation-approval {
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%20d%3D%22m18%2018.5l.278-1.386c.146-.733.538-1.41.678-2.144q.045-.229.044-.47a2.5%202.5%200%201%200-4.956.47c.14.735.532%201.41.679%202.144L15%2018.5m3%200h-3m3%200l2.497.666A1.92%201.92%200%200%201%2022%2021.04c0%20.53-.43.96-.96.96h-9.08a.96.96%200%200%201-.96-.96c0-.9.625-1.679%201.503-1.874L15%2018.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%209V8c0-2.828%200-4.243-.879-5.121C15.243%202%2013.828%202%2011%202H8c-2.828%200-4.243%200-5.121.879C2%203.757%202%205.172%202%208v8c0%202.828%200%204.243.879%205.121C3.757%2022%205.172%2022%208%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%208.667s.625%200%201.25%201.333c0%200%201.985-3.333%203.75-4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2014h4m-4%203h4%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%20d%3D%22m18%2018.5l.278-1.386c.146-.733.538-1.41.678-2.144q.045-.229.044-.47a2.5%202.5%200%201%200-4.956.47c.14.735.532%201.41.679%202.144L15%2018.5m3%200h-3m3%200l2.497.666A1.92%201.92%200%200%201%2022%2021.04c0%20.53-.43.96-.96.96h-9.08a.96.96%200%200%201-.96-.96c0-.9.625-1.679%201.503-1.874L15%2018.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%209V8c0-2.828%200-4.243-.879-5.121C15.243%202%2013.828%202%2011%202H8c-2.828%200-4.243%200-5.121.879C2%203.757%202%205.172%202%208v8c0%202.828%200%204.243.879%205.121C3.757%2022%205.172%2022%208%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%208.667s.625%200%201.25%201.333c0%200%201.985-3.333%203.75-4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2014h4m-4%203h4%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/validation-approval.svg?color=%231a73e8&size=48