end call icon
end-call-bold from Solar by 480 Design · Bold · Call · CC-BY-4.0 Attribution required.
- Name
- end-call-bold
- Set
- Solar
- Style
- Bold
- 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"><path fill="currentColor" d="M8 13.4782L8 12.8617C8 12.8617 8 11.3963 12 11.3963C16 11.3963 16 12.8617 16 12.8617V13.25C16 14.2064 16.7227 15.0192 17.7004 15.1625L19.7004 15.4556C20.9105 15.6329 22 14.7267 22 13.5429V11.4183C22 10.8313 21.8162 10.2542 21.3703 9.85601C20.2296 8.83732 17.4208 7 12 7C6.25141 7 3.44027 9.58269 2.44083 10.7889C2.1247 11.1704 2 11.6525 2 12.1414L2 14.0643C2 15.3623 3.29561 16.292 4.57997 15.9156L6.57997 15.3295C7.42329 15.0823 8 14.3305 8 13.4782Z"/></svg>
React
import type { SVGProps } from "react";
export function SolarEndCallBold(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="M8 13.4782L8 12.8617C8 12.8617 8 11.3963 12 11.3963C16 11.3963 16 12.8617 16 12.8617V13.25C16 14.2064 16.7227 15.0192 17.7004 15.1625L19.7004 15.4556C20.9105 15.6329 22 14.7267 22 13.5429V11.4183C22 10.8313 21.8162 10.2542 21.3703 9.85601C20.2296 8.83732 17.4208 7 12 7C6.25141 7 3.44027 9.58269 2.44083 10.7889C2.1247 11.1704 2 11.6525 2 12.1414L2 14.0643C2 15.3623 3.29561 16.292 4.57997 15.9156L6.57997 15.3295C7.42329 15.0823 8 14.3305 8 13.4782Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13.4782L8 12.8617C8 12.8617 8 11.3963 12 11.3963C16 11.3963 16 12.8617 16 12.8617V13.25C16 14.2064 16.7227 15.0192 17.7004 15.1625L19.7004 15.4556C20.9105 15.6329 22 14.7267 22 13.5429V11.4183C22 10.8313 21.8162 10.2542 21.3703 9.85601C20.2296 8.83732 17.4208 7 12 7C6.25141 7 3.44027 9.58269 2.44083 10.7889C2.1247 11.1704 2 11.6525 2 12.1414L2 14.0643C2 15.3623 3.29561 16.292 4.57997 15.9156L6.57997 15.3295C7.42329 15.0823 8 14.3305 8 13.4782Z"/></svg> </template>
CSS
.icon-end-call-bold {
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%22M8%2013.4782L8%2012.8617C8%2012.8617%208%2011.3963%2012%2011.3963C16%2011.3963%2016%2012.8617%2016%2012.8617V13.25C16%2014.2064%2016.7227%2015.0192%2017.7004%2015.1625L19.7004%2015.4556C20.9105%2015.6329%2022%2014.7267%2022%2013.5429V11.4183C22%2010.8313%2021.8162%2010.2542%2021.3703%209.85601C20.2296%208.83732%2017.4208%207%2012%207C6.25141%207%203.44027%209.58269%202.44083%2010.7889C2.1247%2011.1704%202%2011.6525%202%2012.1414L2%2014.0643C2%2015.3623%203.29561%2016.292%204.57997%2015.9156L6.57997%2015.3295C7.42329%2015.0823%208%2014.3305%208%2013.4782Z%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%22M8%2013.4782L8%2012.8617C8%2012.8617%208%2011.3963%2012%2011.3963C16%2011.3963%2016%2012.8617%2016%2012.8617V13.25C16%2014.2064%2016.7227%2015.0192%2017.7004%2015.1625L19.7004%2015.4556C20.9105%2015.6329%2022%2014.7267%2022%2013.5429V11.4183C22%2010.8313%2021.8162%2010.2542%2021.3703%209.85601C20.2296%208.83732%2017.4208%207%2012%207C6.25141%207%203.44027%209.58269%202.44083%2010.7889C2.1247%2011.1704%202%2011.6525%202%2012.1414L2%2014.0643C2%2015.3623%203.29561%2016.292%204.57997%2015.9156L6.57997%2015.3295C7.42329%2015.0823%208%2014.3305%208%2013.4782Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/end-call-bold.svg?color=%231a73e8&size=48