Call End icon

Used in call scenarios. The Call End icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Call End icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { CallEnd24Regular, CallEnd24Filled } from "@fluentui/react-icons";

export function Example() {
  return <CallEnd24Regular aria-label="Call End" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_call_end_24_regular.svg" width="24" height="24" alt="Call End">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.9039 13.2019L21.712 14.0185C21.396 15.3632 20.1316 16.2648 18.7573 16.1253L17.0027 15.9473C15.8314 15.8284 14.8657 14.9771 14.6008 13.83L14.2116 12.144C14.1965 12.0786 14.1557 12.022 14.0984 11.987C13.777 11.7905 13.0648 11.6675 12.0005 11.6675C11.2142 11.6675 10.6148 11.7336 10.2145 11.8558C10.074 11.8986 9.97615 11.9406 9.91338 11.9715L9.82276 12.0204L9.80861 12.0604L9.39998 13.8304C9.13521 14.9773 8.16992 15.8285 6.99894 15.9477L5.25324 16.1254C3.88266 16.2649 2.62035 15.3687 2.3001 14.0288L2.10478 13.2116C1.78645 11.8797 2.21944 10.4802 3.23431 9.56073C5.13476 7.83901 8.06408 7 12.0005 7C15.9433 7 18.8758 7.84178 20.776 9.56922C21.7278 10.4345 22.1658 11.723 21.949 12.9804L21.9039 13.2019ZM20.477 12.6878C20.5919 11.9455 20.3284 11.1896 19.7669 10.6791C18.185 9.241 15.6036 8.5 12.0005 8.5C8.40299 8.5 5.82392 9.23869 4.2414 10.6724C3.63249 11.224 3.37269 12.0637 3.56369 12.8629L3.75901 13.6801C3.90457 14.2891 4.47835 14.6965 5.10135 14.6331L6.84704 14.4554C7.37931 14.4012 7.81807 14.0143 7.93842 13.493L8.36058 11.6725L8.40357 11.537C8.77935 10.5385 9.99468 10.1675 12.0005 10.1675C13.3184 10.1675 14.2656 10.331 14.881 10.7073C15.282 10.9525 15.5675 11.3487 15.6732 11.8066L16.0624 13.4925C16.1828 14.014 16.6217 14.4009 17.1542 14.455L18.9088 14.633C19.5334 14.6964 20.1082 14.2866 20.2518 13.6754L20.4437 12.8587L20.477 12.6878Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/call_end_24_regular.svg";

Details

NameCall End
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_call_end_24_regular.svg
Filled fileic_fluent_call_end_24_filled.svg
React componentsCallEnd24Regular, CallEnd24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

handsetaudio

Related icons