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

Name
call-end-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M7.365 12.554c-2.243.991-3.28 2.227-3.364 3.365a.8.8 0 0 0 .02.206l.498 2.65a1.5 1.5 0 0 0 1.741 1.198l3.23-.584a1 1 0 0 0 .801-.78l.623-2.997a1.9 1.9 0 0 1 1.228-1.42a12.06 12.06 0 0 1 7.709 0c.671.232 1.1.803 1.228 1.42l.623 2.996a1 1 0 0 0 .8.781l3.23.584a1.5 1.5 0 0 0 1.742-1.199l.502-2.67a1 1 0 0 0 .02-.186c-.059-1.126-1.077-2.361-3.333-3.358c-2.19-.967-5.25-1.56-8.667-1.56c-3.41 0-6.45.59-8.63 1.554m-.808-1.83C9.054 9.621 12.385 9 15.997 9c3.618 0 6.968.623 9.474 1.73c2.439 1.078 4.402 2.776 4.522 5.084a2.8 2.8 0 0 1-.052.66l-.502 2.67a3.5 3.5 0 0 1-4.062 2.797l-3.23-.584a3 3 0 0 1-2.404-2.342l-.614-2.955a10.1 10.1 0 0 0-6.266 0l-.614 2.955a3 3 0 0 1-2.403 2.342l-3.23.584a3.5 3.5 0 0 1-4.062-2.797l-.499-2.65a2.8 2.8 0 0 1-.049-.722c.168-2.285 2.116-3.972 4.551-5.048m6.315 5.295"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallEnd32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.365 12.554c-2.243.991-3.28 2.227-3.364 3.365a.8.8 0 0 0 .02.206l.498 2.65a1.5 1.5 0 0 0 1.741 1.198l3.23-.584a1 1 0 0 0 .801-.78l.623-2.997a1.9 1.9 0 0 1 1.228-1.42a12.06 12.06 0 0 1 7.709 0c.671.232 1.1.803 1.228 1.42l.623 2.996a1 1 0 0 0 .8.781l3.23.584a1.5 1.5 0 0 0 1.742-1.199l.502-2.67a1 1 0 0 0 .02-.186c-.059-1.126-1.077-2.361-3.333-3.358c-2.19-.967-5.25-1.56-8.667-1.56c-3.41 0-6.45.59-8.63 1.554m-.808-1.83C9.054 9.621 12.385 9 15.997 9c3.618 0 6.968.623 9.474 1.73c2.439 1.078 4.402 2.776 4.522 5.084a2.8 2.8 0 0 1-.052.66l-.502 2.67a3.5 3.5 0 0 1-4.062 2.797l-3.23-.584a3 3 0 0 1-2.404-2.342l-.614-2.955a10.1 10.1 0 0 0-6.266 0l-.614 2.955a3 3 0 0 1-2.403 2.342l-3.23.584a3.5 3.5 0 0 1-4.062-2.797l-.499-2.65a2.8 2.8 0 0 1-.049-.722c.168-2.285 2.116-3.972 4.551-5.048m6.315 5.295"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.365 12.554c-2.243.991-3.28 2.227-3.364 3.365a.8.8 0 0 0 .02.206l.498 2.65a1.5 1.5 0 0 0 1.741 1.198l3.23-.584a1 1 0 0 0 .801-.78l.623-2.997a1.9 1.9 0 0 1 1.228-1.42a12.06 12.06 0 0 1 7.709 0c.671.232 1.1.803 1.228 1.42l.623 2.996a1 1 0 0 0 .8.781l3.23.584a1.5 1.5 0 0 0 1.742-1.199l.502-2.67a1 1 0 0 0 .02-.186c-.059-1.126-1.077-2.361-3.333-3.358c-2.19-.967-5.25-1.56-8.667-1.56c-3.41 0-6.45.59-8.63 1.554m-.808-1.83C9.054 9.621 12.385 9 15.997 9c3.618 0 6.968.623 9.474 1.73c2.439 1.078 4.402 2.776 4.522 5.084a2.8 2.8 0 0 1-.052.66l-.502 2.67a3.5 3.5 0 0 1-4.062 2.797l-3.23-.584a3 3 0 0 1-2.404-2.342l-.614-2.955a10.1 10.1 0 0 0-6.266 0l-.614 2.955a3 3 0 0 1-2.403 2.342l-3.23.584a3.5 3.5 0 0 1-4.062-2.797l-.499-2.65a2.8 2.8 0 0 1-.049-.722c.168-2.285 2.116-3.972 4.551-5.048m6.315 5.295"/></svg>
</template>

CSS

.icon-call-end-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.365%2012.554c-2.243.991-3.28%202.227-3.364%203.365a.8.8%200%200%200%20.02.206l.498%202.65a1.5%201.5%200%200%200%201.741%201.198l3.23-.584a1%201%200%200%200%20.801-.78l.623-2.997a1.9%201.9%200%200%201%201.228-1.42a12.06%2012.06%200%200%201%207.709%200c.671.232%201.1.803%201.228%201.42l.623%202.996a1%201%200%200%200%20.8.781l3.23.584a1.5%201.5%200%200%200%201.742-1.199l.502-2.67a1%201%200%200%200%20.02-.186c-.059-1.126-1.077-2.361-3.333-3.358c-2.19-.967-5.25-1.56-8.667-1.56c-3.41%200-6.45.59-8.63%201.554m-.808-1.83C9.054%209.621%2012.385%209%2015.997%209c3.618%200%206.968.623%209.474%201.73c2.439%201.078%204.402%202.776%204.522%205.084a2.8%202.8%200%200%201-.052.66l-.502%202.67a3.5%203.5%200%200%201-4.062%202.797l-3.23-.584a3%203%200%200%201-2.404-2.342l-.614-2.955a10.1%2010.1%200%200%200-6.266%200l-.614%202.955a3%203%200%200%201-2.403%202.342l-3.23.584a3.5%203.5%200%200%201-4.062-2.797l-.499-2.65a2.8%202.8%200%200%201-.049-.722c.168-2.285%202.116-3.972%204.551-5.048m6.315%205.295%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.365%2012.554c-2.243.991-3.28%202.227-3.364%203.365a.8.8%200%200%200%20.02.206l.498%202.65a1.5%201.5%200%200%200%201.741%201.198l3.23-.584a1%201%200%200%200%20.801-.78l.623-2.997a1.9%201.9%200%200%201%201.228-1.42a12.06%2012.06%200%200%201%207.709%200c.671.232%201.1.803%201.228%201.42l.623%202.996a1%201%200%200%200%20.8.781l3.23.584a1.5%201.5%200%200%200%201.742-1.199l.502-2.67a1%201%200%200%200%20.02-.186c-.059-1.126-1.077-2.361-3.333-3.358c-2.19-.967-5.25-1.56-8.667-1.56c-3.41%200-6.45.59-8.63%201.554m-.808-1.83C9.054%209.621%2012.385%209%2015.997%209c3.618%200%206.968.623%209.474%201.73c2.439%201.078%204.402%202.776%204.522%205.084a2.8%202.8%200%200%201-.052.66l-.502%202.67a3.5%203.5%200%200%201-4.062%202.797l-3.23-.584a3%203%200%200%201-2.404-2.342l-.614-2.955a10.1%2010.1%200%200%200-6.266%200l-.614%202.955a3%203%200%200%201-2.403%202.342l-3.23.584a3.5%203.5%200%200%201-4.062-2.797l-.499-2.65a2.8%202.8%200%200%201-.049-.722c.168-2.285%202.116-3.972%204.551-5.048m6.315%205.295%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-end-32-regular.svg?color=%231a73e8&size=48