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

Name
call-end-28-regular
Set
Fluent UI System Icons
Style
28 Regular
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="M22.96 11.482c1.193.57 1.748 1.951 1.416 3.39l-.434 1.877a1.25 1.25 0 0 1-1.423.952l-3.147-.524a.75.75 0 0 1-.61-.577l-.78-3.513a.75.75 0 0 0-.495-.548l-.237.711l.237-.711l-.003-.001l-.005-.002l-.017-.006l-.059-.018l-.213-.062a12 12 0 0 0-.754-.184A12 12 0 0 0 14 12c-.942 0-1.809.134-2.435.266a12 12 0 0 0-1.026.264l-.018.006l-.005.002h-.003l.237.712l-.237-.711a.75.75 0 0 0-.495.548l-.78 3.513a.75.75 0 0 1-.61.577l-3.146.524a1.25 1.25 0 0 1-1.424-.952l-.428-1.857c-.334-1.447.229-2.837 1.432-3.405c1.954-.924 5.033-1.974 8.94-1.987c3.922-.013 7.007 1.049 8.959 1.982m-6.345 2.366l.684 3.077a2.25 2.25 0 0 0 1.826 1.731l3.147.525a2.75 2.75 0 0 0 3.132-2.094l.433-1.878c.454-1.967-.269-4.143-2.23-5.08c-2.103-1.007-5.412-2.143-9.61-2.129c-4.176.014-7.472 1.136-9.576 2.13c-1.975.934-2.71 3.12-2.253 5.099l.429 1.858a2.75 2.75 0 0 0 3.131 2.094l3.147-.525a2.25 2.25 0 0 0 1.827-1.731l.684-3.077q.203-.053.488-.114c.56-.118 1.319-.234 2.126-.234c.808 0 1.566.116 2.127.234q.285.061.488.114"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallEnd28Regular(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="M22.96 11.482c1.193.57 1.748 1.951 1.416 3.39l-.434 1.877a1.25 1.25 0 0 1-1.423.952l-3.147-.524a.75.75 0 0 1-.61-.577l-.78-3.513a.75.75 0 0 0-.495-.548l-.237.711l.237-.711l-.003-.001l-.005-.002l-.017-.006l-.059-.018l-.213-.062a12 12 0 0 0-.754-.184A12 12 0 0 0 14 12c-.942 0-1.809.134-2.435.266a12 12 0 0 0-1.026.264l-.018.006l-.005.002h-.003l.237.712l-.237-.711a.75.75 0 0 0-.495.548l-.78 3.513a.75.75 0 0 1-.61.577l-3.146.524a1.25 1.25 0 0 1-1.424-.952l-.428-1.857c-.334-1.447.229-2.837 1.432-3.405c1.954-.924 5.033-1.974 8.94-1.987c3.922-.013 7.007 1.049 8.959 1.982m-6.345 2.366l.684 3.077a2.25 2.25 0 0 0 1.826 1.731l3.147.525a2.75 2.75 0 0 0 3.132-2.094l.433-1.878c.454-1.967-.269-4.143-2.23-5.08c-2.103-1.007-5.412-2.143-9.61-2.129c-4.176.014-7.472 1.136-9.576 2.13c-1.975.934-2.71 3.12-2.253 5.099l.429 1.858a2.75 2.75 0 0 0 3.131 2.094l3.147-.525a2.25 2.25 0 0 0 1.827-1.731l.684-3.077q.203-.053.488-.114c.56-.118 1.319-.234 2.126-.234c.808 0 1.566.116 2.127.234q.285.061.488.114"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.96 11.482c1.193.57 1.748 1.951 1.416 3.39l-.434 1.877a1.25 1.25 0 0 1-1.423.952l-3.147-.524a.75.75 0 0 1-.61-.577l-.78-3.513a.75.75 0 0 0-.495-.548l-.237.711l.237-.711l-.003-.001l-.005-.002l-.017-.006l-.059-.018l-.213-.062a12 12 0 0 0-.754-.184A12 12 0 0 0 14 12c-.942 0-1.809.134-2.435.266a12 12 0 0 0-1.026.264l-.018.006l-.005.002h-.003l.237.712l-.237-.711a.75.75 0 0 0-.495.548l-.78 3.513a.75.75 0 0 1-.61.577l-3.146.524a1.25 1.25 0 0 1-1.424-.952l-.428-1.857c-.334-1.447.229-2.837 1.432-3.405c1.954-.924 5.033-1.974 8.94-1.987c3.922-.013 7.007 1.049 8.959 1.982m-6.345 2.366l.684 3.077a2.25 2.25 0 0 0 1.826 1.731l3.147.525a2.75 2.75 0 0 0 3.132-2.094l.433-1.878c.454-1.967-.269-4.143-2.23-5.08c-2.103-1.007-5.412-2.143-9.61-2.129c-4.176.014-7.472 1.136-9.576 2.13c-1.975.934-2.71 3.12-2.253 5.099l.429 1.858a2.75 2.75 0 0 0 3.131 2.094l3.147-.525a2.25 2.25 0 0 0 1.827-1.731l.684-3.077q.203-.053.488-.114c.56-.118 1.319-.234 2.126-.234c.808 0 1.566.116 2.127.234q.285.061.488.114"/></svg>
</template>

CSS

.icon-call-end-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.96%2011.482c1.193.57%201.748%201.951%201.416%203.39l-.434%201.877a1.25%201.25%200%200%201-1.423.952l-3.147-.524a.75.75%200%200%201-.61-.577l-.78-3.513a.75.75%200%200%200-.495-.548l-.237.711l.237-.711l-.003-.001l-.005-.002l-.017-.006l-.059-.018l-.213-.062a12%2012%200%200%200-.754-.184A12%2012%200%200%200%2014%2012c-.942%200-1.809.134-2.435.266a12%2012%200%200%200-1.026.264l-.018.006l-.005.002h-.003l.237.712l-.237-.711a.75.75%200%200%200-.495.548l-.78%203.513a.75.75%200%200%201-.61.577l-3.146.524a1.25%201.25%200%200%201-1.424-.952l-.428-1.857c-.334-1.447.229-2.837%201.432-3.405c1.954-.924%205.033-1.974%208.94-1.987c3.922-.013%207.007%201.049%208.959%201.982m-6.345%202.366l.684%203.077a2.25%202.25%200%200%200%201.826%201.731l3.147.525a2.75%202.75%200%200%200%203.132-2.094l.433-1.878c.454-1.967-.269-4.143-2.23-5.08c-2.103-1.007-5.412-2.143-9.61-2.129c-4.176.014-7.472%201.136-9.576%202.13c-1.975.934-2.71%203.12-2.253%205.099l.429%201.858a2.75%202.75%200%200%200%203.131%202.094l3.147-.525a2.25%202.25%200%200%200%201.827-1.731l.684-3.077q.203-.053.488-.114c.56-.118%201.319-.234%202.126-.234c.808%200%201.566.116%202.127.234q.285.061.488.114%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%22M22.96%2011.482c1.193.57%201.748%201.951%201.416%203.39l-.434%201.877a1.25%201.25%200%200%201-1.423.952l-3.147-.524a.75.75%200%200%201-.61-.577l-.78-3.513a.75.75%200%200%200-.495-.548l-.237.711l.237-.711l-.003-.001l-.005-.002l-.017-.006l-.059-.018l-.213-.062a12%2012%200%200%200-.754-.184A12%2012%200%200%200%2014%2012c-.942%200-1.809.134-2.435.266a12%2012%200%200%200-1.026.264l-.018.006l-.005.002h-.003l.237.712l-.237-.711a.75.75%200%200%200-.495.548l-.78%203.513a.75.75%200%200%201-.61.577l-3.146.524a1.25%201.25%200%200%201-1.424-.952l-.428-1.857c-.334-1.447.229-2.837%201.432-3.405c1.954-.924%205.033-1.974%208.94-1.987c3.922-.013%207.007%201.049%208.959%201.982m-6.345%202.366l.684%203.077a2.25%202.25%200%200%200%201.826%201.731l3.147.525a2.75%202.75%200%200%200%203.132-2.094l.433-1.878c.454-1.967-.269-4.143-2.23-5.08c-2.103-1.007-5.412-2.143-9.61-2.129c-4.176.014-7.472%201.136-9.576%202.13c-1.975.934-2.71%203.12-2.253%205.099l.429%201.858a2.75%202.75%200%200%200%203.131%202.094l3.147-.525a2.25%202.25%200%200%200%201.827-1.731l.684-3.077q.203-.053.488-.114c.56-.118%201.319-.234%202.126-.234c.808%200%201.566.116%202.127.234q.285.061.488.114%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-regular.svg?color=%231a73e8&size=48