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

Name
sprint
Set
Material Symbols Light
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 Light

The same icon in other sets

More activities icons from Material Symbols Light

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.42 19.289l-.708-.708L14.792 8.5H10.5v2h-1v-3h6.171q.093 0 .179.034q.087.035.15.099l3.096 3.09q.714.714 1.631 1.137t1.965.429v1q-1.261 0-2.341-.495t-1.94-1.348l-1.269-1.28l-3.104 3.084l2.154 2.154l-5.55 3.217l-.5-.898l4.396-2.532l-2.507-2.508zM4 12.5v-1h4v1zm-2-3v-1h4v1zm17.475-2q-.633 0-1.079-.443T17.95 5.98t.446-1.076t1.079-.444t1.079.444T21 5.98t-.446 1.076t-1.079.443M4 6.5v-1h4v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSprint(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.42 19.289l-.708-.708L14.792 8.5H10.5v2h-1v-3h6.171q.093 0 .179.034q.087.035.15.099l3.096 3.09q.714.714 1.631 1.137t1.965.429v1q-1.261 0-2.341-.495t-1.94-1.348l-1.269-1.28l-3.104 3.084l2.154 2.154l-5.55 3.217l-.5-.898l4.396-2.532l-2.507-2.508zM4 12.5v-1h4v1zm-2-3v-1h4v1zm17.475-2q-.633 0-1.079-.443T17.95 5.98t.446-1.076t1.079-.444t1.079.444T21 5.98t-.446 1.076t-1.079.443M4 6.5v-1h4v1z"/></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.42 19.289l-.708-.708L14.792 8.5H10.5v2h-1v-3h6.171q.093 0 .179.034q.087.035.15.099l3.096 3.09q.714.714 1.631 1.137t1.965.429v1q-1.261 0-2.341-.495t-1.94-1.348l-1.269-1.28l-3.104 3.084l2.154 2.154l-5.55 3.217l-.5-.898l4.396-2.532l-2.507-2.508zM4 12.5v-1h4v1zm-2-3v-1h4v1zm17.475-2q-.633 0-1.079-.443T17.95 5.98t.446-1.076t1.079-.444t1.079.444T21 5.98t-.446 1.076t-1.079.443M4 6.5v-1h4v1z"/></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.42%2019.289l-.708-.708L14.792%208.5H10.5v2h-1v-3h6.171q.093%200%20.179.034q.087.035.15.099l3.096%203.09q.714.714%201.631%201.137t1.965.429v1q-1.261%200-2.341-.495t-1.94-1.348l-1.269-1.28l-3.104%203.084l2.154%202.154l-5.55%203.217l-.5-.898l4.396-2.532l-2.507-2.508zM4%2012.5v-1h4v1zm-2-3v-1h4v1zm17.475-2q-.633%200-1.079-.443T17.95%205.98t.446-1.076t1.079-.444t1.079.444T21%205.98t-.446%201.076t-1.079.443M4%206.5v-1h4v1z%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.42%2019.289l-.708-.708L14.792%208.5H10.5v2h-1v-3h6.171q.093%200%20.179.034q.087.035.15.099l3.096%203.09q.714.714%201.631%201.137t1.965.429v1q-1.261%200-2.341-.495t-1.94-1.348l-1.269-1.28l-3.104%203.084l2.154%202.154l-5.55%203.217l-.5-.898l4.396-2.532l-2.507-2.508zM4%2012.5v-1h4v1zm-2-3v-1h4v1zm17.475-2q-.633%200-1.079-.443T17.95%205.98t.446-1.076t1.079-.444t1.079.444T21%205.98t-.446%201.076t-1.079.443M4%206.5v-1h4v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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