run2 icon
run2 from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.
- Name
- run2
- Set
- Reicon
- Style
- Outline
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More sports icons from Reicon
Use the run2 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="M18.5 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M15.25 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-1.563 2.161l.005.003A5.33 5.33 0 0 1 16.44 9.2a3.71 3.71 0 0 0 3.316 2.049H21a.75.75 0 0 1 0 1.5h-1.245a5.21 5.21 0 0 1-4.658-2.878a3.83 3.83 0 0 0-1.976-1.821c-1.364-.562-1.796-.72-2.62-.66c-1.143.083-2.193.66-4.695 2.082l-1.435.815a.75.75 0 1 1-.742-1.304l1.436-.815l.172-.098c2.274-1.293 3.634-2.066 5.155-2.176c1.218-.089 1.954.215 3.295.766m-.132 3.835a.75.75 0 0 1-.05 1.06l-.535.478c-.28.25-.551.49-.798.724a7 7 0 0 0-.471.48a1.5 1.5 0 0 0-.146.187a1.25 1.25 0 0 0 .044.973c.042.089.13.21.363.418c.238.212.568.463 1.055.832l.075.056c.56.425.949.719 1.244 1.09c.328.413.565.89.696 1.401c.118.46.118.947.118 1.65V22a.75.75 0 0 1-1.5 0v-2.061c0-.833-.005-1.117-.07-1.37a2.25 2.25 0 0 0-.418-.841c-.163-.205-.387-.382-1.05-.884l-.024-.019a20 20 0 0 1-1.123-.888c-.297-.264-.553-.543-.72-.894a2.75 2.75 0 0 1-.096-2.14c.092-.248.27-.476.419-.647c.163-.189.364-.39.573-.587c.26-.246.565-.518.861-.782c.172-.152.34-.302.493-.442a.75.75 0 0 1 1.06.05M9.48 16.424a.75.75 0 0 1 .096 1.056l-1 1.201l-.097.116c-.642.771-1.113 1.338-1.771 1.646s-1.395.308-2.4.307H3a.75.75 0 0 1 0-1.5h1.158c1.222 0 1.596-.017 1.913-.165c.318-.149.57-.426 1.352-1.364l1-1.201a.75.75 0 0 1 1.057-.096" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconRun2(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="M18.5 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M15.25 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-1.563 2.161l.005.003A5.33 5.33 0 0 1 16.44 9.2a3.71 3.71 0 0 0 3.316 2.049H21a.75.75 0 0 1 0 1.5h-1.245a5.21 5.21 0 0 1-4.658-2.878a3.83 3.83 0 0 0-1.976-1.821c-1.364-.562-1.796-.72-2.62-.66c-1.143.083-2.193.66-4.695 2.082l-1.435.815a.75.75 0 1 1-.742-1.304l1.436-.815l.172-.098c2.274-1.293 3.634-2.066 5.155-2.176c1.218-.089 1.954.215 3.295.766m-.132 3.835a.75.75 0 0 1-.05 1.06l-.535.478c-.28.25-.551.49-.798.724a7 7 0 0 0-.471.48a1.5 1.5 0 0 0-.146.187a1.25 1.25 0 0 0 .044.973c.042.089.13.21.363.418c.238.212.568.463 1.055.832l.075.056c.56.425.949.719 1.244 1.09c.328.413.565.89.696 1.401c.118.46.118.947.118 1.65V22a.75.75 0 0 1-1.5 0v-2.061c0-.833-.005-1.117-.07-1.37a2.25 2.25 0 0 0-.418-.841c-.163-.205-.387-.382-1.05-.884l-.024-.019a20 20 0 0 1-1.123-.888c-.297-.264-.553-.543-.72-.894a2.75 2.75 0 0 1-.096-2.14c.092-.248.27-.476.419-.647c.163-.189.364-.39.573-.587c.26-.246.565-.518.861-.782c.172-.152.34-.302.493-.442a.75.75 0 0 1 1.06.05M9.48 16.424a.75.75 0 0 1 .096 1.056l-1 1.201l-.097.116c-.642.771-1.113 1.338-1.771 1.646s-1.395.308-2.4.307H3a.75.75 0 0 1 0-1.5h1.158c1.222 0 1.596-.017 1.913-.165c.318-.149.57-.426 1.352-1.364l1-1.201a.75.75 0 0 1 1.057-.096" 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="M18.5 2.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M15.25 4.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-1.563 2.161l.005.003A5.33 5.33 0 0 1 16.44 9.2a3.71 3.71 0 0 0 3.316 2.049H21a.75.75 0 0 1 0 1.5h-1.245a5.21 5.21 0 0 1-4.658-2.878a3.83 3.83 0 0 0-1.976-1.821c-1.364-.562-1.796-.72-2.62-.66c-1.143.083-2.193.66-4.695 2.082l-1.435.815a.75.75 0 1 1-.742-1.304l1.436-.815l.172-.098c2.274-1.293 3.634-2.066 5.155-2.176c1.218-.089 1.954.215 3.295.766m-.132 3.835a.75.75 0 0 1-.05 1.06l-.535.478c-.28.25-.551.49-.798.724a7 7 0 0 0-.471.48a1.5 1.5 0 0 0-.146.187a1.25 1.25 0 0 0 .044.973c.042.089.13.21.363.418c.238.212.568.463 1.055.832l.075.056c.56.425.949.719 1.244 1.09c.328.413.565.89.696 1.401c.118.46.118.947.118 1.65V22a.75.75 0 0 1-1.5 0v-2.061c0-.833-.005-1.117-.07-1.37a2.25 2.25 0 0 0-.418-.841c-.163-.205-.387-.382-1.05-.884l-.024-.019a20 20 0 0 1-1.123-.888c-.297-.264-.553-.543-.72-.894a2.75 2.75 0 0 1-.096-2.14c.092-.248.27-.476.419-.647c.163-.189.364-.39.573-.587c.26-.246.565-.518.861-.782c.172-.152.34-.302.493-.442a.75.75 0 0 1 1.06.05M9.48 16.424a.75.75 0 0 1 .096 1.056l-1 1.201l-.097.116c-.642.771-1.113 1.338-1.771 1.646s-1.395.308-2.4.307H3a.75.75 0 0 1 0-1.5h1.158c1.222 0 1.596-.017 1.913-.165c.318-.149.57-.426 1.352-1.364l1-1.201a.75.75 0 0 1 1.057-.096" clip-rule="evenodd"/></svg> </template>
CSS
.icon-run2 {
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%22M18.5%202.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M15.25%204.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-1.563%202.161l.005.003A5.33%205.33%200%200%201%2016.44%209.2a3.71%203.71%200%200%200%203.316%202.049H21a.75.75%200%200%201%200%201.5h-1.245a5.21%205.21%200%200%201-4.658-2.878a3.83%203.83%200%200%200-1.976-1.821c-1.364-.562-1.796-.72-2.62-.66c-1.143.083-2.193.66-4.695%202.082l-1.435.815a.75.75%200%201%201-.742-1.304l1.436-.815l.172-.098c2.274-1.293%203.634-2.066%205.155-2.176c1.218-.089%201.954.215%203.295.766m-.132%203.835a.75.75%200%200%201-.05%201.06l-.535.478c-.28.25-.551.49-.798.724a7%207%200%200%200-.471.48a1.5%201.5%200%200%200-.146.187a1.25%201.25%200%200%200%20.044.973c.042.089.13.21.363.418c.238.212.568.463%201.055.832l.075.056c.56.425.949.719%201.244%201.09c.328.413.565.89.696%201.401c.118.46.118.947.118%201.65V22a.75.75%200%200%201-1.5%200v-2.061c0-.833-.005-1.117-.07-1.37a2.25%202.25%200%200%200-.418-.841c-.163-.205-.387-.382-1.05-.884l-.024-.019a20%2020%200%200%201-1.123-.888c-.297-.264-.553-.543-.72-.894a2.75%202.75%200%200%201-.096-2.14c.092-.248.27-.476.419-.647c.163-.189.364-.39.573-.587c.26-.246.565-.518.861-.782c.172-.152.34-.302.493-.442a.75.75%200%200%201%201.06.05M9.48%2016.424a.75.75%200%200%201%20.096%201.056l-1%201.201l-.097.116c-.642.771-1.113%201.338-1.771%201.646s-1.395.308-2.4.307H3a.75.75%200%200%201%200-1.5h1.158c1.222%200%201.596-.017%201.913-.165c.318-.149.57-.426%201.352-1.364l1-1.201a.75.75%200%200%201%201.057-.096%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%22M18.5%202.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M15.25%204.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-1.563%202.161l.005.003A5.33%205.33%200%200%201%2016.44%209.2a3.71%203.71%200%200%200%203.316%202.049H21a.75.75%200%200%201%200%201.5h-1.245a5.21%205.21%200%200%201-4.658-2.878a3.83%203.83%200%200%200-1.976-1.821c-1.364-.562-1.796-.72-2.62-.66c-1.143.083-2.193.66-4.695%202.082l-1.435.815a.75.75%200%201%201-.742-1.304l1.436-.815l.172-.098c2.274-1.293%203.634-2.066%205.155-2.176c1.218-.089%201.954.215%203.295.766m-.132%203.835a.75.75%200%200%201-.05%201.06l-.535.478c-.28.25-.551.49-.798.724a7%207%200%200%200-.471.48a1.5%201.5%200%200%200-.146.187a1.25%201.25%200%200%200%20.044.973c.042.089.13.21.363.418c.238.212.568.463%201.055.832l.075.056c.56.425.949.719%201.244%201.09c.328.413.565.89.696%201.401c.118.46.118.947.118%201.65V22a.75.75%200%200%201-1.5%200v-2.061c0-.833-.005-1.117-.07-1.37a2.25%202.25%200%200%200-.418-.841c-.163-.205-.387-.382-1.05-.884l-.024-.019a20%2020%200%200%201-1.123-.888c-.297-.264-.553-.543-.72-.894a2.75%202.75%200%200%201-.096-2.14c.092-.248.27-.476.419-.647c.163-.189.364-.39.573-.587c.26-.246.565-.518.861-.782c.172-.152.34-.302.493-.442a.75.75%200%200%201%201.06.05M9.48%2016.424a.75.75%200%200%201%20.096%201.056l-1%201.201l-.097.116c-.642.771-1.113%201.338-1.771%201.646s-1.395.308-2.4.307H3a.75.75%200%200%201%200-1.5h1.158c1.222%200%201.596-.017%201.913-.165c.318-.149.57-.426%201.352-1.364l1-1.201a.75.75%200%200%201%201.057-.096%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/run2.svg?color=%231a73e8&size=48