run icon
run-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- run-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All run icons →More sports icons from Reicon
Use the run 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="M9.802 5.93a4 4 0 0 1 .721-.043q.12.006.273.02c2.383.248 4.15 2.036 5.328 3.802l.063.094a3.25 3.25 0 0 0 2.704 1.447h1.86a.75.75 0 0 1 0 1.5h-1.86a4.75 4.75 0 0 1-3.952-2.115l-.063-.094A11 11 0 0 0 14 9.39l-1.884 2.355c-.427.534-.714.894-.907 1.19c-.187.286-.24.445-.255.566c-.023.2.002.403.073.591c.044.114.135.256.386.487c.26.24.626.518 1.172.93l.095.073c.72.546 1.22.924 1.566 1.428c.196.287.351.6.462.93c.193.58.193 1.206.193 2.11V22a.75.75 0 1 1-1.5 0v-1.83c0-1.07-.01-1.435-.116-1.755a2.3 2.3 0 0 0-.277-.558c-.19-.278-.476-.505-1.33-1.152l-.028-.021c-.51-.386-.933-.707-1.252-1.001c-.333-.307-.611-.635-.772-1.056a2.75 2.75 0 0 1-.162-1.3c.053-.448.242-.835.49-1.214c.237-.362.57-.778.968-1.277l1.984-2.479c-.687-.523-1.444-.871-2.263-.956a3 3 0 0 0-.185-.014a2.5 2.5 0 0 0-.45.03c-1.065.148-2.132.74-4.45 2.057l-1.436.815a.75.75 0 1 1-.741-1.304l1.435-.815l.153-.087c2.119-1.204 3.448-1.96 4.834-2.151" clip-rule="evenodd"/><path d="M9.23 16.424a.75.75 0 0 1 .096 1.056l-1 1.201l-.097.116c-.642.772-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" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRunDuotone(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="M9.802 5.93a4 4 0 0 1 .721-.043q.12.006.273.02c2.383.248 4.15 2.036 5.328 3.802l.063.094a3.25 3.25 0 0 0 2.704 1.447h1.86a.75.75 0 0 1 0 1.5h-1.86a4.75 4.75 0 0 1-3.952-2.115l-.063-.094A11 11 0 0 0 14 9.39l-1.884 2.355c-.427.534-.714.894-.907 1.19c-.187.286-.24.445-.255.566c-.023.2.002.403.073.591c.044.114.135.256.386.487c.26.24.626.518 1.172.93l.095.073c.72.546 1.22.924 1.566 1.428c.196.287.351.6.462.93c.193.58.193 1.206.193 2.11V22a.75.75 0 1 1-1.5 0v-1.83c0-1.07-.01-1.435-.116-1.755a2.3 2.3 0 0 0-.277-.558c-.19-.278-.476-.505-1.33-1.152l-.028-.021c-.51-.386-.933-.707-1.252-1.001c-.333-.307-.611-.635-.772-1.056a2.75 2.75 0 0 1-.162-1.3c.053-.448.242-.835.49-1.214c.237-.362.57-.778.968-1.277l1.984-2.479c-.687-.523-1.444-.871-2.263-.956a3 3 0 0 0-.185-.014a2.5 2.5 0 0 0-.45.03c-1.065.148-2.132.74-4.45 2.057l-1.436.815a.75.75 0 1 1-.741-1.304l1.435-.815l.153-.087c2.119-1.204 3.448-1.96 4.834-2.151" clipRule="evenodd"/><path d="M9.23 16.424a.75.75 0 0 1 .096 1.056l-1 1.201l-.097.116c-.642.772-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" 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="M9.802 5.93a4 4 0 0 1 .721-.043q.12.006.273.02c2.383.248 4.15 2.036 5.328 3.802l.063.094a3.25 3.25 0 0 0 2.704 1.447h1.86a.75.75 0 0 1 0 1.5h-1.86a4.75 4.75 0 0 1-3.952-2.115l-.063-.094A11 11 0 0 0 14 9.39l-1.884 2.355c-.427.534-.714.894-.907 1.19c-.187.286-.24.445-.255.566c-.023.2.002.403.073.591c.044.114.135.256.386.487c.26.24.626.518 1.172.93l.095.073c.72.546 1.22.924 1.566 1.428c.196.287.351.6.462.93c.193.58.193 1.206.193 2.11V22a.75.75 0 1 1-1.5 0v-1.83c0-1.07-.01-1.435-.116-1.755a2.3 2.3 0 0 0-.277-.558c-.19-.278-.476-.505-1.33-1.152l-.028-.021c-.51-.386-.933-.707-1.252-1.001c-.333-.307-.611-.635-.772-1.056a2.75 2.75 0 0 1-.162-1.3c.053-.448.242-.835.49-1.214c.237-.362.57-.778.968-1.277l1.984-2.479c-.687-.523-1.444-.871-2.263-.956a3 3 0 0 0-.185-.014a2.5 2.5 0 0 0-.45.03c-1.065.148-2.132.74-4.45 2.057l-1.436.815a.75.75 0 1 1-.741-1.304l1.435-.815l.153-.087c2.119-1.204 3.448-1.96 4.834-2.151" clip-rule="evenodd"/><path d="M9.23 16.424a.75.75 0 0 1 .096 1.056l-1 1.201l-.097.116c-.642.772-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" opacity=".5"/></g></svg> </template>
CSS
.icon-run-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%22M9.802%205.93a4%204%200%200%201%20.721-.043q.12.006.273.02c2.383.248%204.15%202.036%205.328%203.802l.063.094a3.25%203.25%200%200%200%202.704%201.447h1.86a.75.75%200%200%201%200%201.5h-1.86a4.75%204.75%200%200%201-3.952-2.115l-.063-.094A11%2011%200%200%200%2014%209.39l-1.884%202.355c-.427.534-.714.894-.907%201.19c-.187.286-.24.445-.255.566c-.023.2.002.403.073.591c.044.114.135.256.386.487c.26.24.626.518%201.172.93l.095.073c.72.546%201.22.924%201.566%201.428c.196.287.351.6.462.93c.193.58.193%201.206.193%202.11V22a.75.75%200%201%201-1.5%200v-1.83c0-1.07-.01-1.435-.116-1.755a2.3%202.3%200%200%200-.277-.558c-.19-.278-.476-.505-1.33-1.152l-.028-.021c-.51-.386-.933-.707-1.252-1.001c-.333-.307-.611-.635-.772-1.056a2.75%202.75%200%200%201-.162-1.3c.053-.448.242-.835.49-1.214c.237-.362.57-.778.968-1.277l1.984-2.479c-.687-.523-1.444-.871-2.263-.956a3%203%200%200%200-.185-.014a2.5%202.5%200%200%200-.45.03c-1.065.148-2.132.74-4.45%202.057l-1.436.815a.75.75%200%201%201-.741-1.304l1.435-.815l.153-.087c2.119-1.204%203.448-1.96%204.834-2.151%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.23%2016.424a.75.75%200%200%201%20.096%201.056l-1%201.201l-.097.116c-.642.772-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%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%22M9.802%205.93a4%204%200%200%201%20.721-.043q.12.006.273.02c2.383.248%204.15%202.036%205.328%203.802l.063.094a3.25%203.25%200%200%200%202.704%201.447h1.86a.75.75%200%200%201%200%201.5h-1.86a4.75%204.75%200%200%201-3.952-2.115l-.063-.094A11%2011%200%200%200%2014%209.39l-1.884%202.355c-.427.534-.714.894-.907%201.19c-.187.286-.24.445-.255.566c-.023.2.002.403.073.591c.044.114.135.256.386.487c.26.24.626.518%201.172.93l.095.073c.72.546%201.22.924%201.566%201.428c.196.287.351.6.462.93c.193.58.193%201.206.193%202.11V22a.75.75%200%201%201-1.5%200v-1.83c0-1.07-.01-1.435-.116-1.755a2.3%202.3%200%200%200-.277-.558c-.19-.278-.476-.505-1.33-1.152l-.028-.021c-.51-.386-.933-.707-1.252-1.001c-.333-.307-.611-.635-.772-1.056a2.75%202.75%200%200%201-.162-1.3c.053-.448.242-.835.49-1.214c.237-.362.57-.778.968-1.277l1.984-2.479c-.687-.523-1.444-.871-2.263-.956a3%203%200%200%200-.185-.014a2.5%202.5%200%200%200-.45.03c-1.065.148-2.132.74-4.45%202.057l-1.436.815a.75.75%200%201%201-.741-1.304l1.435-.815l.153-.087c2.119-1.204%203.448-1.96%204.834-2.151%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.23%2016.424a.75.75%200%200%201%20.096%201.056l-1%201.201l-.097.116c-.642.772-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%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/run-duotone.svg?color=%231a73e8&size=48