run3 icon
run3-filled from Reicon by REICON · Filled · Sports · MIT Free for personal and commercial use.
- Name
- run3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More sports icons from Reicon
Use the run3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="M8.972 5.81a3.7 3.7 0 0 1 2.846-.062c2.568 1 3.188 4.35 1.15 6.204l-1.04.946l-.06.054a1.25 1.25 0 0 0 .148 1.938l.004.002l.125.096a7.75 7.75 0 0 1 3.005 6.202V22a.75.75 0 0 1-1.5 0v-.951a6.25 6.25 0 0 0-2.54-4.964l-.006-.005l-.081-.062a2.75 2.75 0 0 1-.11-4.225l1.045-.95c1.215-1.105.845-3.102-.685-3.698a2.2 2.2 0 0 0-1.695.037l-.522.23c-.545.241-.797.352-1.042.474a12 12 0 0 0-1.2.683c-.23.148-.455.308-.94.654l-1.439 1.024a.75.75 0 1 1-.87-1.222L5.021 7.99c.464-.331.717-.511.978-.68q.653-.421 1.348-.767c.279-.138.563-.263 1.085-.493zm6.3 6.008a.75.75 0 0 1 .91-.546a7.5 7.5 0 0 0 3.636 0a.75.75 0 0 1 .364 1.456a9 9 0 0 1-4.364 0a.75.75 0 0 1-.546-.91M9.48 16.424a.75.75 0 0 1 .096 1.056l-.26.311A8.22 8.22 0 0 1 3 20.75a.75.75 0 0 1 0-1.5a6.72 6.72 0 0 0 5.164-2.419l.26-.311a.75.75 0 0 1 1.056-.096" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRun3Filled(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="M21 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fillRule="evenodd" d="M8.972 5.81a3.7 3.7 0 0 1 2.846-.062c2.568 1 3.188 4.35 1.15 6.204l-1.04.946l-.06.054a1.25 1.25 0 0 0 .148 1.938l.004.002l.125.096a7.75 7.75 0 0 1 3.005 6.202V22a.75.75 0 0 1-1.5 0v-.951a6.25 6.25 0 0 0-2.54-4.964l-.006-.005l-.081-.062a2.75 2.75 0 0 1-.11-4.225l1.045-.95c1.215-1.105.845-3.102-.685-3.698a2.2 2.2 0 0 0-1.695.037l-.522.23c-.545.241-.797.352-1.042.474a12 12 0 0 0-1.2.683c-.23.148-.455.308-.94.654l-1.439 1.024a.75.75 0 1 1-.87-1.222L5.021 7.99c.464-.331.717-.511.978-.68q.653-.421 1.348-.767c.279-.138.563-.263 1.085-.493zm6.3 6.008a.75.75 0 0 1 .91-.546a7.5 7.5 0 0 0 3.636 0a.75.75 0 0 1 .364 1.456a9 9 0 0 1-4.364 0a.75.75 0 0 1-.546-.91M9.48 16.424a.75.75 0 0 1 .096 1.056l-.26.311A8.22 8.22 0 0 1 3 20.75a.75.75 0 0 1 0-1.5a6.72 6.72 0 0 0 5.164-2.419l.26-.311a.75.75 0 0 1 1.056-.096" clipRule="evenodd"/></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="M21 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path fill-rule="evenodd" d="M8.972 5.81a3.7 3.7 0 0 1 2.846-.062c2.568 1 3.188 4.35 1.15 6.204l-1.04.946l-.06.054a1.25 1.25 0 0 0 .148 1.938l.004.002l.125.096a7.75 7.75 0 0 1 3.005 6.202V22a.75.75 0 0 1-1.5 0v-.951a6.25 6.25 0 0 0-2.54-4.964l-.006-.005l-.081-.062a2.75 2.75 0 0 1-.11-4.225l1.045-.95c1.215-1.105.845-3.102-.685-3.698a2.2 2.2 0 0 0-1.695.037l-.522.23c-.545.241-.797.352-1.042.474a12 12 0 0 0-1.2.683c-.23.148-.455.308-.94.654l-1.439 1.024a.75.75 0 1 1-.87-1.222L5.021 7.99c.464-.331.717-.511.978-.68q.653-.421 1.348-.767c.279-.138.563-.263 1.085-.493zm6.3 6.008a.75.75 0 0 1 .91-.546a7.5 7.5 0 0 0 3.636 0a.75.75 0 0 1 .364 1.456a9 9 0 0 1-4.364 0a.75.75 0 0 1-.546-.91M9.48 16.424a.75.75 0 0 1 .096 1.056l-.26.311A8.22 8.22 0 0 1 3 20.75a.75.75 0 0 1 0-1.5a6.72 6.72 0 0 0 5.164-2.419l.26-.311a.75.75 0 0 1 1.056-.096" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-run3-filled {
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%22M21%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%22M8.972%205.81a3.7%203.7%200%200%201%202.846-.062c2.568%201%203.188%204.35%201.15%206.204l-1.04.946l-.06.054a1.25%201.25%200%200%200%20.148%201.938l.004.002l.125.096a7.75%207.75%200%200%201%203.005%206.202V22a.75.75%200%200%201-1.5%200v-.951a6.25%206.25%200%200%200-2.54-4.964l-.006-.005l-.081-.062a2.75%202.75%200%200%201-.11-4.225l1.045-.95c1.215-1.105.845-3.102-.685-3.698a2.2%202.2%200%200%200-1.695.037l-.522.23c-.545.241-.797.352-1.042.474a12%2012%200%200%200-1.2.683c-.23.148-.455.308-.94.654l-1.439%201.024a.75.75%200%201%201-.87-1.222L5.021%207.99c.464-.331.717-.511.978-.68q.653-.421%201.348-.767c.279-.138.563-.263%201.085-.493zm6.3%206.008a.75.75%200%200%201%20.91-.546a7.5%207.5%200%200%200%203.636%200a.75.75%200%200%201%20.364%201.456a9%209%200%200%201-4.364%200a.75.75%200%200%201-.546-.91M9.48%2016.424a.75.75%200%200%201%20.096%201.056l-.26.311A8.22%208.22%200%200%201%203%2020.75a.75.75%200%200%201%200-1.5a6.72%206.72%200%200%200%205.164-2.419l.26-.311a.75.75%200%200%201%201.056-.096%22%20clip-rule%3D%22evenodd%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%22M21%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%22M8.972%205.81a3.7%203.7%200%200%201%202.846-.062c2.568%201%203.188%204.35%201.15%206.204l-1.04.946l-.06.054a1.25%201.25%200%200%200%20.148%201.938l.004.002l.125.096a7.75%207.75%200%200%201%203.005%206.202V22a.75.75%200%200%201-1.5%200v-.951a6.25%206.25%200%200%200-2.54-4.964l-.006-.005l-.081-.062a2.75%202.75%200%200%201-.11-4.225l1.045-.95c1.215-1.105.845-3.102-.685-3.698a2.2%202.2%200%200%200-1.695.037l-.522.23c-.545.241-.797.352-1.042.474a12%2012%200%200%200-1.2.683c-.23.148-.455.308-.94.654l-1.439%201.024a.75.75%200%201%201-.87-1.222L5.021%207.99c.464-.331.717-.511.978-.68q.653-.421%201.348-.767c.279-.138.563-.263%201.085-.493zm6.3%206.008a.75.75%200%200%201%20.91-.546a7.5%207.5%200%200%200%203.636%200a.75.75%200%200%201%20.364%201.456a9%209%200%200%201-4.364%200a.75.75%200%200%201-.546-.91M9.48%2016.424a.75.75%200%200%201%20.096%201.056l-.26.311A8.22%208.22%200%200%201%203%2020.75a.75.75%200%200%201%200-1.5a6.72%206.72%200%200%200%205.164-2.419l.26-.311a.75.75%200%200%201%201.056-.096%22%20clip-rule%3D%22evenodd%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/run3-filled.svg?color=%231a73e8&size=48