call end icon
call-end-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- call-end-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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
call-add-16-filledcall-blocked-24-filledcall-checkmark-20-filledcall-chevron-down-16-filledcall-connecting-20-filledcall-dismiss-16-filledcall-exclamation-20-filledcall-forward-16-filledcall-inbound-16-filledcall-missed-12-filledcall-outbound-16-filledcall-park-16-filledcall-pause-20-filledcall-prohibited-16-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-transfer-16-filledcall-warning-16-filled
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.93 9.378l.032-.156a2.66 2.66 0 0 0-.821-2.408C12.81 5.594 10.758 5 7.998 5c-2.755 0-4.805.592-6.135 1.808a2.66 2.66 0 0 0-.791 2.577l.137.577a1.926 1.926 0 0 0 2.067 1.48l1.222-.125a1.93 1.93 0 0 0 1.68-1.495l.286-1.25l.01-.028l.064-.034q.064-.035.21-.082c.28-.086.7-.133 1.25-.133c.745 0 1.244.087 1.469.226c.04.024.068.064.079.11l.272 1.19a1.93 1.93 0 0 0 1.682 1.495l1.228.126a1.93 1.93 0 0 0 2.068-1.487zM7.998 6.06c2.522 0 4.33.523 5.436 1.538c.393.36.578.894.497 1.418l-.023.121l-.134.576a.876.876 0 0 1-.94.677l-1.228-.126a.88.88 0 0 1-.764-.68l-.273-1.19a1.24 1.24 0 0 0-.555-.776c-.43-.265-1.093-.38-2.016-.38c-1.404 0-2.254.261-2.517.966l-.03.096l-.296 1.285a.88.88 0 0 1-.764.68l-1.221.125a.876.876 0 0 1-.94-.673l-.137-.577a1.6 1.6 0 0 1 .475-1.546C3.675 6.58 5.48 6.059 7.998 6.059"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallEnd16Regular(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.93 9.378l.032-.156a2.66 2.66 0 0 0-.821-2.408C12.81 5.594 10.758 5 7.998 5c-2.755 0-4.805.592-6.135 1.808a2.66 2.66 0 0 0-.791 2.577l.137.577a1.926 1.926 0 0 0 2.067 1.48l1.222-.125a1.93 1.93 0 0 0 1.68-1.495l.286-1.25l.01-.028l.064-.034q.064-.035.21-.082c.28-.086.7-.133 1.25-.133c.745 0 1.244.087 1.469.226c.04.024.068.064.079.11l.272 1.19a1.93 1.93 0 0 0 1.682 1.495l1.228.126a1.93 1.93 0 0 0 2.068-1.487zM7.998 6.06c2.522 0 4.33.523 5.436 1.538c.393.36.578.894.497 1.418l-.023.121l-.134.576a.876.876 0 0 1-.94.677l-1.228-.126a.88.88 0 0 1-.764-.68l-.273-1.19a1.24 1.24 0 0 0-.555-.776c-.43-.265-1.093-.38-2.016-.38c-1.404 0-2.254.261-2.517.966l-.03.096l-.296 1.285a.88.88 0 0 1-.764.68l-1.221.125a.876.876 0 0 1-.94-.673l-.137-.577a1.6 1.6 0 0 1 .475-1.546C3.675 6.58 5.48 6.059 7.998 6.059"/></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.93 9.378l.032-.156a2.66 2.66 0 0 0-.821-2.408C12.81 5.594 10.758 5 7.998 5c-2.755 0-4.805.592-6.135 1.808a2.66 2.66 0 0 0-.791 2.577l.137.577a1.926 1.926 0 0 0 2.067 1.48l1.222-.125a1.93 1.93 0 0 0 1.68-1.495l.286-1.25l.01-.028l.064-.034q.064-.035.21-.082c.28-.086.7-.133 1.25-.133c.745 0 1.244.087 1.469.226c.04.024.068.064.079.11l.272 1.19a1.93 1.93 0 0 0 1.682 1.495l1.228.126a1.93 1.93 0 0 0 2.068-1.487zM7.998 6.06c2.522 0 4.33.523 5.436 1.538c.393.36.578.894.497 1.418l-.023.121l-.134.576a.876.876 0 0 1-.94.677l-1.228-.126a.88.88 0 0 1-.764-.68l-.273-1.19a1.24 1.24 0 0 0-.555-.776c-.43-.265-1.093-.38-2.016-.38c-1.404 0-2.254.261-2.517.966l-.03.096l-.296 1.285a.88.88 0 0 1-.764.68l-1.221.125a.876.876 0 0 1-.94-.673l-.137-.577a1.6 1.6 0 0 1 .475-1.546C3.675 6.58 5.48 6.059 7.998 6.059"/></svg> </template>
CSS
.icon-call-end-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.93%209.378l.032-.156a2.66%202.66%200%200%200-.821-2.408C12.81%205.594%2010.758%205%207.998%205c-2.755%200-4.805.592-6.135%201.808a2.66%202.66%200%200%200-.791%202.577l.137.577a1.926%201.926%200%200%200%202.067%201.48l1.222-.125a1.93%201.93%200%200%200%201.68-1.495l.286-1.25l.01-.028l.064-.034q.064-.035.21-.082c.28-.086.7-.133%201.25-.133c.745%200%201.244.087%201.469.226c.04.024.068.064.079.11l.272%201.19a1.93%201.93%200%200%200%201.682%201.495l1.228.126a1.93%201.93%200%200%200%202.068-1.487zM7.998%206.06c2.522%200%204.33.523%205.436%201.538c.393.36.578.894.497%201.418l-.023.121l-.134.576a.876.876%200%200%201-.94.677l-1.228-.126a.88.88%200%200%201-.764-.68l-.273-1.19a1.24%201.24%200%200%200-.555-.776c-.43-.265-1.093-.38-2.016-.38c-1.404%200-2.254.261-2.517.966l-.03.096l-.296%201.285a.88.88%200%200%201-.764.68l-1.221.125a.876.876%200%200%201-.94-.673l-.137-.577a1.6%201.6%200%200%201%20.475-1.546C3.675%206.58%205.48%206.059%207.998%206.059%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.93%209.378l.032-.156a2.66%202.66%200%200%200-.821-2.408C12.81%205.594%2010.758%205%207.998%205c-2.755%200-4.805.592-6.135%201.808a2.66%202.66%200%200%200-.791%202.577l.137.577a1.926%201.926%200%200%200%202.067%201.48l1.222-.125a1.93%201.93%200%200%200%201.68-1.495l.286-1.25l.01-.028l.064-.034q.064-.035.21-.082c.28-.086.7-.133%201.25-.133c.745%200%201.244.087%201.469.226c.04.024.068.064.079.11l.272%201.19a1.93%201.93%200%200%200%201.682%201.495l1.228.126a1.93%201.93%200%200%200%202.068-1.487zM7.998%206.06c2.522%200%204.33.523%205.436%201.538c.393.36.578.894.497%201.418l-.023.121l-.134.576a.876.876%200%200%201-.94.677l-1.228-.126a.88.88%200%200%201-.764-.68l-.273-1.19a1.24%201.24%200%200%200-.555-.776c-.43-.265-1.093-.38-2.016-.38c-1.404%200-2.254.261-2.517.966l-.03.096l-.296%201.285a.88.88%200%200%201-.764.68l-1.221.125a.876.876%200%200%201-.94-.673l-.137-.577a1.6%201.6%200%200%201%20.475-1.546C3.675%206.58%205.48%206.059%207.998%206.059%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-regular.svg?color=%231a73e8&size=48