end call icon
end-call-bold-duotone from Solar by 480 Design · Bold Duotone · Call · CC-BY-4.0 Attribution required.
- Name
- end-call-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Call
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More call icons from Solar
call-cancel-boldcall-cancel-rounded-boldcall-chat-boldcall-chat-rounded-boldcall-dropped-boldcall-dropped-rounded-boldcall-medicine-boldcall-medicine-rounded-boldend-call-rounded-boldincoming-call-boldincoming-call-rounded-boldoutgoing-call-boldoutgoing-call-rounded-boldphone-boldphone-calling-boldphone-calling-rounded-boldphone-rounded-boldrecord-circle-boldrecord-minimalistic-boldrecord-square-bold
Use the end call icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8 12.862L8 13.4785C8 14.3308 7.42329 15.0826 6.57997 15.3297L4.57997 15.9159C3.29561 16.2923 2 15.3626 2 14.0646L2 12.1417C2 11.6528 2.1247 11.1707 2.44083 10.7892C3.17325 9.90523 4.87862 8.28205 8 7.47782V12.862ZM16 12.862V13.2502C16 14.2066 16.7227 15.0195 17.7004 15.1628L19.7004 15.4558C20.9105 15.6332 22 14.727 22 13.5432V11.4185C22 10.8316 21.8162 10.2545 21.3703 9.85628C20.5528 9.12621 18.8785 7.97567 16 7.38232V12.862Z" clip-rule="evenodd"/><path d="M12 11.3963C16 11.3963 16 12.8617 16 12.8617V7.38205C14.862 7.14749 13.5359 7 12 7C10.4641 7 9.13797 7.18435 8 7.47755V12.8617C8 12.8617 8 11.3963 12 11.3963Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarEndCallBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M8 12.862L8 13.4785C8 14.3308 7.42329 15.0826 6.57997 15.3297L4.57997 15.9159C3.29561 16.2923 2 15.3626 2 14.0646L2 12.1417C2 11.6528 2.1247 11.1707 2.44083 10.7892C3.17325 9.90523 4.87862 8.28205 8 7.47782V12.862ZM16 12.862V13.2502C16 14.2066 16.7227 15.0195 17.7004 15.1628L19.7004 15.4558C20.9105 15.6332 22 14.727 22 13.5432V11.4185C22 10.8316 21.8162 10.2545 21.3703 9.85628C20.5528 9.12621 18.8785 7.97567 16 7.38232V12.862Z" clipRule="evenodd"/><path d="M12 11.3963C16 11.3963 16 12.8617 16 12.8617V7.38205C14.862 7.14749 13.5359 7 12 7C10.4641 7 9.13797 7.18435 8 7.47755V12.8617C8 12.8617 8 11.3963 12 11.3963Z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8 12.862L8 13.4785C8 14.3308 7.42329 15.0826 6.57997 15.3297L4.57997 15.9159C3.29561 16.2923 2 15.3626 2 14.0646L2 12.1417C2 11.6528 2.1247 11.1707 2.44083 10.7892C3.17325 9.90523 4.87862 8.28205 8 7.47782V12.862ZM16 12.862V13.2502C16 14.2066 16.7227 15.0195 17.7004 15.1628L19.7004 15.4558C20.9105 15.6332 22 14.727 22 13.5432V11.4185C22 10.8316 21.8162 10.2545 21.3703 9.85628C20.5528 9.12621 18.8785 7.97567 16 7.38232V12.862Z" clip-rule="evenodd"/><path d="M12 11.3963C16 11.3963 16 12.8617 16 12.8617V7.38205C14.862 7.14749 13.5359 7 12 7C10.4641 7 9.13797 7.18435 8 7.47755V12.8617C8 12.8617 8 11.3963 12 11.3963Z" opacity=".5"/></g></svg> </template>
CSS
.icon-end-call-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2012.862L8%2013.4785C8%2014.3308%207.42329%2015.0826%206.57997%2015.3297L4.57997%2015.9159C3.29561%2016.2923%202%2015.3626%202%2014.0646L2%2012.1417C2%2011.6528%202.1247%2011.1707%202.44083%2010.7892C3.17325%209.90523%204.87862%208.28205%208%207.47782V12.862ZM16%2012.862V13.2502C16%2014.2066%2016.7227%2015.0195%2017.7004%2015.1628L19.7004%2015.4558C20.9105%2015.6332%2022%2014.727%2022%2013.5432V11.4185C22%2010.8316%2021.8162%2010.2545%2021.3703%209.85628C20.5528%209.12621%2018.8785%207.97567%2016%207.38232V12.862Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%2011.3963C16%2011.3963%2016%2012.8617%2016%2012.8617V7.38205C14.862%207.14749%2013.5359%207%2012%207C10.4641%207%209.13797%207.18435%208%207.47755V12.8617C8%2012.8617%208%2011.3963%2012%2011.3963Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2012.862L8%2013.4785C8%2014.3308%207.42329%2015.0826%206.57997%2015.3297L4.57997%2015.9159C3.29561%2016.2923%202%2015.3626%202%2014.0646L2%2012.1417C2%2011.6528%202.1247%2011.1707%202.44083%2010.7892C3.17325%209.90523%204.87862%208.28205%208%207.47782V12.862ZM16%2012.862V13.2502C16%2014.2066%2016.7227%2015.0195%2017.7004%2015.1628L19.7004%2015.4558C20.9105%2015.6332%2022%2014.727%2022%2013.5432V11.4185C22%2010.8316%2021.8162%2010.2545%2021.3703%209.85628C20.5528%209.12621%2018.8785%207.97567%2016%207.38232V12.862Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%2011.3963C16%2011.3963%2016%2012.8617%2016%2012.8617V7.38205C14.862%207.14749%2013.5359%207%2012%207C10.4641%207%209.13797%207.18435%208%207.47755V12.8617C8%2012.8617%208%2011.3963%2012%2011.3963Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/end-call-bold-duotone.svg?color=%231a73e8&size=48