stretching2 icon
stretching2-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- stretching2-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M17 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="M15.507 14.464c2.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"/><path d="M13.363 10.346c.475.748.732 1.765.732 3.089c0 5.082-3.961 9.315-9.095 9.315a.75.75 0 0 1 0-1.5c4.255 0 7.595-3.51 7.595-7.815c0-1.144-.224-1.852-.498-2.285a1.6 1.6 0 0 0-.981-.728c-.39-.104-.83-.087-1.237.003c-.416.09-.727.24-.852.33c-.32.226-.646.654-.781 1.102c-.128.424-.065.76.198 1.015l.025.024a.75.75 0 1 1-1.042 1.078l-.025-.024c-.778-.752-.833-1.729-.593-2.526A3.73 3.73 0 0 1 8.16 9.53c.329-.233.839-.449 1.399-.572c.568-.124 1.26-.169 1.944.014a3.1 3.1 0 0 1 1.861 1.373" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStretching2Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fillRule="evenodd" d="M15.507 14.464c2.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"/><path d="M13.363 10.346c.475.748.732 1.765.732 3.089c0 5.082-3.961 9.315-9.095 9.315a.75.75 0 0 1 0-1.5c4.255 0 7.595-3.51 7.595-7.815c0-1.144-.224-1.852-.498-2.285a1.6 1.6 0 0 0-.981-.728c-.39-.104-.83-.087-1.237.003c-.416.09-.727.24-.852.33c-.32.226-.646.654-.781 1.102c-.128.424-.065.76.198 1.015l.025.024a.75.75 0 1 1-1.042 1.078l-.025-.024c-.778-.752-.833-1.729-.593-2.526A3.73 3.73 0 0 1 8.16 9.53c.329-.233.839-.449 1.399-.572c.568-.124 1.26-.169 1.944.014a3.1 3.1 0 0 1 1.861 1.373" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="M15.507 14.464c2.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"/><path d="M13.363 10.346c.475.748.732 1.765.732 3.089c0 5.082-3.961 9.315-9.095 9.315a.75.75 0 0 1 0-1.5c4.255 0 7.595-3.51 7.595-7.815c0-1.144-.224-1.852-.498-2.285a1.6 1.6 0 0 0-.981-.728c-.39-.104-.83-.087-1.237.003c-.416.09-.727.24-.852.33c-.32.226-.646.654-.781 1.102c-.128.424-.065.76.198 1.015l.025.024a.75.75 0 1 1-1.042 1.078l-.025-.024c-.778-.752-.833-1.729-.593-2.526A3.73 3.73 0 0 1 8.16 9.53c.329-.233.839-.449 1.399-.572c.568-.124 1.26-.169 1.944.014a3.1 3.1 0 0 1 1.861 1.373" opacity=".5"/></g></svg> </template>
CSS
.icon-stretching2-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%22currentColor%22%3E%3Cpath%20d%3D%22M17%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.507%2014.464c2.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%3Cpath%20d%3D%22M13.363%2010.346c.475.748.732%201.765.732%203.089c0%205.082-3.961%209.315-9.095%209.315a.75.75%200%200%201%200-1.5c4.255%200%207.595-3.51%207.595-7.815c0-1.144-.224-1.852-.498-2.285a1.6%201.6%200%200%200-.981-.728c-.39-.104-.83-.087-1.237.003c-.416.09-.727.24-.852.33c-.32.226-.646.654-.781%201.102c-.128.424-.065.76.198%201.015l.025.024a.75.75%200%201%201-1.042%201.078l-.025-.024c-.778-.752-.833-1.729-.593-2.526A3.73%203.73%200%200%201%208.16%209.53c.329-.233.839-.449%201.399-.572c.568-.124%201.26-.169%201.944.014a3.1%203.1%200%200%201%201.861%201.373%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M17%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.507%2014.464c2.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%3Cpath%20d%3D%22M13.363%2010.346c.475.748.732%201.765.732%203.089c0%205.082-3.961%209.315-9.095%209.315a.75.75%200%200%201%200-1.5c4.255%200%207.595-3.51%207.595-7.815c0-1.144-.224-1.852-.498-2.285a1.6%201.6%200%200%200-.981-.728c-.39-.104-.83-.087-1.237.003c-.416.09-.727.24-.852.33c-.32.226-.646.654-.781%201.102c-.128.424-.065.76.198%201.015l.025.024a.75.75%200%201%201-1.042%201.078l-.025-.024c-.778-.752-.833-1.729-.593-2.526A3.73%203.73%200%200%201%208.16%209.53c.329-.233.839-.449%201.399-.572c.568-.124%201.26-.169%201.944.014a3.1%203.1%200%200%201%201.861%201.373%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/stretching2-duotone.svg?color=%231a73e8&size=48