account multiple check icon
account-multiple-check-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.
- Name
- account-multiple-check-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Account / User
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- account-multiple-success-outline, account-multiple-tick-outline, accounts-check-outline, accounts-tick-outline, people-check-outline, people-tick-outline, person-multiple-check-outline, person-multiple-tick-outline, user-multiple-check-outline, user-multiple-tick-outline, users-check-outline, users-tick-outline
1 other variant in Material Design Icons
More account / user icons from Material Design Icons
accountaccount-alertaccount-arrow-downaccount-arrow-leftaccount-arrow-rightaccount-arrow-upaccount-badgeaccount-boxaccount-box-edit-outlineaccount-box-minus-outlineaccount-box-multipleaccount-box-plus-outlineaccount-cancelaccount-cardaccount-cashaccount-checkaccount-childaccount-child-circleaccount-circleaccount-clockaccount-cogaccount-convertaccount-cowboy-hataccount-credit-card
Use the account multiple check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 11a3 3 0 1 0-3-3a3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1m4.11 3.86a5 5 0 0 0 0-5.72A2.9 2.9 0 0 1 18 5a3 3 0 0 1 0 6a2.9 2.9 0 0 1-.89-.14M13 13c-6 0-6 4-6 4v2h12v-2s0-4-6-4m-4 4c0-.29.32-2 4-2c3.5 0 3.94 1.56 4 2m7 0v2h-3v-2a5.6 5.6 0 0 0-1.8-3.94C24 13.55 24 17 24 17M7.34 8.92l1.16 1.41l-4.75 4.75l-2.75-3l1.16-1.16l1.59 1.58z"/></svg>
React
import type { SVGProps } from "react";
export function MdiAccountMultipleCheckOutline(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="M13 11a3 3 0 1 0-3-3a3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1m4.11 3.86a5 5 0 0 0 0-5.72A2.9 2.9 0 0 1 18 5a3 3 0 0 1 0 6a2.9 2.9 0 0 1-.89-.14M13 13c-6 0-6 4-6 4v2h12v-2s0-4-6-4m-4 4c0-.29.32-2 4-2c3.5 0 3.94 1.56 4 2m7 0v2h-3v-2a5.6 5.6 0 0 0-1.8-3.94C24 13.55 24 17 24 17M7.34 8.92l1.16 1.41l-4.75 4.75l-2.75-3l1.16-1.16l1.59 1.58z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 11a3 3 0 1 0-3-3a3 3 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1m4.11 3.86a5 5 0 0 0 0-5.72A2.9 2.9 0 0 1 18 5a3 3 0 0 1 0 6a2.9 2.9 0 0 1-.89-.14M13 13c-6 0-6 4-6 4v2h12v-2s0-4-6-4m-4 4c0-.29.32-2 4-2c3.5 0 3.94 1.56 4 2m7 0v2h-3v-2a5.6 5.6 0 0 0-1.8-3.94C24 13.55 24 17 24 17M7.34 8.92l1.16 1.41l-4.75 4.75l-2.75-3l1.16-1.16l1.59 1.58z"/></svg> </template>
CSS
.icon-account-multiple-check-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%22M13%2011a3%203%200%201%200-3-3a3%203%200%200%200%203%203m0-4a1%201%200%201%201-1%201a1%201%200%200%201%201-1m4.11%203.86a5%205%200%200%200%200-5.72A2.9%202.9%200%200%201%2018%205a3%203%200%200%201%200%206a2.9%202.9%200%200%201-.89-.14M13%2013c-6%200-6%204-6%204v2h12v-2s0-4-6-4m-4%204c0-.29.32-2%204-2c3.5%200%203.94%201.56%204%202m7%200v2h-3v-2a5.6%205.6%200%200%200-1.8-3.94C24%2013.55%2024%2017%2024%2017M7.34%208.92l1.16%201.41l-4.75%204.75l-2.75-3l1.16-1.16l1.59%201.58z%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%22M13%2011a3%203%200%201%200-3-3a3%203%200%200%200%203%203m0-4a1%201%200%201%201-1%201a1%201%200%200%201%201-1m4.11%203.86a5%205%200%200%200%200-5.72A2.9%202.9%200%200%201%2018%205a3%203%200%200%201%200%206a2.9%202.9%200%200%201-.89-.14M13%2013c-6%200-6%204-6%204v2h12v-2s0-4-6-4m-4%204c0-.29.32-2%204-2c3.5%200%203.94%201.56%204%202m7%200v2h-3v-2a5.6%205.6%200%200%200-1.8-3.94C24%2013.55%2024%2017%2024%2017M7.34%208.92l1.16%201.41l-4.75%204.75l-2.75-3l1.16-1.16l1.59%201.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/account-multiple-check-outline.svg?color=%231a73e8&size=48