run icon
run-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- run-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
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"><path fill="currentColor" d="M8.98 3.57a.763.763 0 0 0-.916-.55a.74.74 0 0 0-.566.688c-1.95.637-3.106 1.651-3.755 2.813c-.61 1.094-.724 2.237-.74 3.113l-.507.633a2.25 2.25 0 0 0 .497 3.27l9.067 6.131a7.75 7.75 0 0 0 4.342 1.33h2.208a3.39 3.39 0 0 0 3.392-3.392c0-1.91-1.6-3.225-2.984-3.893c-.415-.2-.758-.46-.986-.796l-2.583-4.444a.74.74 0 0 0 .548-.783a.76.76 0 0 0-.819-.685c-2.95.234-5.6-1.104-6.199-3.435m4.743 4.918l3.024 5.204l.024.038c.42.633 1.013 1.054 1.595 1.335c.77.37 1.403.868 1.775 1.432h-3.77a3.25 3.25 0 0 1-1.818-.556l-1.852-1.25l.424-.244a1.75 1.75 0 0 0 .64-2.39l-.682-1.182a1.75 1.75 0 0 0-2.39-.64l-2.478 1.43l-1.211-.817l.12-.07a1.75 1.75 0 0 0 .64-2.39L6.33 5.903c.433-.29.974-.556 1.656-.777c1.083 2.044 3.362 3.151 5.738 3.362M5.621 9.915l-1.097-.74c.048-.638.182-1.302.529-1.922q.075-.136.167-.271l1.246 2.156a.25.25 0 0 1-.092.342zm5.697 3.843l-1.72-1.16l1.845-1.064a.25.25 0 0 1 .341.091l.682 1.182a.25.25 0 0 1-.091.341zm-7.65-2.554l.414-.518l9.632 6.498a4.75 4.75 0 0 0 2.657.813h4.091a1.89 1.89 0 0 1-1.852 1.501h-2.208a6.25 6.25 0 0 1-3.502-1.072l-9.067-6.132a.75.75 0 0 1-.166-1.09"/></svg>
React
import type { SVGProps } from "react";
export function FluentRun24Regular(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="M8.98 3.57a.763.763 0 0 0-.916-.55a.74.74 0 0 0-.566.688c-1.95.637-3.106 1.651-3.755 2.813c-.61 1.094-.724 2.237-.74 3.113l-.507.633a2.25 2.25 0 0 0 .497 3.27l9.067 6.131a7.75 7.75 0 0 0 4.342 1.33h2.208a3.39 3.39 0 0 0 3.392-3.392c0-1.91-1.6-3.225-2.984-3.893c-.415-.2-.758-.46-.986-.796l-2.583-4.444a.74.74 0 0 0 .548-.783a.76.76 0 0 0-.819-.685c-2.95.234-5.6-1.104-6.199-3.435m4.743 4.918l3.024 5.204l.024.038c.42.633 1.013 1.054 1.595 1.335c.77.37 1.403.868 1.775 1.432h-3.77a3.25 3.25 0 0 1-1.818-.556l-1.852-1.25l.424-.244a1.75 1.75 0 0 0 .64-2.39l-.682-1.182a1.75 1.75 0 0 0-2.39-.64l-2.478 1.43l-1.211-.817l.12-.07a1.75 1.75 0 0 0 .64-2.39L6.33 5.903c.433-.29.974-.556 1.656-.777c1.083 2.044 3.362 3.151 5.738 3.362M5.621 9.915l-1.097-.74c.048-.638.182-1.302.529-1.922q.075-.136.167-.271l1.246 2.156a.25.25 0 0 1-.092.342zm5.697 3.843l-1.72-1.16l1.845-1.064a.25.25 0 0 1 .341.091l.682 1.182a.25.25 0 0 1-.091.341zm-7.65-2.554l.414-.518l9.632 6.498a4.75 4.75 0 0 0 2.657.813h4.091a1.89 1.89 0 0 1-1.852 1.501h-2.208a6.25 6.25 0 0 1-3.502-1.072l-9.067-6.132a.75.75 0 0 1-.166-1.09"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.98 3.57a.763.763 0 0 0-.916-.55a.74.74 0 0 0-.566.688c-1.95.637-3.106 1.651-3.755 2.813c-.61 1.094-.724 2.237-.74 3.113l-.507.633a2.25 2.25 0 0 0 .497 3.27l9.067 6.131a7.75 7.75 0 0 0 4.342 1.33h2.208a3.39 3.39 0 0 0 3.392-3.392c0-1.91-1.6-3.225-2.984-3.893c-.415-.2-.758-.46-.986-.796l-2.583-4.444a.74.74 0 0 0 .548-.783a.76.76 0 0 0-.819-.685c-2.95.234-5.6-1.104-6.199-3.435m4.743 4.918l3.024 5.204l.024.038c.42.633 1.013 1.054 1.595 1.335c.77.37 1.403.868 1.775 1.432h-3.77a3.25 3.25 0 0 1-1.818-.556l-1.852-1.25l.424-.244a1.75 1.75 0 0 0 .64-2.39l-.682-1.182a1.75 1.75 0 0 0-2.39-.64l-2.478 1.43l-1.211-.817l.12-.07a1.75 1.75 0 0 0 .64-2.39L6.33 5.903c.433-.29.974-.556 1.656-.777c1.083 2.044 3.362 3.151 5.738 3.362M5.621 9.915l-1.097-.74c.048-.638.182-1.302.529-1.922q.075-.136.167-.271l1.246 2.156a.25.25 0 0 1-.092.342zm5.697 3.843l-1.72-1.16l1.845-1.064a.25.25 0 0 1 .341.091l.682 1.182a.25.25 0 0 1-.091.341zm-7.65-2.554l.414-.518l9.632 6.498a4.75 4.75 0 0 0 2.657.813h4.091a1.89 1.89 0 0 1-1.852 1.501h-2.208a6.25 6.25 0 0 1-3.502-1.072l-9.067-6.132a.75.75 0 0 1-.166-1.09"/></svg> </template>
CSS
.icon-run-24-regular {
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%22M8.98%203.57a.763.763%200%200%200-.916-.55a.74.74%200%200%200-.566.688c-1.95.637-3.106%201.651-3.755%202.813c-.61%201.094-.724%202.237-.74%203.113l-.507.633a2.25%202.25%200%200%200%20.497%203.27l9.067%206.131a7.75%207.75%200%200%200%204.342%201.33h2.208a3.39%203.39%200%200%200%203.392-3.392c0-1.91-1.6-3.225-2.984-3.893c-.415-.2-.758-.46-.986-.796l-2.583-4.444a.74.74%200%200%200%20.548-.783a.76.76%200%200%200-.819-.685c-2.95.234-5.6-1.104-6.199-3.435m4.743%204.918l3.024%205.204l.024.038c.42.633%201.013%201.054%201.595%201.335c.77.37%201.403.868%201.775%201.432h-3.77a3.25%203.25%200%200%201-1.818-.556l-1.852-1.25l.424-.244a1.75%201.75%200%200%200%20.64-2.39l-.682-1.182a1.75%201.75%200%200%200-2.39-.64l-2.478%201.43l-1.211-.817l.12-.07a1.75%201.75%200%200%200%20.64-2.39L6.33%205.903c.433-.29.974-.556%201.656-.777c1.083%202.044%203.362%203.151%205.738%203.362M5.621%209.915l-1.097-.74c.048-.638.182-1.302.529-1.922q.075-.136.167-.271l1.246%202.156a.25.25%200%200%201-.092.342zm5.697%203.843l-1.72-1.16l1.845-1.064a.25.25%200%200%201%20.341.091l.682%201.182a.25.25%200%200%201-.091.341zm-7.65-2.554l.414-.518l9.632%206.498a4.75%204.75%200%200%200%202.657.813h4.091a1.89%201.89%200%200%201-1.852%201.501h-2.208a6.25%206.25%200%200%201-3.502-1.072l-9.067-6.132a.75.75%200%200%201-.166-1.09%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%22M8.98%203.57a.763.763%200%200%200-.916-.55a.74.74%200%200%200-.566.688c-1.95.637-3.106%201.651-3.755%202.813c-.61%201.094-.724%202.237-.74%203.113l-.507.633a2.25%202.25%200%200%200%20.497%203.27l9.067%206.131a7.75%207.75%200%200%200%204.342%201.33h2.208a3.39%203.39%200%200%200%203.392-3.392c0-1.91-1.6-3.225-2.984-3.893c-.415-.2-.758-.46-.986-.796l-2.583-4.444a.74.74%200%200%200%20.548-.783a.76.76%200%200%200-.819-.685c-2.95.234-5.6-1.104-6.199-3.435m4.743%204.918l3.024%205.204l.024.038c.42.633%201.013%201.054%201.595%201.335c.77.37%201.403.868%201.775%201.432h-3.77a3.25%203.25%200%200%201-1.818-.556l-1.852-1.25l.424-.244a1.75%201.75%200%200%200%20.64-2.39l-.682-1.182a1.75%201.75%200%200%200-2.39-.64l-2.478%201.43l-1.211-.817l.12-.07a1.75%201.75%200%200%200%20.64-2.39L6.33%205.903c.433-.29.974-.556%201.656-.777c1.083%202.044%203.362%203.151%205.738%203.362M5.621%209.915l-1.097-.74c.048-.638.182-1.302.529-1.922q.075-.136.167-.271l1.246%202.156a.25.25%200%200%201-.092.342zm5.697%203.843l-1.72-1.16l1.845-1.064a.25.25%200%200%201%20.341.091l.682%201.182a.25.25%200%200%201-.091.341zm-7.65-2.554l.414-.518l9.632%206.498a4.75%204.75%200%200%200%202.657.813h4.091a1.89%201.89%200%200%201-1.852%201.501h-2.208a6.25%206.25%200%200%201-3.502-1.072l-9.067-6.132a.75.75%200%200%201-.166-1.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/run-24-regular.svg?color=%231a73e8&size=48