sprint from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
sprint
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
sprint-outline, sprint-outline-sharp, sprint-sharp

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the sprint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.4 20L4 18.6L13.6 9H11v2H9V7h5.825q.4 0 .775.15t.65.425l3 2.975q.675.675 1.65 1.05t2.1.4v2q-1.55 0-2.812-.475T17.95 12.1l-1-1.05l-2.2 2.2L17 15.5l-6.55 3.775l-1-1.725l4.3-2.475l-1.7-1.7zM3 13v-2h5v2zm-2-3V8h5v2zm18.475-2q-.825 0-1.425-.587T17.45 6t.6-1.412T19.475 4t1.425.588T21.5 6t-.6 1.413T19.475 8M3 7V5h5v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSprint(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" d="M5.4 20L4 18.6L13.6 9H11v2H9V7h5.825q.4 0 .775.15t.65.425l3 2.975q.675.675 1.65 1.05t2.1.4v2q-1.55 0-2.812-.475T17.95 12.1l-1-1.05l-2.2 2.2L17 15.5l-6.55 3.775l-1-1.725l4.3-2.475l-1.7-1.7zM3 13v-2h5v2zm-2-3V8h5v2zm18.475-2q-.825 0-1.425-.587T17.45 6t.6-1.412T19.475 4t1.425.588T21.5 6t-.6 1.413T19.475 8M3 7V5h5v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.4 20L4 18.6L13.6 9H11v2H9V7h5.825q.4 0 .775.15t.65.425l3 2.975q.675.675 1.65 1.05t2.1.4v2q-1.55 0-2.812-.475T17.95 12.1l-1-1.05l-2.2 2.2L17 15.5l-6.55 3.775l-1-1.725l4.3-2.475l-1.7-1.7zM3 13v-2h5v2zm-2-3V8h5v2zm18.475-2q-.825 0-1.425-.587T17.45 6t.6-1.412T19.475 4t1.425.588T21.5 6t-.6 1.413T19.475 8M3 7V5h5v2z"/></svg>
</template>

CSS

.icon-sprint {
  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%20d%3D%22M5.4%2020L4%2018.6L13.6%209H11v2H9V7h5.825q.4%200%20.775.15t.65.425l3%202.975q.675.675%201.65%201.05t2.1.4v2q-1.55%200-2.812-.475T17.95%2012.1l-1-1.05l-2.2%202.2L17%2015.5l-6.55%203.775l-1-1.725l4.3-2.475l-1.7-1.7zM3%2013v-2h5v2zm-2-3V8h5v2zm18.475-2q-.825%200-1.425-.587T17.45%206t.6-1.412T19.475%204t1.425.588T21.5%206t-.6%201.413T19.475%208M3%207V5h5v2z%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%20d%3D%22M5.4%2020L4%2018.6L13.6%209H11v2H9V7h5.825q.4%200%20.775.15t.65.425l3%202.975q.675.675%201.65%201.05t2.1.4v2q-1.55%200-2.812-.475T17.95%2012.1l-1-1.05l-2.2%202.2L17%2015.5l-6.55%203.775l-1-1.725l4.3-2.475l-1.7-1.7zM3%2013v-2h5v2zm-2-3V8h5v2zm18.475-2q-.825%200-1.425-.587T17.45%206t.6-1.412T19.475%204t1.425.588T21.5%206t-.6%201.413T19.475%208M3%207V5h5v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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