run from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
run
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-run

The same icon in other sets

Use the run icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="17" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M15.777 10.969a2.01 2.01 0 0 0 2.148.83l3.316-.829l-.483-1.94l-3.316.829l-1.379-2.067a2 2 0 0 0-1.272-.854l-3.846-.77a2 2 0 0 0-2.181 1.067l-1.658 3.316l1.789.895l1.658-3.317l1.967.394L7.434 17H3v2h4.434c.698 0 1.355-.372 1.715-.971l1.918-3.196l5.169 1.034l1.816 5.449l1.896-.633l-1.815-5.448a2.01 2.01 0 0 0-1.506-1.33l-3.039-.607l1.772-2.954z"/></svg>

React

import type { SVGProps } from "react";

export function BxRun(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="17" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M15.777 10.969a2.01 2.01 0 0 0 2.148.83l3.316-.829l-.483-1.94l-3.316.829l-1.379-2.067a2 2 0 0 0-1.272-.854l-3.846-.77a2 2 0 0 0-2.181 1.067l-1.658 3.316l1.789.895l1.658-3.317l1.967.394L7.434 17H3v2h4.434c.698 0 1.355-.372 1.715-.971l1.918-3.196l5.169 1.034l1.816 5.449l1.896-.633l-1.815-5.448a2.01 2.01 0 0 0-1.506-1.33l-3.039-.607l1.772-2.954z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="17" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M15.777 10.969a2.01 2.01 0 0 0 2.148.83l3.316-.829l-.483-1.94l-3.316.829l-1.379-2.067a2 2 0 0 0-1.272-.854l-3.846-.77a2 2 0 0 0-2.181 1.067l-1.658 3.316l1.789.895l1.658-3.317l1.967.394L7.434 17H3v2h4.434c.698 0 1.355-.372 1.715-.971l1.918-3.196l5.169 1.034l1.816 5.449l1.896-.633l-1.815-5.448a2.01 2.01 0 0 0-1.506-1.33l-3.039-.607l1.772-2.954z"/></svg>
</template>

CSS

.icon-run {
  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%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.777%2010.969a2.01%202.01%200%200%200%202.148.83l3.316-.829l-.483-1.94l-3.316.829l-1.379-2.067a2%202%200%200%200-1.272-.854l-3.846-.77a2%202%200%200%200-2.181%201.067l-1.658%203.316l1.789.895l1.658-3.317l1.967.394L7.434%2017H3v2h4.434c.698%200%201.355-.372%201.715-.971l1.918-3.196l5.169%201.034l1.816%205.449l1.896-.633l-1.815-5.448a2.01%202.01%200%200%200-1.506-1.33l-3.039-.607l1.772-2.954z%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%3Ccircle%20cx%3D%2217%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.777%2010.969a2.01%202.01%200%200%200%202.148.83l3.316-.829l-.483-1.94l-3.316.829l-1.379-2.067a2%202%200%200%200-1.272-.854l-3.846-.77a2%202%200%200%200-2.181%201.067l-1.658%203.316l1.789.895l1.658-3.317l1.967.394L7.434%2017H3v2h4.434c.698%200%201.355-.372%201.715-.971l1.918-3.196l5.169%201.034l1.816%205.449l1.896-.633l-1.815-5.448a2.01%202.01%200%200%200-1.506-1.33l-3.039-.607l1.772-2.954z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/run.svg?color=%231a73e8&size=48