call end icon
call-end-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.
- Name
- call-end-12-filled
- Set
- Fluent UI System Icons
- Style
- 12 Filled
- Viewbox
- 12×12
- 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 12 12"><path fill="currentColor" d="M6 2.999c-1.292 0-2.568.26-3.503.742c-.911.47-1.67 1.261-1.462 2.34l.101.65a1.5 1.5 0 0 0 1.632 1.262l.774-.077a1.5 1.5 0 0 0 1.332-1.262l.083-.535A4 4 0 0 1 6 6c.489 0 .836.064 1.044.119l.083.535a1.5 1.5 0 0 0 1.332 1.262l.773.077a1.5 1.5 0 0 0 1.633-1.261l.1-.652c.21-1.078-.55-1.87-1.46-2.34C8.567 3.259 7.291 3 6 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallEnd12Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 2.999c-1.292 0-2.568.26-3.503.742c-.911.47-1.67 1.261-1.462 2.34l.101.65a1.5 1.5 0 0 0 1.632 1.262l.774-.077a1.5 1.5 0 0 0 1.332-1.262l.083-.535A4 4 0 0 1 6 6c.489 0 .836.064 1.044.119l.083.535a1.5 1.5 0 0 0 1.332 1.262l.773.077a1.5 1.5 0 0 0 1.633-1.261l.1-.652c.21-1.078-.55-1.87-1.46-2.34C8.567 3.259 7.291 3 6 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 2.999c-1.292 0-2.568.26-3.503.742c-.911.47-1.67 1.261-1.462 2.34l.101.65a1.5 1.5 0 0 0 1.632 1.262l.774-.077a1.5 1.5 0 0 0 1.332-1.262l.083-.535A4 4 0 0 1 6 6c.489 0 .836.064 1.044.119l.083.535a1.5 1.5 0 0 0 1.332 1.262l.773.077a1.5 1.5 0 0 0 1.633-1.261l.1-.652c.21-1.078-.55-1.87-1.46-2.34C8.567 3.259 7.291 3 6 3"/></svg> </template>
CSS
.icon-call-end-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202.999c-1.292%200-2.568.26-3.503.742c-.911.47-1.67%201.261-1.462%202.34l.101.65a1.5%201.5%200%200%200%201.632%201.262l.774-.077a1.5%201.5%200%200%200%201.332-1.262l.083-.535A4%204%200%200%201%206%206c.489%200%20.836.064%201.044.119l.083.535a1.5%201.5%200%200%200%201.332%201.262l.773.077a1.5%201.5%200%200%200%201.633-1.261l.1-.652c.21-1.078-.55-1.87-1.46-2.34C8.567%203.259%207.291%203%206%203%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202.999c-1.292%200-2.568.26-3.503.742c-.911.47-1.67%201.261-1.462%202.34l.101.65a1.5%201.5%200%200%200%201.632%201.262l.774-.077a1.5%201.5%200%200%200%201.332-1.262l.083-.535A4%204%200%200%201%206%206c.489%200%20.836.064%201.044.119l.083.535a1.5%201.5%200%200%200%201.332%201.262l.773.077a1.5%201.5%200%200%200%201.633-1.261l.1-.652c.21-1.078-.55-1.87-1.46-2.34C8.567%203.259%207.291%203%206%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-end-12-filled.svg?color=%231a73e8&size=48