run-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
run-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the run 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="M10 5a3 3 0 1 1 3.469 2.964l1.436 2.297l1.724-.69a1 1 0 0 1 .742 1.858l-2.111.844a1.5 1.5 0 0 1-1.83-.598l-.406-.65l-.611 2.476a2 2 0 0 1-.33.701l1.664 1.236a2 2 0 0 1 .795 1.384L14.895 20H15a1 1 0 1 1 0 2h-1a1 1 0 0 1-.994-.89l-.452-4.067l-3.15-2.34c-.66-.49-1.018-1.336-.818-2.146l.796-3.228l-1.597.48l-.836 2.507a1 1 0 1 1-1.898-.632l.836-2.508A2 2 0 0 1 7.21 7.893l3.437-1.031A3 3 0 0 1 10 5m-.4 10.2a1 1 0 0 1 .2 1.4l-1.216 1.622a1.5 1.5 0 0 1-2.032.348l-1.93-1.287a1 1 0 0 1-1.33-1.49l.5-.5a1 1 0 0 1 1.263-.125l2.213 1.475L8.2 15.4a1 1 0 0 1 1.4-.2" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRunFill(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="M10 5a3 3 0 1 1 3.469 2.964l1.436 2.297l1.724-.69a1 1 0 0 1 .742 1.858l-2.111.844a1.5 1.5 0 0 1-1.83-.598l-.406-.65l-.611 2.476a2 2 0 0 1-.33.701l1.664 1.236a2 2 0 0 1 .795 1.384L14.895 20H15a1 1 0 1 1 0 2h-1a1 1 0 0 1-.994-.89l-.452-4.067l-3.15-2.34c-.66-.49-1.018-1.336-.818-2.146l.796-3.228l-1.597.48l-.836 2.507a1 1 0 1 1-1.898-.632l.836-2.508A2 2 0 0 1 7.21 7.893l3.437-1.031A3 3 0 0 1 10 5m-.4 10.2a1 1 0 0 1 .2 1.4l-1.216 1.622a1.5 1.5 0 0 1-2.032.348l-1.93-1.287a1 1 0 0 1-1.33-1.49l.5-.5a1 1 0 0 1 1.263-.125l2.213 1.475L8.2 15.4a1 1 0 0 1 1.4-.2" 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="M10 5a3 3 0 1 1 3.469 2.964l1.436 2.297l1.724-.69a1 1 0 0 1 .742 1.858l-2.111.844a1.5 1.5 0 0 1-1.83-.598l-.406-.65l-.611 2.476a2 2 0 0 1-.33.701l1.664 1.236a2 2 0 0 1 .795 1.384L14.895 20H15a1 1 0 1 1 0 2h-1a1 1 0 0 1-.994-.89l-.452-4.067l-3.15-2.34c-.66-.49-1.018-1.336-.818-2.146l.796-3.228l-1.597.48l-.836 2.507a1 1 0 1 1-1.898-.632l.836-2.508A2 2 0 0 1 7.21 7.893l3.437-1.031A3 3 0 0 1 10 5m-.4 10.2a1 1 0 0 1 .2 1.4l-1.216 1.622a1.5 1.5 0 0 1-2.032.348l-1.93-1.287a1 1 0 0 1-1.33-1.49l.5-.5a1 1 0 0 1 1.263-.125l2.213 1.475L8.2 15.4a1 1 0 0 1 1.4-.2" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-run-fill {
  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%22M10%205a3%203%200%201%201%203.469%202.964l1.436%202.297l1.724-.69a1%201%200%200%201%20.742%201.858l-2.111.844a1.5%201.5%200%200%201-1.83-.598l-.406-.65l-.611%202.476a2%202%200%200%201-.33.701l1.664%201.236a2%202%200%200%201%20.795%201.384L14.895%2020H15a1%201%200%201%201%200%202h-1a1%201%200%200%201-.994-.89l-.452-4.067l-3.15-2.34c-.66-.49-1.018-1.336-.818-2.146l.796-3.228l-1.597.48l-.836%202.507a1%201%200%201%201-1.898-.632l.836-2.508A2%202%200%200%201%207.21%207.893l3.437-1.031A3%203%200%200%201%2010%205m-.4%2010.2a1%201%200%200%201%20.2%201.4l-1.216%201.622a1.5%201.5%200%200%201-2.032.348l-1.93-1.287a1%201%200%200%201-1.33-1.49l.5-.5a1%201%200%200%201%201.263-.125l2.213%201.475L8.2%2015.4a1%201%200%200%201%201.4-.2%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%22M10%205a3%203%200%201%201%203.469%202.964l1.436%202.297l1.724-.69a1%201%200%200%201%20.742%201.858l-2.111.844a1.5%201.5%200%200%201-1.83-.598l-.406-.65l-.611%202.476a2%202%200%200%201-.33.701l1.664%201.236a2%202%200%200%201%20.795%201.384L14.895%2020H15a1%201%200%201%201%200%202h-1a1%201%200%200%201-.994-.89l-.452-4.067l-3.15-2.34c-.66-.49-1.018-1.336-.818-2.146l.796-3.228l-1.597.48l-.836%202.507a1%201%200%201%201-1.898-.632l.836-2.508A2%202%200%200%201%207.21%207.893l3.437-1.031A3%203%200%200%201%2010%205m-.4%2010.2a1%201%200%200%201%20.2%201.4l-1.216%201.622a1.5%201.5%200%200%201-2.032.348l-1.93-1.287a1%201%200%200%201-1.33-1.49l.5-.5a1%201%200%200%201%201.263-.125l2.213%201.475L8.2%2015.4a1%201%200%200%201%201.4-.2%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/mingcute/run-fill.svg?color=%231a73e8&size=48