stretching icon

stretching-line-duotone from Solar by 480 Design · Line Duotone · Sports · CC-BY-4.0 Attribution required.

Name
stretching-line-duotone
Set
Solar
Style
Line Duotone
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More sports icons from Solar

Use the stretching icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="14.5" cy="4.5" r="2.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 22.0002L8.84856 20.6274C9.30437 20.4648 9.68576 20.1425 9.92204 19.7202L12.6343 14.872C12.8012 14.5736 12.8889 14.2374 12.8889 13.8955V11.2751C12.8889 10.1982 11.7878 9.47213 10.798 9.89634L8.34221 10.9488C7.35935 11.37 7.12031 12.655 7.88594 13.4015L8.5 14.0002" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.0001 22.0002V16.7681C19.0001 15.5355 17.8959 14.5962 16.6793 14.7939L15.6667 14.9585"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarStretchingLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="14.5" cy="4.5" r="2.5"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 22.0002L8.84856 20.6274C9.30437 20.4648 9.68576 20.1425 9.92204 19.7202L12.6343 14.872C12.8012 14.5736 12.8889 14.2374 12.8889 13.8955V11.2751C12.8889 10.1982 11.7878 9.47213 10.798 9.89634L8.34221 10.9488C7.35935 11.37 7.12031 12.655 7.88594 13.4015L8.5 14.0002" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M19.0001 22.0002V16.7681C19.0001 15.5355 17.8959 14.5962 16.6793 14.7939L15.6667 14.9585"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="14.5" cy="4.5" r="2.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 22.0002L8.84856 20.6274C9.30437 20.4648 9.68576 20.1425 9.92204 19.7202L12.6343 14.872C12.8012 14.5736 12.8889 14.2374 12.8889 13.8955V11.2751C12.8889 10.1982 11.7878 9.47213 10.798 9.89634L8.34221 10.9488C7.35935 11.37 7.12031 12.655 7.88594 13.4015L8.5 14.0002" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.0001 22.0002V16.7681C19.0001 15.5355 17.8959 14.5962 16.6793 14.7939L15.6667 14.9585"/></g></svg>
</template>

CSS

.icon-stretching-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2214.5%22%20cy%3D%224.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2022.0002L8.84856%2020.6274C9.30437%2020.4648%209.68576%2020.1425%209.92204%2019.7202L12.6343%2014.872C12.8012%2014.5736%2012.8889%2014.2374%2012.8889%2013.8955V11.2751C12.8889%2010.1982%2011.7878%209.47213%2010.798%209.89634L8.34221%2010.9488C7.35935%2011.37%207.12031%2012.655%207.88594%2013.4015L8.5%2014.0002%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.0001%2022.0002V16.7681C19.0001%2015.5355%2017.8959%2014.5962%2016.6793%2014.7939L15.6667%2014.9585%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2214.5%22%20cy%3D%224.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2022.0002L8.84856%2020.6274C9.30437%2020.4648%209.68576%2020.1425%209.92204%2019.7202L12.6343%2014.872C12.8012%2014.5736%2012.8889%2014.2374%2012.8889%2013.8955V11.2751C12.8889%2010.1982%2011.7878%209.47213%2010.798%209.89634L8.34221%2010.9488C7.35935%2011.37%207.12031%2012.655%207.88594%2013.4015L8.5%2014.0002%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.0001%2022.0002V16.7681C19.0001%2015.5355%2017.8959%2014.5962%2016.6793%2014.7939L15.6667%2014.9585%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/stretching-line-duotone.svg?color=%231a73e8&size=48