call checkmark icon
call-checkmark-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- call-checkmark-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
call-add-16-filledcall-blocked-24-filledcall-chevron-down-16-filledcall-connecting-20-filledcall-dismiss-16-filledcall-end-12-filledcall-exclamation-20-filledcall-forward-16-filledcall-inbound-16-filledcall-missed-12-filledcall-outbound-16-filledcall-park-16-filledcall-pause-20-filledcall-prohibited-16-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-transfer-16-filledcall-warning-16-filled
Use the call checkmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.224 2.067l-1.167.351A3.75 3.75 0 0 0 2.509 5.07c-.717 2.772.06 6.077 2.275 9.913c2.212 3.831 4.681 6.155 7.436 6.924a3.75 3.75 0 0 0 3.586-.89l.887-.839a2.75 2.75 0 0 0 .339-3.605l-1.281-1.775a2.75 2.75 0 0 0-3.034-1.021l-2.01.615c-.057.016-.19-.03-.433-.245c-.347-.308-.755-.856-1.206-1.637c-.62-1.074-.89-1.848-.845-2.245a.25.25 0 0 1 .077-.155l1.495-1.393a2.75 2.75 0 0 0 .633-3.14l-.902-2.005a2.75 2.75 0 0 0-3.302-1.505M3.96 5.446a2.25 2.25 0 0 1 1.53-1.591l1.167-.352a1.25 1.25 0 0 1 1.5.684l.902 2.006a1.25 1.25 0 0 1-.287 1.427L7.277 9.013a1.75 1.75 0 0 0-.545 1.086c-.09.802.268 1.83 1.037 3.161c1.14 1.975 2.201 2.916 3.371 2.568l2.015-.617a1.25 1.25 0 0 1 1.38.464l1.28 1.775a1.25 1.25 0 0 1-.154 1.64l-.886.839a2.25 2.25 0 0 1-2.152.533c-2.317-.646-4.506-2.707-6.54-6.229c-2.036-3.527-2.725-6.456-2.122-8.787M21.78 3.28a.75.75 0 1 0-1.061-1.06L15 7.94l-1.87-1.87a.75.75 0 0 0-1.06 1.06l2.4 2.4a.75.75 0 0 0 1.06 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallCheckmark24Regular(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="m6.224 2.067l-1.167.351A3.75 3.75 0 0 0 2.509 5.07c-.717 2.772.06 6.077 2.275 9.913c2.212 3.831 4.681 6.155 7.436 6.924a3.75 3.75 0 0 0 3.586-.89l.887-.839a2.75 2.75 0 0 0 .339-3.605l-1.281-1.775a2.75 2.75 0 0 0-3.034-1.021l-2.01.615c-.057.016-.19-.03-.433-.245c-.347-.308-.755-.856-1.206-1.637c-.62-1.074-.89-1.848-.845-2.245a.25.25 0 0 1 .077-.155l1.495-1.393a2.75 2.75 0 0 0 .633-3.14l-.902-2.005a2.75 2.75 0 0 0-3.302-1.505M3.96 5.446a2.25 2.25 0 0 1 1.53-1.591l1.167-.352a1.25 1.25 0 0 1 1.5.684l.902 2.006a1.25 1.25 0 0 1-.287 1.427L7.277 9.013a1.75 1.75 0 0 0-.545 1.086c-.09.802.268 1.83 1.037 3.161c1.14 1.975 2.201 2.916 3.371 2.568l2.015-.617a1.25 1.25 0 0 1 1.38.464l1.28 1.775a1.25 1.25 0 0 1-.154 1.64l-.886.839a2.25 2.25 0 0 1-2.152.533c-2.317-.646-4.506-2.707-6.54-6.229c-2.036-3.527-2.725-6.456-2.122-8.787M21.78 3.28a.75.75 0 1 0-1.061-1.06L15 7.94l-1.87-1.87a.75.75 0 0 0-1.06 1.06l2.4 2.4a.75.75 0 0 0 1.06 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.224 2.067l-1.167.351A3.75 3.75 0 0 0 2.509 5.07c-.717 2.772.06 6.077 2.275 9.913c2.212 3.831 4.681 6.155 7.436 6.924a3.75 3.75 0 0 0 3.586-.89l.887-.839a2.75 2.75 0 0 0 .339-3.605l-1.281-1.775a2.75 2.75 0 0 0-3.034-1.021l-2.01.615c-.057.016-.19-.03-.433-.245c-.347-.308-.755-.856-1.206-1.637c-.62-1.074-.89-1.848-.845-2.245a.25.25 0 0 1 .077-.155l1.495-1.393a2.75 2.75 0 0 0 .633-3.14l-.902-2.005a2.75 2.75 0 0 0-3.302-1.505M3.96 5.446a2.25 2.25 0 0 1 1.53-1.591l1.167-.352a1.25 1.25 0 0 1 1.5.684l.902 2.006a1.25 1.25 0 0 1-.287 1.427L7.277 9.013a1.75 1.75 0 0 0-.545 1.086c-.09.802.268 1.83 1.037 3.161c1.14 1.975 2.201 2.916 3.371 2.568l2.015-.617a1.25 1.25 0 0 1 1.38.464l1.28 1.775a1.25 1.25 0 0 1-.154 1.64l-.886.839a2.25 2.25 0 0 1-2.152.533c-2.317-.646-4.506-2.707-6.54-6.229c-2.036-3.527-2.725-6.456-2.122-8.787M21.78 3.28a.75.75 0 1 0-1.061-1.06L15 7.94l-1.87-1.87a.75.75 0 0 0-1.06 1.06l2.4 2.4a.75.75 0 0 0 1.06 0z"/></svg> </template>
CSS
.icon-call-checkmark-24-regular {
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%22m6.224%202.067l-1.167.351A3.75%203.75%200%200%200%202.509%205.07c-.717%202.772.06%206.077%202.275%209.913c2.212%203.831%204.681%206.155%207.436%206.924a3.75%203.75%200%200%200%203.586-.89l.887-.839a2.75%202.75%200%200%200%20.339-3.605l-1.281-1.775a2.75%202.75%200%200%200-3.034-1.021l-2.01.615c-.057.016-.19-.03-.433-.245c-.347-.308-.755-.856-1.206-1.637c-.62-1.074-.89-1.848-.845-2.245a.25.25%200%200%201%20.077-.155l1.495-1.393a2.75%202.75%200%200%200%20.633-3.14l-.902-2.005a2.75%202.75%200%200%200-3.302-1.505M3.96%205.446a2.25%202.25%200%200%201%201.53-1.591l1.167-.352a1.25%201.25%200%200%201%201.5.684l.902%202.006a1.25%201.25%200%200%201-.287%201.427L7.277%209.013a1.75%201.75%200%200%200-.545%201.086c-.09.802.268%201.83%201.037%203.161c1.14%201.975%202.201%202.916%203.371%202.568l2.015-.617a1.25%201.25%200%200%201%201.38.464l1.28%201.775a1.25%201.25%200%200%201-.154%201.64l-.886.839a2.25%202.25%200%200%201-2.152.533c-2.317-.646-4.506-2.707-6.54-6.229c-2.036-3.527-2.725-6.456-2.122-8.787M21.78%203.28a.75.75%200%201%200-1.061-1.06L15%207.94l-1.87-1.87a.75.75%200%200%200-1.06%201.06l2.4%202.4a.75.75%200%200%200%201.06%200z%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%22m6.224%202.067l-1.167.351A3.75%203.75%200%200%200%202.509%205.07c-.717%202.772.06%206.077%202.275%209.913c2.212%203.831%204.681%206.155%207.436%206.924a3.75%203.75%200%200%200%203.586-.89l.887-.839a2.75%202.75%200%200%200%20.339-3.605l-1.281-1.775a2.75%202.75%200%200%200-3.034-1.021l-2.01.615c-.057.016-.19-.03-.433-.245c-.347-.308-.755-.856-1.206-1.637c-.62-1.074-.89-1.848-.845-2.245a.25.25%200%200%201%20.077-.155l1.495-1.393a2.75%202.75%200%200%200%20.633-3.14l-.902-2.005a2.75%202.75%200%200%200-3.302-1.505M3.96%205.446a2.25%202.25%200%200%201%201.53-1.591l1.167-.352a1.25%201.25%200%200%201%201.5.684l.902%202.006a1.25%201.25%200%200%201-.287%201.427L7.277%209.013a1.75%201.75%200%200%200-.545%201.086c-.09.802.268%201.83%201.037%203.161c1.14%201.975%202.201%202.916%203.371%202.568l2.015-.617a1.25%201.25%200%200%201%201.38.464l1.28%201.775a1.25%201.25%200%200%201-.154%201.64l-.886.839a2.25%202.25%200%200%201-2.152.533c-2.317-.646-4.506-2.707-6.54-6.229c-2.036-3.527-2.725-6.456-2.122-8.787M21.78%203.28a.75.75%200%201%200-1.061-1.06L15%207.94l-1.87-1.87a.75.75%200%200%200-1.06%201.06l2.4%202.4a.75.75%200%200%200%201.06%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-checkmark-24-regular.svg?color=%231a73e8&size=48