call-end-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
call-end-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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

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.904 13.202l-.192.816a2.75 2.75 0 0 1-2.955 2.107l-1.754-.178A2.75 2.75 0 0 1 14.6 13.83l-.39-1.686a.25.25 0 0 0-.113-.157c-.321-.197-1.033-.32-2.097-.32c-.787 0-1.386.067-1.787.189c-.14.043-.238.085-.3.116l-.091.048l-.014.04l-.409 1.77a2.75 2.75 0 0 1-2.401 2.118l-1.746.177A2.75 2.75 0 0 1 2.3 14.03l-.195-.817a3.75 3.75 0 0 1 1.13-3.651C5.134 7.839 8.064 7 12 7c3.942 0 6.875.842 8.775 2.57a3.75 3.75 0 0 1 1.173 3.41zm-1.427-.514a2.25 2.25 0 0 0-.71-2.009C18.185 9.241 15.604 8.5 12 8.5c-3.598 0-6.177.739-7.76 2.172a2.25 2.25 0 0 0-.677 2.19l.195.818a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.091-.962l.423-1.82l.043-.136c.375-.998 1.59-1.37 3.597-1.37c1.317 0 2.265.164 2.88.54c.401.245.687.642.792 1.1l.39 1.685c.12.522.559.909 1.091.963l1.755.178a1.25 1.25 0 0 0 1.343-.958l.192-.816z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallEnd24Regular(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.904 13.202l-.192.816a2.75 2.75 0 0 1-2.955 2.107l-1.754-.178A2.75 2.75 0 0 1 14.6 13.83l-.39-1.686a.25.25 0 0 0-.113-.157c-.321-.197-1.033-.32-2.097-.32c-.787 0-1.386.067-1.787.189c-.14.043-.238.085-.3.116l-.091.048l-.014.04l-.409 1.77a2.75 2.75 0 0 1-2.401 2.118l-1.746.177A2.75 2.75 0 0 1 2.3 14.03l-.195-.817a3.75 3.75 0 0 1 1.13-3.651C5.134 7.839 8.064 7 12 7c3.942 0 6.875.842 8.775 2.57a3.75 3.75 0 0 1 1.173 3.41zm-1.427-.514a2.25 2.25 0 0 0-.71-2.009C18.185 9.241 15.604 8.5 12 8.5c-3.598 0-6.177.739-7.76 2.172a2.25 2.25 0 0 0-.677 2.19l.195.818a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.091-.962l.423-1.82l.043-.136c.375-.998 1.59-1.37 3.597-1.37c1.317 0 2.265.164 2.88.54c.401.245.687.642.792 1.1l.39 1.685c.12.522.559.909 1.091.963l1.755.178a1.25 1.25 0 0 0 1.343-.958l.192-.816z"/></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.904 13.202l-.192.816a2.75 2.75 0 0 1-2.955 2.107l-1.754-.178A2.75 2.75 0 0 1 14.6 13.83l-.39-1.686a.25.25 0 0 0-.113-.157c-.321-.197-1.033-.32-2.097-.32c-.787 0-1.386.067-1.787.189c-.14.043-.238.085-.3.116l-.091.048l-.014.04l-.409 1.77a2.75 2.75 0 0 1-2.401 2.118l-1.746.177A2.75 2.75 0 0 1 2.3 14.03l-.195-.817a3.75 3.75 0 0 1 1.13-3.651C5.134 7.839 8.064 7 12 7c3.942 0 6.875.842 8.775 2.57a3.75 3.75 0 0 1 1.173 3.41zm-1.427-.514a2.25 2.25 0 0 0-.71-2.009C18.185 9.241 15.604 8.5 12 8.5c-3.598 0-6.177.739-7.76 2.172a2.25 2.25 0 0 0-.677 2.19l.195.818a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.091-.962l.423-1.82l.043-.136c.375-.998 1.59-1.37 3.597-1.37c1.317 0 2.265.164 2.88.54c.401.245.687.642.792 1.1l.39 1.685c.12.522.559.909 1.091.963l1.755.178a1.25 1.25 0 0 0 1.343-.958l.192-.816z"/></svg>
</template>

CSS

.icon-call-end-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%22m21.904%2013.202l-.192.816a2.75%202.75%200%200%201-2.955%202.107l-1.754-.178A2.75%202.75%200%200%201%2014.6%2013.83l-.39-1.686a.25.25%200%200%200-.113-.157c-.321-.197-1.033-.32-2.097-.32c-.787%200-1.386.067-1.787.189c-.14.043-.238.085-.3.116l-.091.048l-.014.04l-.409%201.77a2.75%202.75%200%200%201-2.401%202.118l-1.746.177A2.75%202.75%200%200%201%202.3%2014.03l-.195-.817a3.75%203.75%200%200%201%201.13-3.651C5.134%207.839%208.064%207%2012%207c3.942%200%206.875.842%208.775%202.57a3.75%203.75%200%200%201%201.173%203.41zm-1.427-.514a2.25%202.25%200%200%200-.71-2.009C18.185%209.241%2015.604%208.5%2012%208.5c-3.598%200-6.177.739-7.76%202.172a2.25%202.25%200%200%200-.677%202.19l.195.818a1.25%201.25%200%200%200%201.342.953l1.746-.178a1.25%201.25%200%200%200%201.091-.962l.423-1.82l.043-.136c.375-.998%201.59-1.37%203.597-1.37c1.317%200%202.265.164%202.88.54c.401.245.687.642.792%201.1l.39%201.685c.12.522.559.909%201.091.963l1.755.178a1.25%201.25%200%200%200%201.343-.958l.192-.816z%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.904%2013.202l-.192.816a2.75%202.75%200%200%201-2.955%202.107l-1.754-.178A2.75%202.75%200%200%201%2014.6%2013.83l-.39-1.686a.25.25%200%200%200-.113-.157c-.321-.197-1.033-.32-2.097-.32c-.787%200-1.386.067-1.787.189c-.14.043-.238.085-.3.116l-.091.048l-.014.04l-.409%201.77a2.75%202.75%200%200%201-2.401%202.118l-1.746.177A2.75%202.75%200%200%201%202.3%2014.03l-.195-.817a3.75%203.75%200%200%201%201.13-3.651C5.134%207.839%208.064%207%2012%207c3.942%200%206.875.842%208.775%202.57a3.75%203.75%200%200%201%201.173%203.41zm-1.427-.514a2.25%202.25%200%200%200-.71-2.009C18.185%209.241%2015.604%208.5%2012%208.5c-3.598%200-6.177.739-7.76%202.172a2.25%202.25%200%200%200-.677%202.19l.195.818a1.25%201.25%200%200%200%201.342.953l1.746-.178a1.25%201.25%200%200%200%201.091-.962l.423-1.82l.043-.136c.375-.998%201.59-1.37%203.597-1.37c1.317%200%202.265.164%202.88.54c.401.245.687.642.792%201.1l.39%201.685c.12.522.559.909%201.091.963l1.755.178a1.25%201.25%200%200%200%201.343-.958l.192-.816z%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-regular.svg?color=%231a73e8&size=48