stretching icon
stretching-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- stretching-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><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="M16.559 14.054a2.75 2.75 0 0 1 3.191 2.714V22a.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"/><path d="M10.503 9.207a2.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 0 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.6a.75.75 0 0 1-1.047 1.073l-.614-.599a2.25 2.25 0 0 1 .684-3.679z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStretchingDuotone(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="M16.559 14.054a2.75 2.75 0 0 1 3.191 2.714V22a.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"/><path d="M10.503 9.207a2.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 0 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.6a.75.75 0 0 1-1.047 1.073l-.614-.599a2.25 2.25 0 0 1 .684-3.679z" 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="M16.559 14.054a2.75 2.75 0 0 1 3.191 2.714V22a.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"/><path d="M10.503 9.207a2.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 0 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.6a.75.75 0 0 1-1.047 1.073l-.614-.599a2.25 2.25 0 0 1 .684-3.679z" opacity=".5"/></g></svg> </template>
CSS
.icon-stretching-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%22M16.559%2014.054a2.75%202.75%200%200%201%203.191%202.714V22a.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%3Cpath%20d%3D%22M10.503%209.207a2.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%200%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.6a.75.75%200%200%201-1.047%201.073l-.614-.599a2.25%202.25%200%200%201%20.684-3.679z%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%22M16.559%2014.054a2.75%202.75%200%200%201%203.191%202.714V22a.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%3Cpath%20d%3D%22M10.503%209.207a2.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%200%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.6a.75.75%200%200%201-1.047%201.073l-.614-.599a2.25%202.25%200%200%201%20.684-3.679z%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/stretching-duotone.svg?color=%231a73e8&size=48