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

Name
call-end-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="m14.827 9.7l.138-.754a2.27 2.27 0 0 0-.71-2.063Q12.197 4.993 7.826 5q-4.365.006-6.234 1.895c-.528.533-.72 1.324-.505 2.075l.216.754c.202.704.884 1.175 1.594 1.1l1.424-.149A1.35 1.35 0 0 0 5.52 9.55l.274-1.604A5.5 5.5 0 0 1 7.99 7.43q1.18-.036 2.162.382l.442 1.714a1.53 1.53 0 0 0 1.315 1.14l1.432.144a1.354 1.354 0 0 0 1.485-1.11"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallEnd16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m14.827 9.7l.138-.754a2.27 2.27 0 0 0-.71-2.063Q12.197 4.993 7.826 5q-4.365.006-6.234 1.895c-.528.533-.72 1.324-.505 2.075l.216.754c.202.704.884 1.175 1.594 1.1l1.424-.149A1.35 1.35 0 0 0 5.52 9.55l.274-1.604A5.5 5.5 0 0 1 7.99 7.43q1.18-.036 2.162.382l.442 1.714a1.53 1.53 0 0 0 1.315 1.14l1.432.144a1.354 1.354 0 0 0 1.485-1.11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m14.827 9.7l.138-.754a2.27 2.27 0 0 0-.71-2.063Q12.197 4.993 7.826 5q-4.365.006-6.234 1.895c-.528.533-.72 1.324-.505 2.075l.216.754c.202.704.884 1.175 1.594 1.1l1.424-.149A1.35 1.35 0 0 0 5.52 9.55l.274-1.604A5.5 5.5 0 0 1 7.99 7.43q1.18-.036 2.162.382l.442 1.714a1.53 1.53 0 0 0 1.315 1.14l1.432.144a1.354 1.354 0 0 0 1.485-1.11"/></svg>
</template>

CSS

.icon-call-end-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.827%209.7l.138-.754a2.27%202.27%200%200%200-.71-2.063Q12.197%204.993%207.826%205q-4.365.006-6.234%201.895c-.528.533-.72%201.324-.505%202.075l.216.754c.202.704.884%201.175%201.594%201.1l1.424-.149A1.35%201.35%200%200%200%205.52%209.55l.274-1.604A5.5%205.5%200%200%201%207.99%207.43q1.18-.036%202.162.382l.442%201.714a1.53%201.53%200%200%200%201.315%201.14l1.432.144a1.354%201.354%200%200%200%201.485-1.11%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.827%209.7l.138-.754a2.27%202.27%200%200%200-.71-2.063Q12.197%204.993%207.826%205q-4.365.006-6.234%201.895c-.528.533-.72%201.324-.505%202.075l.216.754c.202.704.884%201.175%201.594%201.1l1.424-.149A1.35%201.35%200%200%200%205.52%209.55l.274-1.604A5.5%205.5%200%200%201%207.99%207.43q1.18-.036%202.162.382l.442%201.714a1.53%201.53%200%200%200%201.315%201.14l1.432.144a1.354%201.354%200%200%200%201.485-1.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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