stretching icon
stretching from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.
- Name
- stretching
- Set
- Reicon
- Style
- Outline
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All stretching icons →More sports icons from Reicon
Use the stretching 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 0m-.747 4.707a2.25 2.25 0 0 1 3.136 2.068v2.62c0 .47-.12.933-.35 1.343l-2.712 4.848A2.75 2.75 0 0 1 9.1 21.334l-3.849 1.372a.75.75 0 1 1-.504-1.412l3.849-1.373a1.25 1.25 0 0 0 .67-.567l2.713-4.848a1.25 1.25 0 0 0 .16-.61v-2.621a.75.75 0 0 0-1.046-.69l-2.456 1.053a.75.75 0 0 0-.228 1.226l.614.599a.75.75 0 0 1-1.047 1.074l-.614-.599a2.25 2.25 0 0 1 .684-3.679zm6.056 4.846a2.75 2.75 0 0 1 3.191 2.715V22a.75.75 0 0 1-1.5 0v-5.232c0-.77-.69-1.357-1.45-1.234l-1.013.165a.75.75 0 1 1-.24-1.481z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStretching(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 0m-.747 4.707a2.25 2.25 0 0 1 3.136 2.068v2.62c0 .47-.12.933-.35 1.343l-2.712 4.848A2.75 2.75 0 0 1 9.1 21.334l-3.849 1.372a.75.75 0 1 1-.504-1.412l3.849-1.373a1.25 1.25 0 0 0 .67-.567l2.713-4.848a1.25 1.25 0 0 0 .16-.61v-2.621a.75.75 0 0 0-1.046-.69l-2.456 1.053a.75.75 0 0 0-.228 1.226l.614.599a.75.75 0 0 1-1.047 1.074l-.614-.599a2.25 2.25 0 0 1 .684-3.679zm6.056 4.846a2.75 2.75 0 0 1 3.191 2.715V22a.75.75 0 0 1-1.5 0v-5.232c0-.77-.69-1.357-1.45-1.234l-1.013.165a.75.75 0 1 1-.24-1.481z" 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 0m-.747 4.707a2.25 2.25 0 0 1 3.136 2.068v2.62c0 .47-.12.933-.35 1.343l-2.712 4.848A2.75 2.75 0 0 1 9.1 21.334l-3.849 1.372a.75.75 0 1 1-.504-1.412l3.849-1.373a1.25 1.25 0 0 0 .67-.567l2.713-4.848a1.25 1.25 0 0 0 .16-.61v-2.621a.75.75 0 0 0-1.046-.69l-2.456 1.053a.75.75 0 0 0-.228 1.226l.614.599a.75.75 0 0 1-1.047 1.074l-.614-.599a2.25 2.25 0 0 1 .684-3.679zm6.056 4.846a2.75 2.75 0 0 1 3.191 2.715V22a.75.75 0 0 1-1.5 0v-5.232c0-.77-.69-1.357-1.45-1.234l-1.013.165a.75.75 0 1 1-.24-1.481z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-stretching {
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%200m-.747%204.707a2.25%202.25%200%200%201%203.136%202.068v2.62c0%20.47-.12.933-.35%201.343l-2.712%204.848A2.75%202.75%200%200%201%209.1%2021.334l-3.849%201.372a.75.75%200%201%201-.504-1.412l3.849-1.373a1.25%201.25%200%200%200%20.67-.567l2.713-4.848a1.25%201.25%200%200%200%20.16-.61v-2.621a.75.75%200%200%200-1.046-.69l-2.456%201.053a.75.75%200%200%200-.228%201.226l.614.599a.75.75%200%200%201-1.047%201.074l-.614-.599a2.25%202.25%200%200%201%20.684-3.679zm6.056%204.846a2.75%202.75%200%200%201%203.191%202.715V22a.75.75%200%200%201-1.5%200v-5.232c0-.77-.69-1.357-1.45-1.234l-1.013.165a.75.75%200%201%201-.24-1.481z%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%200m-.747%204.707a2.25%202.25%200%200%201%203.136%202.068v2.62c0%20.47-.12.933-.35%201.343l-2.712%204.848A2.75%202.75%200%200%201%209.1%2021.334l-3.849%201.372a.75.75%200%201%201-.504-1.412l3.849-1.373a1.25%201.25%200%200%200%20.67-.567l2.713-4.848a1.25%201.25%200%200%200%20.16-.61v-2.621a.75.75%200%200%200-1.046-.69l-2.456%201.053a.75.75%200%200%200-.228%201.226l.614.599a.75.75%200%200%201-1.047%201.074l-.614-.599a2.25%202.25%200%200%201%20.684-3.679zm6.056%204.846a2.75%202.75%200%200%201%203.191%202.715V22a.75.75%200%200%201-1.5%200v-5.232c0-.77-.69-1.357-1.45-1.234l-1.013.165a.75.75%200%201%201-.24-1.481z%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/stretching.svg?color=%231a73e8&size=48