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

Name
call-end-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="m16.858 13.362l.705 3.528a2.25 2.25 0 0 0 1.821 1.775l2.872.5a2.75 2.75 0 0 0 3.15-2.091l.378-1.636c.485-2.101-.383-4.406-2.536-5.25c-2.107-.826-5.28-1.7-9.25-1.688c-3.948.013-7.107.877-9.212 1.692c-2.17.839-3.052 3.154-2.564 5.27l.372 1.612a2.75 2.75 0 0 0 3.15 2.09l2.872-.499a2.25 2.25 0 0 0 1.821-1.775l.706-3.528c.162-.038.363-.082.591-.125C12.366 13.117 13.19 13 14 13s1.635.117 2.266.237c.229.043.43.087.592.125"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallEnd28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m16.858 13.362l.705 3.528a2.25 2.25 0 0 0 1.821 1.775l2.872.5a2.75 2.75 0 0 0 3.15-2.091l.378-1.636c.485-2.101-.383-4.406-2.536-5.25c-2.107-.826-5.28-1.7-9.25-1.688c-3.948.013-7.107.877-9.212 1.692c-2.17.839-3.052 3.154-2.564 5.27l.372 1.612a2.75 2.75 0 0 0 3.15 2.09l2.872-.499a2.25 2.25 0 0 0 1.821-1.775l.706-3.528c.162-.038.363-.082.591-.125C12.366 13.117 13.19 13 14 13s1.635.117 2.266.237c.229.043.43.087.592.125"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m16.858 13.362l.705 3.528a2.25 2.25 0 0 0 1.821 1.775l2.872.5a2.75 2.75 0 0 0 3.15-2.091l.378-1.636c.485-2.101-.383-4.406-2.536-5.25c-2.107-.826-5.28-1.7-9.25-1.688c-3.948.013-7.107.877-9.212 1.692c-2.17.839-3.052 3.154-2.564 5.27l.372 1.612a2.75 2.75 0 0 0 3.15 2.09l2.872-.499a2.25 2.25 0 0 0 1.821-1.775l.706-3.528c.162-.038.363-.082.591-.125C12.366 13.117 13.19 13 14 13s1.635.117 2.266.237c.229.043.43.087.592.125"/></svg>
</template>

CSS

.icon-call-end-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.858%2013.362l.705%203.528a2.25%202.25%200%200%200%201.821%201.775l2.872.5a2.75%202.75%200%200%200%203.15-2.091l.378-1.636c.485-2.101-.383-4.406-2.536-5.25c-2.107-.826-5.28-1.7-9.25-1.688c-3.948.013-7.107.877-9.212%201.692c-2.17.839-3.052%203.154-2.564%205.27l.372%201.612a2.75%202.75%200%200%200%203.15%202.09l2.872-.499a2.25%202.25%200%200%200%201.821-1.775l.706-3.528c.162-.038.363-.082.591-.125C12.366%2013.117%2013.19%2013%2014%2013s1.635.117%202.266.237c.229.043.43.087.592.125%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.858%2013.362l.705%203.528a2.25%202.25%200%200%200%201.821%201.775l2.872.5a2.75%202.75%200%200%200%203.15-2.091l.378-1.636c.485-2.101-.383-4.406-2.536-5.25c-2.107-.826-5.28-1.7-9.25-1.688c-3.948.013-7.107.877-9.212%201.692c-2.17.839-3.052%203.154-2.564%205.27l.372%201.612a2.75%202.75%200%200%200%203.15%202.09l2.872-.499a2.25%202.25%200%200%200%201.821-1.775l.706-3.528c.162-.038.363-.082.591-.125C12.366%2013.117%2013.19%2013%2014%2013s1.635.117%202.266.237c.229.043.43.087.592.125%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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