end call rounded icon

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

Name
end-call-rounded-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 rounded 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="M5.6072 16.8973L6.9469 16.5173C8.15591 16.1744 9 14.9826 9 13.6185C9 13.6185 9 11.9639 12 11.9639C15 11.9639 15 13.6185 15 13.6185C15 14.9826 15.8441 16.1744 17.0531 16.5173L18.3928 16.8973C20.2184 17.4151 22 15.9102 22 13.8504C22 12.6127 21.7234 11.373 20.9171 10.5032C19.5598 9.03889 16.8068 7 12 7C7.19322 7 4.44023 9.03888 3.08289 10.5032C2.27659 11.373 2 12.6127 2 13.8504C2 15.9102 3.78158 17.4151 5.6072 16.8973Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarEndCallRoundedLinear(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="M5.6072 16.8973L6.9469 16.5173C8.15591 16.1744 9 14.9826 9 13.6185C9 13.6185 9 11.9639 12 11.9639C15 11.9639 15 13.6185 15 13.6185C15 14.9826 15.8441 16.1744 17.0531 16.5173L18.3928 16.8973C20.2184 17.4151 22 15.9102 22 13.8504C22 12.6127 21.7234 11.373 20.9171 10.5032C19.5598 9.03889 16.8068 7 12 7C7.19322 7 4.44023 9.03888 3.08289 10.5032C2.27659 11.373 2 12.6127 2 13.8504C2 15.9102 3.78158 17.4151 5.6072 16.8973Z"/></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="M5.6072 16.8973L6.9469 16.5173C8.15591 16.1744 9 14.9826 9 13.6185C9 13.6185 9 11.9639 12 11.9639C15 11.9639 15 13.6185 15 13.6185C15 14.9826 15.8441 16.1744 17.0531 16.5173L18.3928 16.8973C20.2184 17.4151 22 15.9102 22 13.8504C22 12.6127 21.7234 11.373 20.9171 10.5032C19.5598 9.03889 16.8068 7 12 7C7.19322 7 4.44023 9.03888 3.08289 10.5032C2.27659 11.373 2 12.6127 2 13.8504C2 15.9102 3.78158 17.4151 5.6072 16.8973Z"/></svg>
</template>

CSS

.icon-end-call-rounded-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%22M5.6072%2016.8973L6.9469%2016.5173C8.15591%2016.1744%209%2014.9826%209%2013.6185C9%2013.6185%209%2011.9639%2012%2011.9639C15%2011.9639%2015%2013.6185%2015%2013.6185C15%2014.9826%2015.8441%2016.1744%2017.0531%2016.5173L18.3928%2016.8973C20.2184%2017.4151%2022%2015.9102%2022%2013.8504C22%2012.6127%2021.7234%2011.373%2020.9171%2010.5032C19.5598%209.03889%2016.8068%207%2012%207C7.19322%207%204.44023%209.03888%203.08289%2010.5032C2.27659%2011.373%202%2012.6127%202%2013.8504C2%2015.9102%203.78158%2017.4151%205.6072%2016.8973Z%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%22M5.6072%2016.8973L6.9469%2016.5173C8.15591%2016.1744%209%2014.9826%209%2013.6185C9%2013.6185%209%2011.9639%2012%2011.9639C15%2011.9639%2015%2013.6185%2015%2013.6185C15%2014.9826%2015.8441%2016.1744%2017.0531%2016.5173L18.3928%2016.8973C20.2184%2017.4151%2022%2015.9102%2022%2013.8504C22%2012.6127%2021.7234%2011.373%2020.9171%2010.5032C19.5598%209.03889%2016.8068%207%2012%207C7.19322%207%204.44023%209.03888%203.08289%2010.5032C2.27659%2011.373%202%2012.6127%202%2013.8504C2%2015.9102%203.78158%2017.4151%205.6072%2016.8973Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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