end call icon

end-call-linear from Solar by 480 Design · Linear · Call · CC-BY-4.0 Attribution required.

Name
end-call-linear
Set
Solar
Style
Linear
Category
Call
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More call icons from Solar

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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M19.7004 15.4556L17.7004 15.1625C16.7227 15.0192 16 14.2064 16 13.25V12.8617C16 12.8617 16 11.3963 12 11.3963C8 11.3963 8 12.8617 8 12.8617V13.4782C8 14.3305 7.42329 15.0823 6.57997 15.3295L4.57997 15.9156C3.29561 16.292 2 15.3623 2 14.0643V12.1414C2 11.6525 2.1247 11.1704 2.44083 10.7889C3.44027 9.58269 6.25141 7 12 7C17.4208 7 20.2296 8.83732 21.3703 9.85601C21.8162 10.2542 22 10.8313 22 11.4183V13.5429C22 14.7267 20.9105 15.6329 19.7004 15.4556Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarEndCallLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M19.7004 15.4556L17.7004 15.1625C16.7227 15.0192 16 14.2064 16 13.25V12.8617C16 12.8617 16 11.3963 12 11.3963C8 11.3963 8 12.8617 8 12.8617V13.4782C8 14.3305 7.42329 15.0823 6.57997 15.3295L4.57997 15.9156C3.29561 16.292 2 15.3623 2 14.0643V12.1414C2 11.6525 2.1247 11.1704 2.44083 10.7889C3.44027 9.58269 6.25141 7 12 7C17.4208 7 20.2296 8.83732 21.3703 9.85601C21.8162 10.2542 22 10.8313 22 11.4183V13.5429C22 14.7267 20.9105 15.6329 19.7004 15.4556Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M19.7004 15.4556L17.7004 15.1625C16.7227 15.0192 16 14.2064 16 13.25V12.8617C16 12.8617 16 11.3963 12 11.3963C8 11.3963 8 12.8617 8 12.8617V13.4782C8 14.3305 7.42329 15.0823 6.57997 15.3295L4.57997 15.9156C3.29561 16.292 2 15.3623 2 14.0643V12.1414C2 11.6525 2.1247 11.1704 2.44083 10.7889C3.44027 9.58269 6.25141 7 12 7C17.4208 7 20.2296 8.83732 21.3703 9.85601C21.8162 10.2542 22 10.8313 22 11.4183V13.5429C22 14.7267 20.9105 15.6329 19.7004 15.4556Z"/></svg>
</template>

CSS

.icon-end-call-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.7004%2015.4556L17.7004%2015.1625C16.7227%2015.0192%2016%2014.2064%2016%2013.25V12.8617C16%2012.8617%2016%2011.3963%2012%2011.3963C8%2011.3963%208%2012.8617%208%2012.8617V13.4782C8%2014.3305%207.42329%2015.0823%206.57997%2015.3295L4.57997%2015.9156C3.29561%2016.292%202%2015.3623%202%2014.0643V12.1414C2%2011.6525%202.1247%2011.1704%202.44083%2010.7889C3.44027%209.58269%206.25141%207%2012%207C17.4208%207%2020.2296%208.83732%2021.3703%209.85601C21.8162%2010.2542%2022%2010.8313%2022%2011.4183V13.5429C22%2014.7267%2020.9105%2015.6329%2019.7004%2015.4556Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.7004%2015.4556L17.7004%2015.1625C16.7227%2015.0192%2016%2014.2064%2016%2013.25V12.8617C16%2012.8617%2016%2011.3963%2012%2011.3963C8%2011.3963%208%2012.8617%208%2012.8617V13.4782C8%2014.3305%207.42329%2015.0823%206.57997%2015.3295L4.57997%2015.9156C3.29561%2016.292%202%2015.3623%202%2014.0643V12.1414C2%2011.6525%202.1247%2011.1704%202.44083%2010.7889C3.44027%209.58269%206.25141%207%2012%207C17.4208%207%2020.2296%208.83732%2021.3703%209.85601C21.8162%2010.2542%2022%2010.8313%2022%2011.4183V13.5429C22%2014.7267%2020.9105%2015.6329%2019.7004%2015.4556Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/end-call-linear.svg?color=%231a73e8&size=48