run2-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.

Name
run2-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor"><path d="M20.75 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="m13.437 6.661l.005.003A5.33 5.33 0 0 1 16.19 9.2a3.71 3.71 0 0 0 3.316 2.049h1.245a.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.766M9.23 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.307H2.75a.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"/><path d="M13.304 10.496a.75.75 0 0 1-.05 1.059l-.534.479c-.281.25-.552.49-.798.724a7 7 0 0 0-.472.48a1.5 1.5 0 0 0-.143.186q-.006.01-.002.001a1.25 1.25 0 0 0 .043.973c.042.088.13.21.363.418c.238.212.568.463 1.056.832l.074.056c.561.425.95.719 1.245 1.09c.328.413.565.89.696 1.401c.118.46.118.947.117 1.65V22a.75.75 0 1 1-1.5 0v-2.06c0-.833-.005-1.117-.07-1.37a2.25 2.25 0 0 0-.418-.841c-.163-.205-.386-.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.093-.248.27-.476.42-.648c.163-.188.363-.388.572-.586c.26-.246.566-.518.862-.782c.17-.153.339-.302.492-.442a.75.75 0 0 1 1.06.05" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRun2Duotone(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="M20.75 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fillRule="evenodd" d="m13.437 6.661l.005.003A5.33 5.33 0 0 1 16.19 9.2a3.71 3.71 0 0 0 3.316 2.049h1.245a.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.766M9.23 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.307H2.75a.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"/><path d="M13.304 10.496a.75.75 0 0 1-.05 1.059l-.534.479c-.281.25-.552.49-.798.724a7 7 0 0 0-.472.48a1.5 1.5 0 0 0-.143.186q-.006.01-.002.001a1.25 1.25 0 0 0 .043.973c.042.088.13.21.363.418c.238.212.568.463 1.056.832l.074.056c.561.425.95.719 1.245 1.09c.328.413.565.89.696 1.401c.118.46.118.947.117 1.65V22a.75.75 0 1 1-1.5 0v-2.06c0-.833-.005-1.117-.07-1.37a2.25 2.25 0 0 0-.418-.841c-.163-.205-.386-.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.093-.248.27-.476.42-.648c.163-.188.363-.388.572-.586c.26-.246.566-.518.862-.782c.17-.153.339-.302.492-.442a.75.75 0 0 1 1.06.05" 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="M20.75 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="m13.437 6.661l.005.003A5.33 5.33 0 0 1 16.19 9.2a3.71 3.71 0 0 0 3.316 2.049h1.245a.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.766M9.23 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.307H2.75a.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"/><path d="M13.304 10.496a.75.75 0 0 1-.05 1.059l-.534.479c-.281.25-.552.49-.798.724a7 7 0 0 0-.472.48a1.5 1.5 0 0 0-.143.186q-.006.01-.002.001a1.25 1.25 0 0 0 .043.973c.042.088.13.21.363.418c.238.212.568.463 1.056.832l.074.056c.561.425.95.719 1.245 1.09c.328.413.565.89.696 1.401c.118.46.118.947.117 1.65V22a.75.75 0 1 1-1.5 0v-2.06c0-.833-.005-1.117-.07-1.37a2.25 2.25 0 0 0-.418-.841c-.163-.205-.386-.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.093-.248.27-.476.42-.648c.163-.188.363-.388.572-.586c.26-.246.566-.518.862-.782c.17-.153.339-.302.492-.442a.75.75 0 0 1 1.06.05" opacity=".5"/></g></svg>
</template>

CSS

.icon-run2-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%22M20.75%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%22m13.437%206.661l.005.003A5.33%205.33%200%200%201%2016.19%209.2a3.71%203.71%200%200%200%203.316%202.049h1.245a.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.766M9.23%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.307H2.75a.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%3Cpath%20d%3D%22M13.304%2010.496a.75.75%200%200%201-.05%201.059l-.534.479c-.281.25-.552.49-.798.724a7%207%200%200%200-.472.48a1.5%201.5%200%200%200-.143.186q-.006.01-.002.001a1.25%201.25%200%200%200%20.043.973c.042.088.13.21.363.418c.238.212.568.463%201.056.832l.074.056c.561.425.95.719%201.245%201.09c.328.413.565.89.696%201.401c.118.46.118.947.117%201.65V22a.75.75%200%201%201-1.5%200v-2.06c0-.833-.005-1.117-.07-1.37a2.25%202.25%200%200%200-.418-.841c-.163-.205-.386-.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.093-.248.27-.476.42-.648c.163-.188.363-.388.572-.586c.26-.246.566-.518.862-.782c.17-.153.339-.302.492-.442a.75.75%200%200%201%201.06.05%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%22M20.75%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%22m13.437%206.661l.005.003A5.33%205.33%200%200%201%2016.19%209.2a3.71%203.71%200%200%200%203.316%202.049h1.245a.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.766M9.23%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.307H2.75a.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%3Cpath%20d%3D%22M13.304%2010.496a.75.75%200%200%201-.05%201.059l-.534.479c-.281.25-.552.49-.798.724a7%207%200%200%200-.472.48a1.5%201.5%200%200%200-.143.186q-.006.01-.002.001a1.25%201.25%200%200%200%20.043.973c.042.088.13.21.363.418c.238.212.568.463%201.056.832l.074.056c.561.425.95.719%201.245%201.09c.328.413.565.89.696%201.401c.118.46.118.947.117%201.65V22a.75.75%200%201%201-1.5%200v-2.06c0-.833-.005-1.117-.07-1.37a2.25%202.25%200%200%200-.418-.841c-.163-.205-.386-.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.093-.248.27-.476.42-.648c.163-.188.363-.388.572-.586c.26-.246.566-.518.862-.782c.17-.153.339-.302.492-.442a.75.75%200%200%201%201.06.05%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/run2-duotone.svg?color=%231a73e8&size=48