run icon
run-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- run-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M10.3 3.619a.763.763 0 0 0-.875-.613a.737.737 0 0 0-.604.863q.022.12.049.24c-2.443.757-3.828 1.992-4.574 3.401C3.6 8.822 3.51 10.2 3.5 11.24l-1.033 1.32a2.25 2.25 0 0 0 .511 3.25l11.623 7.86A7.75 7.75 0 0 0 18.943 25h3.366a3.693 3.693 0 0 0 3.693-3.693c0-2.075-1.714-3.543-3.342-4.202c-.642-.26-1.191-.627-1.533-1.132l-3.795-6.477l.052-.008a.737.737 0 0 0 .604-.863a.763.763 0 0 0-.875-.613c-3.257.551-6.261-1.391-6.813-4.393m5.35 5.972l4.195 7.16l.022.035c.568.856 1.423 1.382 2.23 1.71c1.062.43 1.908 1.16 2.246 2.008H18.96a3.25 3.25 0 0 1-1.817-.556l-3.246-2.19l1.49-.86a1.75 1.75 0 0 0 .64-2.39l-.943-1.633a1.75 1.75 0 0 0-2.39-.64L8.93 14.408L7.585 13.5l1.54-.89a1.75 1.75 0 0 0 .64-2.39L7.509 6.316c.5-.294 1.106-.56 1.842-.786c1.126 2.403 3.58 3.927 6.298 4.061M6.2 12.567l-1.2-.81V11.5c0-1.046.054-2.216.621-3.288a4.4 4.4 0 0 1 .695-.964l2.149 3.722a.25.25 0 0 1-.092.342zm6.312 4.258l-2.2-1.484l3.13-1.807a.25.25 0 0 1 .342.091l.943 1.633a.25.25 0 0 1-.092.341zm-8.863-3.34l.425-.543l12.229 8.25a4.75 4.75 0 0 0 2.656.811h5.43a2.19 2.19 0 0 1-2.08 1.497h-3.366a6.25 6.25 0 0 1-3.5-1.072l-11.624-7.86a.75.75 0 0 1-.17-1.084"/></svg>
React
import type { SVGProps } from "react";
export function FluentRun28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.3 3.619a.763.763 0 0 0-.875-.613a.737.737 0 0 0-.604.863q.022.12.049.24c-2.443.757-3.828 1.992-4.574 3.401C3.6 8.822 3.51 10.2 3.5 11.24l-1.033 1.32a2.25 2.25 0 0 0 .511 3.25l11.623 7.86A7.75 7.75 0 0 0 18.943 25h3.366a3.693 3.693 0 0 0 3.693-3.693c0-2.075-1.714-3.543-3.342-4.202c-.642-.26-1.191-.627-1.533-1.132l-3.795-6.477l.052-.008a.737.737 0 0 0 .604-.863a.763.763 0 0 0-.875-.613c-3.257.551-6.261-1.391-6.813-4.393m5.35 5.972l4.195 7.16l.022.035c.568.856 1.423 1.382 2.23 1.71c1.062.43 1.908 1.16 2.246 2.008H18.96a3.25 3.25 0 0 1-1.817-.556l-3.246-2.19l1.49-.86a1.75 1.75 0 0 0 .64-2.39l-.943-1.633a1.75 1.75 0 0 0-2.39-.64L8.93 14.408L7.585 13.5l1.54-.89a1.75 1.75 0 0 0 .64-2.39L7.509 6.316c.5-.294 1.106-.56 1.842-.786c1.126 2.403 3.58 3.927 6.298 4.061M6.2 12.567l-1.2-.81V11.5c0-1.046.054-2.216.621-3.288a4.4 4.4 0 0 1 .695-.964l2.149 3.722a.25.25 0 0 1-.092.342zm6.312 4.258l-2.2-1.484l3.13-1.807a.25.25 0 0 1 .342.091l.943 1.633a.25.25 0 0 1-.092.341zm-8.863-3.34l.425-.543l12.229 8.25a4.75 4.75 0 0 0 2.656.811h5.43a2.19 2.19 0 0 1-2.08 1.497h-3.366a6.25 6.25 0 0 1-3.5-1.072l-11.624-7.86a.75.75 0 0 1-.17-1.084"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.3 3.619a.763.763 0 0 0-.875-.613a.737.737 0 0 0-.604.863q.022.12.049.24c-2.443.757-3.828 1.992-4.574 3.401C3.6 8.822 3.51 10.2 3.5 11.24l-1.033 1.32a2.25 2.25 0 0 0 .511 3.25l11.623 7.86A7.75 7.75 0 0 0 18.943 25h3.366a3.693 3.693 0 0 0 3.693-3.693c0-2.075-1.714-3.543-3.342-4.202c-.642-.26-1.191-.627-1.533-1.132l-3.795-6.477l.052-.008a.737.737 0 0 0 .604-.863a.763.763 0 0 0-.875-.613c-3.257.551-6.261-1.391-6.813-4.393m5.35 5.972l4.195 7.16l.022.035c.568.856 1.423 1.382 2.23 1.71c1.062.43 1.908 1.16 2.246 2.008H18.96a3.25 3.25 0 0 1-1.817-.556l-3.246-2.19l1.49-.86a1.75 1.75 0 0 0 .64-2.39l-.943-1.633a1.75 1.75 0 0 0-2.39-.64L8.93 14.408L7.585 13.5l1.54-.89a1.75 1.75 0 0 0 .64-2.39L7.509 6.316c.5-.294 1.106-.56 1.842-.786c1.126 2.403 3.58 3.927 6.298 4.061M6.2 12.567l-1.2-.81V11.5c0-1.046.054-2.216.621-3.288a4.4 4.4 0 0 1 .695-.964l2.149 3.722a.25.25 0 0 1-.092.342zm6.312 4.258l-2.2-1.484l3.13-1.807a.25.25 0 0 1 .342.091l.943 1.633a.25.25 0 0 1-.092.341zm-8.863-3.34l.425-.543l12.229 8.25a4.75 4.75 0 0 0 2.656.811h5.43a2.19 2.19 0 0 1-2.08 1.497h-3.366a6.25 6.25 0 0 1-3.5-1.072l-11.624-7.86a.75.75 0 0 1-.17-1.084"/></svg> </template>
CSS
.icon-run-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.3%203.619a.763.763%200%200%200-.875-.613a.737.737%200%200%200-.604.863q.022.12.049.24c-2.443.757-3.828%201.992-4.574%203.401C3.6%208.822%203.51%2010.2%203.5%2011.24l-1.033%201.32a2.25%202.25%200%200%200%20.511%203.25l11.623%207.86A7.75%207.75%200%200%200%2018.943%2025h3.366a3.693%203.693%200%200%200%203.693-3.693c0-2.075-1.714-3.543-3.342-4.202c-.642-.26-1.191-.627-1.533-1.132l-3.795-6.477l.052-.008a.737.737%200%200%200%20.604-.863a.763.763%200%200%200-.875-.613c-3.257.551-6.261-1.391-6.813-4.393m5.35%205.972l4.195%207.16l.022.035c.568.856%201.423%201.382%202.23%201.71c1.062.43%201.908%201.16%202.246%202.008H18.96a3.25%203.25%200%200%201-1.817-.556l-3.246-2.19l1.49-.86a1.75%201.75%200%200%200%20.64-2.39l-.943-1.633a1.75%201.75%200%200%200-2.39-.64L8.93%2014.408L7.585%2013.5l1.54-.89a1.75%201.75%200%200%200%20.64-2.39L7.509%206.316c.5-.294%201.106-.56%201.842-.786c1.126%202.403%203.58%203.927%206.298%204.061M6.2%2012.567l-1.2-.81V11.5c0-1.046.054-2.216.621-3.288a4.4%204.4%200%200%201%20.695-.964l2.149%203.722a.25.25%200%200%201-.092.342zm6.312%204.258l-2.2-1.484l3.13-1.807a.25.25%200%200%201%20.342.091l.943%201.633a.25.25%200%200%201-.092.341zm-8.863-3.34l.425-.543l12.229%208.25a4.75%204.75%200%200%200%202.656.811h5.43a2.19%202.19%200%200%201-2.08%201.497h-3.366a6.25%206.25%200%200%201-3.5-1.072l-11.624-7.86a.75.75%200%200%201-.17-1.084%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.3%203.619a.763.763%200%200%200-.875-.613a.737.737%200%200%200-.604.863q.022.12.049.24c-2.443.757-3.828%201.992-4.574%203.401C3.6%208.822%203.51%2010.2%203.5%2011.24l-1.033%201.32a2.25%202.25%200%200%200%20.511%203.25l11.623%207.86A7.75%207.75%200%200%200%2018.943%2025h3.366a3.693%203.693%200%200%200%203.693-3.693c0-2.075-1.714-3.543-3.342-4.202c-.642-.26-1.191-.627-1.533-1.132l-3.795-6.477l.052-.008a.737.737%200%200%200%20.604-.863a.763.763%200%200%200-.875-.613c-3.257.551-6.261-1.391-6.813-4.393m5.35%205.972l4.195%207.16l.022.035c.568.856%201.423%201.382%202.23%201.71c1.062.43%201.908%201.16%202.246%202.008H18.96a3.25%203.25%200%200%201-1.817-.556l-3.246-2.19l1.49-.86a1.75%201.75%200%200%200%20.64-2.39l-.943-1.633a1.75%201.75%200%200%200-2.39-.64L8.93%2014.408L7.585%2013.5l1.54-.89a1.75%201.75%200%200%200%20.64-2.39L7.509%206.316c.5-.294%201.106-.56%201.842-.786c1.126%202.403%203.58%203.927%206.298%204.061M6.2%2012.567l-1.2-.81V11.5c0-1.046.054-2.216.621-3.288a4.4%204.4%200%200%201%20.695-.964l2.149%203.722a.25.25%200%200%201-.092.342zm6.312%204.258l-2.2-1.484l3.13-1.807a.25.25%200%200%201%20.342.091l.943%201.633a.25.25%200%200%201-.092.341zm-8.863-3.34l.425-.543l12.229%208.25a4.75%204.75%200%200%200%202.656.811h5.43a2.19%202.19%200%200%201-2.08%201.497h-3.366a6.25%206.25%200%200%201-3.5-1.072l-11.624-7.86a.75.75%200%200%201-.17-1.084%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/run-28-regular.svg?color=%231a73e8&size=48