i documents accepted icon
i-documents-accepted from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- i-documents-accepted
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More symbols icons from Health Icons
Use the i documents accepted icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M16 5h13l9 9v23a2 2 0 0 1-2 2H16a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2m19 9l-6-6v5a1 1 0 0 0 1 1zm-2.293 7.293a1 1 0 0 1 0 1.414L24 31.414l-4.707-4.707a1 1 0 0 1 1.414-1.414L24 28.586l7.293-7.293a1 1 0 0 1 1.414 0" clip-rule="evenodd"/><path d="M12 11h-2v27a5 5 0 0 0 5 5h19v-2H15a3 3 0 0 1-3-3z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsIDocumentsAccepted(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M16 5h13l9 9v23a2 2 0 0 1-2 2H16a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2m19 9l-6-6v5a1 1 0 0 0 1 1zm-2.293 7.293a1 1 0 0 1 0 1.414L24 31.414l-4.707-4.707a1 1 0 0 1 1.414-1.414L24 28.586l7.293-7.293a1 1 0 0 1 1.414 0" clipRule="evenodd"/><path d="M12 11h-2v27a5 5 0 0 0 5 5h19v-2H15a3 3 0 0 1-3-3z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M16 5h13l9 9v23a2 2 0 0 1-2 2H16a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2m19 9l-6-6v5a1 1 0 0 0 1 1zm-2.293 7.293a1 1 0 0 1 0 1.414L24 31.414l-4.707-4.707a1 1 0 0 1 1.414-1.414L24 28.586l7.293-7.293a1 1 0 0 1 1.414 0" clip-rule="evenodd"/><path d="M12 11h-2v27a5 5 0 0 0 5 5h19v-2H15a3 3 0 0 1-3-3z"/></g></svg> </template>
CSS
.icon-i-documents-accepted {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%205h13l9%209v23a2%202%200%200%201-2%202H16a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2m19%209l-6-6v5a1%201%200%200%200%201%201zm-2.293%207.293a1%201%200%200%201%200%201.414L24%2031.414l-4.707-4.707a1%201%200%200%201%201.414-1.414L24%2028.586l7.293-7.293a1%201%200%200%201%201.414%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%2011h-2v27a5%205%200%200%200%205%205h19v-2H15a3%203%200%200%201-3-3z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%205h13l9%209v23a2%202%200%200%201-2%202H16a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2m19%209l-6-6v5a1%201%200%200%200%201%201zm-2.293%207.293a1%201%200%200%201%200%201.414L24%2031.414l-4.707-4.707a1%201%200%200%201%201.414-1.414L24%2028.586l7.293-7.293a1%201%200%200%201%201.414%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%2011h-2v27a5%205%200%200%200%205%205h19v-2H15a3%203%200%200%201-3-3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/i-documents-accepted.svg?color=%231a73e8&size=48