twotone call end icon
twotone-call-end from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-call-end
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Google Material Icons
baseline-3pbaseline-add-ic-callbaseline-alternate-emailbaseline-app-registrationbaseline-businessbaseline-callbaseline-call-endbaseline-call-madebaseline-call-mergebaseline-call-missedbaseline-call-missed-outgoingbaseline-call-receivedbaseline-call-splitbaseline-cancel-presentationbaseline-cell-towerbaseline-cell-wifibaseline-chatbaseline-chat-bubblebaseline-clear-allbaseline-co-presentbaseline-commentbaseline-comments-disabledbaseline-contact-emergencybaseline-contact-mail
Use the twotone call end icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.59 12.23c.67.38 1.3.8 1.88 1.27l1.07-1.07c-.92-.75-1.91-1.39-2.96-1.91v1.71zM3.53 13.49c.59-.48 1.22-.9 1.87-1.27v-1.7a15 15 0 0 0-2.94 1.9z" opacity=".3"/><path fill="currentColor" d="M12 7C7.46 7 3.34 8.78.29 11.67c-.18.18-.29.43-.29.71s.11.53.29.7l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.1.7-.28c.79-.73 1.68-1.36 2.66-1.85c.33-.16.56-.51.56-.9v-3.1C8.85 9.25 10.4 9 12 9s3.15.25 4.59.73v3.1c0 .4.23.74.56.9c.98.49 1.88 1.11 2.67 1.85c.18.17.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.11-.53-.29-.71A16.97 16.97 0 0 0 12 7m-6.6 5.22c-.65.37-1.28.79-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.38 2.94-1.9zm15.07 1.28c-.58-.47-1.21-.89-1.88-1.27v-1.71c1.05.51 2.04 1.15 2.96 1.91z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneCallEnd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.59 12.23c.67.38 1.3.8 1.88 1.27l1.07-1.07c-.92-.75-1.91-1.39-2.96-1.91v1.71zM3.53 13.49c.59-.48 1.22-.9 1.87-1.27v-1.7a15 15 0 0 0-2.94 1.9z" opacity=".3"/><path fill="currentColor" d="M12 7C7.46 7 3.34 8.78.29 11.67c-.18.18-.29.43-.29.71s.11.53.29.7l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.1.7-.28c.79-.73 1.68-1.36 2.66-1.85c.33-.16.56-.51.56-.9v-3.1C8.85 9.25 10.4 9 12 9s3.15.25 4.59.73v3.1c0 .4.23.74.56.9c.98.49 1.88 1.11 2.67 1.85c.18.17.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.11-.53-.29-.71A16.97 16.97 0 0 0 12 7m-6.6 5.22c-.65.37-1.28.79-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.38 2.94-1.9zm15.07 1.28c-.58-.47-1.21-.89-1.88-1.27v-1.71c1.05.51 2.04 1.15 2.96 1.91z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.59 12.23c.67.38 1.3.8 1.88 1.27l1.07-1.07c-.92-.75-1.91-1.39-2.96-1.91v1.71zM3.53 13.49c.59-.48 1.22-.9 1.87-1.27v-1.7a15 15 0 0 0-2.94 1.9z" opacity=".3"/><path fill="currentColor" d="M12 7C7.46 7 3.34 8.78.29 11.67c-.18.18-.29.43-.29.71s.11.53.29.7l2.48 2.48c.18.18.43.29.71.29c.27 0 .52-.1.7-.28c.79-.73 1.68-1.36 2.66-1.85c.33-.16.56-.51.56-.9v-3.1C8.85 9.25 10.4 9 12 9s3.15.25 4.59.73v3.1c0 .4.23.74.56.9c.98.49 1.88 1.11 2.67 1.85c.18.17.43.28.7.28c.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.11-.53-.29-.71A16.97 16.97 0 0 0 12 7m-6.6 5.22c-.65.37-1.28.79-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.38 2.94-1.9zm15.07 1.28c-.58-.47-1.21-.89-1.88-1.27v-1.71c1.05.51 2.04 1.15 2.96 1.91z"/></svg> </template>
CSS
.icon-twotone-call-end {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.59%2012.23c.67.38%201.3.8%201.88%201.27l1.07-1.07c-.92-.75-1.91-1.39-2.96-1.91v1.71zM3.53%2013.49c.59-.48%201.22-.9%201.87-1.27v-1.7a15%2015%200%200%200-2.94%201.9z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207C7.46%207%203.34%208.78.29%2011.67c-.18.18-.29.43-.29.71s.11.53.29.7l2.48%202.48c.18.18.43.29.71.29c.27%200%20.52-.1.7-.28c.79-.73%201.68-1.36%202.66-1.85c.33-.16.56-.51.56-.9v-3.1C8.85%209.25%2010.4%209%2012%209s3.15.25%204.59.73v3.1c0%20.4.23.74.56.9c.98.49%201.88%201.11%202.67%201.85c.18.17.43.28.7.28c.28%200%20.53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.11-.53-.29-.71A16.97%2016.97%200%200%200%2012%207m-6.6%205.22c-.65.37-1.28.79-1.87%201.27l-1.07-1.07c.91-.75%201.9-1.38%202.94-1.9zm15.07%201.28c-.58-.47-1.21-.89-1.88-1.27v-1.71c1.05.51%202.04%201.15%202.96%201.91z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.59%2012.23c.67.38%201.3.8%201.88%201.27l1.07-1.07c-.92-.75-1.91-1.39-2.96-1.91v1.71zM3.53%2013.49c.59-.48%201.22-.9%201.87-1.27v-1.7a15%2015%200%200%200-2.94%201.9z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207C7.46%207%203.34%208.78.29%2011.67c-.18.18-.29.43-.29.71s.11.53.29.7l2.48%202.48c.18.18.43.29.71.29c.27%200%20.52-.1.7-.28c.79-.73%201.68-1.36%202.66-1.85c.33-.16.56-.51.56-.9v-3.1C8.85%209.25%2010.4%209%2012%209s3.15.25%204.59.73v3.1c0%20.4.23.74.56.9c.98.49%201.88%201.11%202.67%201.85c.18.17.43.28.7.28c.28%200%20.53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.11-.53-.29-.71A16.97%2016.97%200%200%200%2012%207m-6.6%205.22c-.65.37-1.28.79-1.87%201.27l-1.07-1.07c.91-.75%201.9-1.38%202.94-1.9zm15.07%201.28c-.58-.47-1.21-.89-1.88-1.27v-1.71c1.05.51%202.04%201.15%202.96%201.91z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-call-end.svg?color=%231a73e8&size=48