stretching2 icon

stretching2 from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.

Name
stretching2
Set
Reicon
Style
Outline
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

More sports icons from Reicon

Use the stretching2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.5 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M11.25 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m2.113 5.846c.475.748.732 1.764.732 3.088c0 5.083-3.961 9.316-9.095 9.316a.75.75 0 0 1 0-1.5c4.255 0 7.595-3.51 7.595-7.816c0-1.143-.224-1.852-.498-2.284a1.6 1.6 0 0 0-.981-.728c-.39-.104-.83-.087-1.237.002c-.416.092-.727.242-.852.33c-.32.227-.646.654-.781 1.103c-.128.424-.065.76.198 1.014l.025.024a.75.75 0 1 1-1.042 1.079l-.025-.024c-.778-.752-.833-1.73-.593-2.527A3.73 3.73 0 0 1 8.16 9.53c.329-.232.839-.448 1.399-.57c.568-.125 1.26-.17 1.944.012a3.1 3.1 0 0 1 1.861 1.374m2.144 4.118c2.217-.357 4.243 1.34 4.243 3.585v3.947a.75.75 0 0 1-1.5 0v-3.947c0-1.307-1.184-2.317-2.504-2.104a.75.75 0 0 1-.239-1.481" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconStretching2(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" fillRule="evenodd" d="M14.5 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M11.25 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m2.113 5.846c.475.748.732 1.764.732 3.088c0 5.083-3.961 9.316-9.095 9.316a.75.75 0 0 1 0-1.5c4.255 0 7.595-3.51 7.595-7.816c0-1.143-.224-1.852-.498-2.284a1.6 1.6 0 0 0-.981-.728c-.39-.104-.83-.087-1.237.002c-.416.092-.727.242-.852.33c-.32.227-.646.654-.781 1.103c-.128.424-.065.76.198 1.014l.025.024a.75.75 0 1 1-1.042 1.079l-.025-.024c-.778-.752-.833-1.73-.593-2.527A3.73 3.73 0 0 1 8.16 9.53c.329-.232.839-.448 1.399-.57c.568-.125 1.26-.17 1.944.012a3.1 3.1 0 0 1 1.861 1.374m2.144 4.118c2.217-.357 4.243 1.34 4.243 3.585v3.947a.75.75 0 0 1-1.5 0v-3.947c0-1.307-1.184-2.317-2.504-2.104a.75.75 0 0 1-.239-1.481" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.5 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M11.25 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m2.113 5.846c.475.748.732 1.764.732 3.088c0 5.083-3.961 9.316-9.095 9.316a.75.75 0 0 1 0-1.5c4.255 0 7.595-3.51 7.595-7.816c0-1.143-.224-1.852-.498-2.284a1.6 1.6 0 0 0-.981-.728c-.39-.104-.83-.087-1.237.002c-.416.092-.727.242-.852.33c-.32.227-.646.654-.781 1.103c-.128.424-.065.76.198 1.014l.025.024a.75.75 0 1 1-1.042 1.079l-.025-.024c-.778-.752-.833-1.73-.593-2.527A3.73 3.73 0 0 1 8.16 9.53c.329-.232.839-.448 1.399-.57c.568-.125 1.26-.17 1.944.012a3.1 3.1 0 0 1 1.861 1.374m2.144 4.118c2.217-.357 4.243 1.34 4.243 3.585v3.947a.75.75 0 0 1-1.5 0v-3.947c0-1.307-1.184-2.317-2.504-2.104a.75.75 0 0 1-.239-1.481" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-stretching2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%202.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M11.25%204.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m2.113%205.846c.475.748.732%201.764.732%203.088c0%205.083-3.961%209.316-9.095%209.316a.75.75%200%200%201%200-1.5c4.255%200%207.595-3.51%207.595-7.816c0-1.143-.224-1.852-.498-2.284a1.6%201.6%200%200%200-.981-.728c-.39-.104-.83-.087-1.237.002c-.416.092-.727.242-.852.33c-.32.227-.646.654-.781%201.103c-.128.424-.065.76.198%201.014l.025.024a.75.75%200%201%201-1.042%201.079l-.025-.024c-.778-.752-.833-1.73-.593-2.527A3.73%203.73%200%200%201%208.16%209.53c.329-.232.839-.448%201.399-.57c.568-.125%201.26-.17%201.944.012a3.1%203.1%200%200%201%201.861%201.374m2.144%204.118c2.217-.357%204.243%201.34%204.243%203.585v3.947a.75.75%200%200%201-1.5%200v-3.947c0-1.307-1.184-2.317-2.504-2.104a.75.75%200%200%201-.239-1.481%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%202.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M11.25%204.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m2.113%205.846c.475.748.732%201.764.732%203.088c0%205.083-3.961%209.316-9.095%209.316a.75.75%200%200%201%200-1.5c4.255%200%207.595-3.51%207.595-7.816c0-1.143-.224-1.852-.498-2.284a1.6%201.6%200%200%200-.981-.728c-.39-.104-.83-.087-1.237.002c-.416.092-.727.242-.852.33c-.32.227-.646.654-.781%201.103c-.128.424-.065.76.198%201.014l.025.024a.75.75%200%201%201-1.042%201.079l-.025-.024c-.778-.752-.833-1.73-.593-2.527A3.73%203.73%200%200%201%208.16%209.53c.329-.232.839-.448%201.399-.57c.568-.125%201.26-.17%201.944.012a3.1%203.1%200%200%201%201.861%201.374m2.144%204.118c2.217-.357%204.243%201.34%204.243%203.585v3.947a.75.75%200%200%201-1.5%200v-3.947c0-1.307-1.184-2.317-2.504-2.104a.75.75%200%200%201-.239-1.481%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/stretching2.svg?color=%231a73e8&size=48