done all icon
done-all-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- done-all-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
Use the done all icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.62 6.21a1 1 0 0 0-1.41.17l-7 9l-3.43-4.18a1 1 0 1 0-1.56 1.25l4.17 5.18a1 1 0 0 0 .78.37a1 1 0 0 0 .83-.38l7.83-10a1 1 0 0 0-.21-1.41m5 0a1 1 0 0 0-1.41.17l-7 9l-.61-.75l-1.26 1.62l1.1 1.37a1 1 0 0 0 .78.37a1 1 0 0 0 .78-.38l7.83-10a1 1 0 0 0-.21-1.4"/><path fill="currentColor" d="M8.71 13.06L10 11.44l-.2-.24a1 1 0 0 0-1.43-.2a1 1 0 0 0-.15 1.41Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaDoneAllOutline(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="M16.62 6.21a1 1 0 0 0-1.41.17l-7 9l-3.43-4.18a1 1 0 1 0-1.56 1.25l4.17 5.18a1 1 0 0 0 .78.37a1 1 0 0 0 .83-.38l7.83-10a1 1 0 0 0-.21-1.41m5 0a1 1 0 0 0-1.41.17l-7 9l-.61-.75l-1.26 1.62l1.1 1.37a1 1 0 0 0 .78.37a1 1 0 0 0 .78-.38l7.83-10a1 1 0 0 0-.21-1.4"/><path fill="currentColor" d="M8.71 13.06L10 11.44l-.2-.24a1 1 0 0 0-1.43-.2a1 1 0 0 0-.15 1.41Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.62 6.21a1 1 0 0 0-1.41.17l-7 9l-3.43-4.18a1 1 0 1 0-1.56 1.25l4.17 5.18a1 1 0 0 0 .78.37a1 1 0 0 0 .83-.38l7.83-10a1 1 0 0 0-.21-1.41m5 0a1 1 0 0 0-1.41.17l-7 9l-.61-.75l-1.26 1.62l1.1 1.37a1 1 0 0 0 .78.37a1 1 0 0 0 .78-.38l7.83-10a1 1 0 0 0-.21-1.4"/><path fill="currentColor" d="M8.71 13.06L10 11.44l-.2-.24a1 1 0 0 0-1.43-.2a1 1 0 0 0-.15 1.41Z"/></svg> </template>
CSS
.icon-done-all-outline {
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%22M16.62%206.21a1%201%200%200%200-1.41.17l-7%209l-3.43-4.18a1%201%200%201%200-1.56%201.25l4.17%205.18a1%201%200%200%200%20.78.37a1%201%200%200%200%20.83-.38l7.83-10a1%201%200%200%200-.21-1.41m5%200a1%201%200%200%200-1.41.17l-7%209l-.61-.75l-1.26%201.62l1.1%201.37a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-.38l7.83-10a1%201%200%200%200-.21-1.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.71%2013.06L10%2011.44l-.2-.24a1%201%200%200%200-1.43-.2a1%201%200%200%200-.15%201.41Z%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%22M16.62%206.21a1%201%200%200%200-1.41.17l-7%209l-3.43-4.18a1%201%200%201%200-1.56%201.25l4.17%205.18a1%201%200%200%200%20.78.37a1%201%200%200%200%20.83-.38l7.83-10a1%201%200%200%200-.21-1.41m5%200a1%201%200%200%200-1.41.17l-7%209l-.61-.75l-1.26%201.62l1.1%201.37a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-.38l7.83-10a1%201%200%200%200-.21-1.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.71%2013.06L10%2011.44l-.2-.24a1%201%200%200%200-1.43-.2a1%201%200%200%200-.15%201.41Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/done-all-outline.svg?color=%231a73e8&size=48