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

Name
call-end-32-filled
Set
Fluent UI System Icons
Style
32 Filled
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="M6.557 10.724C9.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.048"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallEnd32Filled(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="M6.557 10.724C9.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.048"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.557 10.724C9.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.048"/></svg>
</template>

CSS

.icon-call-end-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.557%2010.724C9.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.048%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%22M6.557%2010.724C9.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.048%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-filled.svg?color=%231a73e8&size=48