call end icon
call-end-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- call-end-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
call-add-16-filledcall-blocked-24-filledcall-checkmark-20-filledcall-chevron-down-16-filledcall-connecting-20-filledcall-dismiss-16-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 end icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.949 12.992l-.198 1.037c-.185.971-1.092 1.623-2.12 1.524l-2.047-.198c-.892-.086-1.652-.72-1.878-1.566l-.632-2.355q-1.401-.575-3.09-.525a8.1 8.1 0 0 0-3.14.707l-.391 2.205c-.148.836-.838 1.459-1.711 1.547l-2.035.204c-1.015.102-1.988-.544-2.277-1.51l-.309-1.037c-.308-1.032-.033-2.118.721-2.851Q5.513 7.579 11.75 7.57q6.245-.007 9.185 2.588c.824.728 1.21 1.806 1.015 2.834"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallEnd24Filled(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="m21.949 12.992l-.198 1.037c-.185.971-1.092 1.623-2.12 1.524l-2.047-.198c-.892-.086-1.652-.72-1.878-1.566l-.632-2.355q-1.401-.575-3.09-.525a8.1 8.1 0 0 0-3.14.707l-.391 2.205c-.148.836-.838 1.459-1.711 1.547l-2.035.204c-1.015.102-1.988-.544-2.277-1.51l-.309-1.037c-.308-1.032-.033-2.118.721-2.851Q5.513 7.579 11.75 7.57q6.245-.007 9.185 2.588c.824.728 1.21 1.806 1.015 2.834"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.949 12.992l-.198 1.037c-.185.971-1.092 1.623-2.12 1.524l-2.047-.198c-.892-.086-1.652-.72-1.878-1.566l-.632-2.355q-1.401-.575-3.09-.525a8.1 8.1 0 0 0-3.14.707l-.391 2.205c-.148.836-.838 1.459-1.711 1.547l-2.035.204c-1.015.102-1.988-.544-2.277-1.51l-.309-1.037c-.308-1.032-.033-2.118.721-2.851Q5.513 7.579 11.75 7.57q6.245-.007 9.185 2.588c.824.728 1.21 1.806 1.015 2.834"/></svg> </template>
CSS
.icon-call-end-24-filled {
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%22m21.949%2012.992l-.198%201.037c-.185.971-1.092%201.623-2.12%201.524l-2.047-.198c-.892-.086-1.652-.72-1.878-1.566l-.632-2.355q-1.401-.575-3.09-.525a8.1%208.1%200%200%200-3.14.707l-.391%202.205c-.148.836-.838%201.459-1.711%201.547l-2.035.204c-1.015.102-1.988-.544-2.277-1.51l-.309-1.037c-.308-1.032-.033-2.118.721-2.851Q5.513%207.579%2011.75%207.57q6.245-.007%209.185%202.588c.824.728%201.21%201.806%201.015%202.834%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%22m21.949%2012.992l-.198%201.037c-.185.971-1.092%201.623-2.12%201.524l-2.047-.198c-.892-.086-1.652-.72-1.878-1.566l-.632-2.355q-1.401-.575-3.09-.525a8.1%208.1%200%200%200-3.14.707l-.391%202.205c-.148.836-.838%201.459-1.711%201.547l-2.035.204c-1.015.102-1.988-.544-2.277-1.51l-.309-1.037c-.308-1.032-.033-2.118.721-2.851Q5.513%207.579%2011.75%207.57q6.245-.007%209.185%202.588c.824.728%201.21%201.806%201.015%202.834%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-end-24-filled.svg?color=%231a73e8&size=48