call end icon
call-end-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- call-end-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M10.132 16.623c3.625-1.659 8.56-2.62 13.868-2.62s10.244.961 13.869 2.62c3.519 1.61 6.29 4.136 6.125 7.463q-.002.045-.008.088l-.559 4.645a4.75 4.75 0 0 1-5.48 4.12l-5.112-.833a4.25 4.25 0 0 1-3.478-3.336l-.935-4.533a.2.2 0 0 0-.022-.058c-.754-.259-2.265-.659-4.4-.659c-2.134 0-3.645.4-4.4.66a.2.2 0 0 0-.02.057l-.936 4.533a4.25 4.25 0 0 1-3.478 3.336l-5.112.834a4.75 4.75 0 0 1-5.48-4.121l-.56-4.646l-.007-.087c-.166-3.327 2.606-5.853 6.125-7.463m-3.63 7.3l.553 4.597a2.25 2.25 0 0 0 2.597 1.952l5.111-.834a1.75 1.75 0 0 0 1.432-1.373l.936-4.533c.168-.815.725-1.595 1.637-1.91c.97-.335 2.764-.802 5.232-.802s4.262.467 5.233.802c.911.315 1.469 1.095 1.637 1.91l.935 4.533a1.75 1.75 0 0 0 1.432 1.373l5.112.834a2.25 2.25 0 0 0 2.596-1.952l.553-4.598c.06-1.673-1.368-3.516-4.67-5.026c-3.221-1.474-7.783-2.393-12.828-2.393s-9.606.919-12.828 2.393c-3.301 1.51-4.73 3.353-4.67 5.026"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallEnd48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.132 16.623c3.625-1.659 8.56-2.62 13.868-2.62s10.244.961 13.869 2.62c3.519 1.61 6.29 4.136 6.125 7.463q-.002.045-.008.088l-.559 4.645a4.75 4.75 0 0 1-5.48 4.12l-5.112-.833a4.25 4.25 0 0 1-3.478-3.336l-.935-4.533a.2.2 0 0 0-.022-.058c-.754-.259-2.265-.659-4.4-.659c-2.134 0-3.645.4-4.4.66a.2.2 0 0 0-.02.057l-.936 4.533a4.25 4.25 0 0 1-3.478 3.336l-5.112.834a4.75 4.75 0 0 1-5.48-4.121l-.56-4.646l-.007-.087c-.166-3.327 2.606-5.853 6.125-7.463m-3.63 7.3l.553 4.597a2.25 2.25 0 0 0 2.597 1.952l5.111-.834a1.75 1.75 0 0 0 1.432-1.373l.936-4.533c.168-.815.725-1.595 1.637-1.91c.97-.335 2.764-.802 5.232-.802s4.262.467 5.233.802c.911.315 1.469 1.095 1.637 1.91l.935 4.533a1.75 1.75 0 0 0 1.432 1.373l5.112.834a2.25 2.25 0 0 0 2.596-1.952l.553-4.598c.06-1.673-1.368-3.516-4.67-5.026c-3.221-1.474-7.783-2.393-12.828-2.393s-9.606.919-12.828 2.393c-3.301 1.51-4.73 3.353-4.67 5.026"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.132 16.623c3.625-1.659 8.56-2.62 13.868-2.62s10.244.961 13.869 2.62c3.519 1.61 6.29 4.136 6.125 7.463q-.002.045-.008.088l-.559 4.645a4.75 4.75 0 0 1-5.48 4.12l-5.112-.833a4.25 4.25 0 0 1-3.478-3.336l-.935-4.533a.2.2 0 0 0-.022-.058c-.754-.259-2.265-.659-4.4-.659c-2.134 0-3.645.4-4.4.66a.2.2 0 0 0-.02.057l-.936 4.533a4.25 4.25 0 0 1-3.478 3.336l-5.112.834a4.75 4.75 0 0 1-5.48-4.121l-.56-4.646l-.007-.087c-.166-3.327 2.606-5.853 6.125-7.463m-3.63 7.3l.553 4.597a2.25 2.25 0 0 0 2.597 1.952l5.111-.834a1.75 1.75 0 0 0 1.432-1.373l.936-4.533c.168-.815.725-1.595 1.637-1.91c.97-.335 2.764-.802 5.232-.802s4.262.467 5.233.802c.911.315 1.469 1.095 1.637 1.91l.935 4.533a1.75 1.75 0 0 0 1.432 1.373l5.112.834a2.25 2.25 0 0 0 2.596-1.952l.553-4.598c.06-1.673-1.368-3.516-4.67-5.026c-3.221-1.474-7.783-2.393-12.828-2.393s-9.606.919-12.828 2.393c-3.301 1.51-4.73 3.353-4.67 5.026"/></svg> </template>
CSS
.icon-call-end-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.132%2016.623c3.625-1.659%208.56-2.62%2013.868-2.62s10.244.961%2013.869%202.62c3.519%201.61%206.29%204.136%206.125%207.463q-.002.045-.008.088l-.559%204.645a4.75%204.75%200%200%201-5.48%204.12l-5.112-.833a4.25%204.25%200%200%201-3.478-3.336l-.935-4.533a.2.2%200%200%200-.022-.058c-.754-.259-2.265-.659-4.4-.659c-2.134%200-3.645.4-4.4.66a.2.2%200%200%200-.02.057l-.936%204.533a4.25%204.25%200%200%201-3.478%203.336l-5.112.834a4.75%204.75%200%200%201-5.48-4.121l-.56-4.646l-.007-.087c-.166-3.327%202.606-5.853%206.125-7.463m-3.63%207.3l.553%204.597a2.25%202.25%200%200%200%202.597%201.952l5.111-.834a1.75%201.75%200%200%200%201.432-1.373l.936-4.533c.168-.815.725-1.595%201.637-1.91c.97-.335%202.764-.802%205.232-.802s4.262.467%205.233.802c.911.315%201.469%201.095%201.637%201.91l.935%204.533a1.75%201.75%200%200%200%201.432%201.373l5.112.834a2.25%202.25%200%200%200%202.596-1.952l.553-4.598c.06-1.673-1.368-3.516-4.67-5.026c-3.221-1.474-7.783-2.393-12.828-2.393s-9.606.919-12.828%202.393c-3.301%201.51-4.73%203.353-4.67%205.026%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.132%2016.623c3.625-1.659%208.56-2.62%2013.868-2.62s10.244.961%2013.869%202.62c3.519%201.61%206.29%204.136%206.125%207.463q-.002.045-.008.088l-.559%204.645a4.75%204.75%200%200%201-5.48%204.12l-5.112-.833a4.25%204.25%200%200%201-3.478-3.336l-.935-4.533a.2.2%200%200%200-.022-.058c-.754-.259-2.265-.659-4.4-.659c-2.134%200-3.645.4-4.4.66a.2.2%200%200%200-.02.057l-.936%204.533a4.25%204.25%200%200%201-3.478%203.336l-5.112.834a4.75%204.75%200%200%201-5.48-4.121l-.56-4.646l-.007-.087c-.166-3.327%202.606-5.853%206.125-7.463m-3.63%207.3l.553%204.597a2.25%202.25%200%200%200%202.597%201.952l5.111-.834a1.75%201.75%200%200%200%201.432-1.373l.936-4.533c.168-.815.725-1.595%201.637-1.91c.97-.335%202.764-.802%205.232-.802s4.262.467%205.233.802c.911.315%201.469%201.095%201.637%201.91l.935%204.533a1.75%201.75%200%200%200%201.432%201.373l5.112.834a2.25%202.25%200%200%200%202.596-1.952l.553-4.598c.06-1.673-1.368-3.516-4.67-5.026c-3.221-1.474-7.783-2.393-12.828-2.393s-9.606.919-12.828%202.393c-3.301%201.51-4.73%203.353-4.67%205.026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-end-48-regular.svg?color=%231a73e8&size=48