run icon
run-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- run-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M6.995 2.413a.51.51 0 0 0-.583-.408a.49.49 0 0 0-.403.575l.01.053c-1.729.572-2.748 1.489-3.327 2.513c-.565 1-.677 2.05-.69 2.854H2v.005l-.67.837a1.5 1.5 0 0 0 .331 2.18l8.655 5.86A6.5 6.5 0 0 0 13.96 18h2.79A2.25 2.25 0 0 0 19 15.75c0-1.26-1.024-2.178-2.07-2.51c-.609-.193-1.18-.509-1.514-1.005l-3.017-5.19q.094-.014.187-.03a.49.49 0 0 0 .403-.574a.51.51 0 0 0-.583-.409c-2.56.433-4.968-1.208-5.41-3.619M11.27 7.09l3.29 5.662l.016.026c.515.775 1.34 1.19 2.053 1.416c.485.154.888.449 1.13.807H13.99a3.5 3.5 0 0 1-1.958-.598l-1.693-1.143l1.032-.596a1.25 1.25 0 0 0 .458-1.708l-.768-1.33a1.25 1.25 0 0 0-1.708-.457l-2.737 1.58l-.95-.64l.71-.41a1.25 1.25 0 0 0 .457-1.708L4.738 4.36c.411-.29.923-.552 1.562-.767c.801 2.011 2.765 3.372 4.969 3.496m-1.986 6.663l.05.088l.043-.025l2.098 1.415a4.5 4.5 0 0 0 2.517.77h3.984c-.116.57-.62 1-1.225 1h-2.79a5.5 5.5 0 0 1-3.084-.946l-8.654-5.86a.5.5 0 0 1-.11-.727l.286-.359l4.153 2.801l.014.024l.011-.007zm.134-1.115L7.54 11.37l2.314-1.336a.25.25 0 0 1 .342.091l.768 1.33a.25.25 0 0 1-.092.342zm-5.854-7q.168-.3.416-.593L5.97 8.49a.25.25 0 0 1-.092.341l-1.132.654L3 8.308V8.18c0-.765.082-1.691.563-2.543"/></svg>
React
import type { SVGProps } from "react";
export function FluentRun20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.995 2.413a.51.51 0 0 0-.583-.408a.49.49 0 0 0-.403.575l.01.053c-1.729.572-2.748 1.489-3.327 2.513c-.565 1-.677 2.05-.69 2.854H2v.005l-.67.837a1.5 1.5 0 0 0 .331 2.18l8.655 5.86A6.5 6.5 0 0 0 13.96 18h2.79A2.25 2.25 0 0 0 19 15.75c0-1.26-1.024-2.178-2.07-2.51c-.609-.193-1.18-.509-1.514-1.005l-3.017-5.19q.094-.014.187-.03a.49.49 0 0 0 .403-.574a.51.51 0 0 0-.583-.409c-2.56.433-4.968-1.208-5.41-3.619M11.27 7.09l3.29 5.662l.016.026c.515.775 1.34 1.19 2.053 1.416c.485.154.888.449 1.13.807H13.99a3.5 3.5 0 0 1-1.958-.598l-1.693-1.143l1.032-.596a1.25 1.25 0 0 0 .458-1.708l-.768-1.33a1.25 1.25 0 0 0-1.708-.457l-2.737 1.58l-.95-.64l.71-.41a1.25 1.25 0 0 0 .457-1.708L4.738 4.36c.411-.29.923-.552 1.562-.767c.801 2.011 2.765 3.372 4.969 3.496m-1.986 6.663l.05.088l.043-.025l2.098 1.415a4.5 4.5 0 0 0 2.517.77h3.984c-.116.57-.62 1-1.225 1h-2.79a5.5 5.5 0 0 1-3.084-.946l-8.654-5.86a.5.5 0 0 1-.11-.727l.286-.359l4.153 2.801l.014.024l.011-.007zm.134-1.115L7.54 11.37l2.314-1.336a.25.25 0 0 1 .342.091l.768 1.33a.25.25 0 0 1-.092.342zm-5.854-7q.168-.3.416-.593L5.97 8.49a.25.25 0 0 1-.092.341l-1.132.654L3 8.308V8.18c0-.765.082-1.691.563-2.543"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.995 2.413a.51.51 0 0 0-.583-.408a.49.49 0 0 0-.403.575l.01.053c-1.729.572-2.748 1.489-3.327 2.513c-.565 1-.677 2.05-.69 2.854H2v.005l-.67.837a1.5 1.5 0 0 0 .331 2.18l8.655 5.86A6.5 6.5 0 0 0 13.96 18h2.79A2.25 2.25 0 0 0 19 15.75c0-1.26-1.024-2.178-2.07-2.51c-.609-.193-1.18-.509-1.514-1.005l-3.017-5.19q.094-.014.187-.03a.49.49 0 0 0 .403-.574a.51.51 0 0 0-.583-.409c-2.56.433-4.968-1.208-5.41-3.619M11.27 7.09l3.29 5.662l.016.026c.515.775 1.34 1.19 2.053 1.416c.485.154.888.449 1.13.807H13.99a3.5 3.5 0 0 1-1.958-.598l-1.693-1.143l1.032-.596a1.25 1.25 0 0 0 .458-1.708l-.768-1.33a1.25 1.25 0 0 0-1.708-.457l-2.737 1.58l-.95-.64l.71-.41a1.25 1.25 0 0 0 .457-1.708L4.738 4.36c.411-.29.923-.552 1.562-.767c.801 2.011 2.765 3.372 4.969 3.496m-1.986 6.663l.05.088l.043-.025l2.098 1.415a4.5 4.5 0 0 0 2.517.77h3.984c-.116.57-.62 1-1.225 1h-2.79a5.5 5.5 0 0 1-3.084-.946l-8.654-5.86a.5.5 0 0 1-.11-.727l.286-.359l4.153 2.801l.014.024l.011-.007zm.134-1.115L7.54 11.37l2.314-1.336a.25.25 0 0 1 .342.091l.768 1.33a.25.25 0 0 1-.092.342zm-5.854-7q.168-.3.416-.593L5.97 8.49a.25.25 0 0 1-.092.341l-1.132.654L3 8.308V8.18c0-.765.082-1.691.563-2.543"/></svg> </template>
CSS
.icon-run-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.995%202.413a.51.51%200%200%200-.583-.408a.49.49%200%200%200-.403.575l.01.053c-1.729.572-2.748%201.489-3.327%202.513c-.565%201-.677%202.05-.69%202.854H2v.005l-.67.837a1.5%201.5%200%200%200%20.331%202.18l8.655%205.86A6.5%206.5%200%200%200%2013.96%2018h2.79A2.25%202.25%200%200%200%2019%2015.75c0-1.26-1.024-2.178-2.07-2.51c-.609-.193-1.18-.509-1.514-1.005l-3.017-5.19q.094-.014.187-.03a.49.49%200%200%200%20.403-.574a.51.51%200%200%200-.583-.409c-2.56.433-4.968-1.208-5.41-3.619M11.27%207.09l3.29%205.662l.016.026c.515.775%201.34%201.19%202.053%201.416c.485.154.888.449%201.13.807H13.99a3.5%203.5%200%200%201-1.958-.598l-1.693-1.143l1.032-.596a1.25%201.25%200%200%200%20.458-1.708l-.768-1.33a1.25%201.25%200%200%200-1.708-.457l-2.737%201.58l-.95-.64l.71-.41a1.25%201.25%200%200%200%20.457-1.708L4.738%204.36c.411-.29.923-.552%201.562-.767c.801%202.011%202.765%203.372%204.969%203.496m-1.986%206.663l.05.088l.043-.025l2.098%201.415a4.5%204.5%200%200%200%202.517.77h3.984c-.116.57-.62%201-1.225%201h-2.79a5.5%205.5%200%200%201-3.084-.946l-8.654-5.86a.5.5%200%200%201-.11-.727l.286-.359l4.153%202.801l.014.024l.011-.007zm.134-1.115L7.54%2011.37l2.314-1.336a.25.25%200%200%201%20.342.091l.768%201.33a.25.25%200%200%201-.092.342zm-5.854-7q.168-.3.416-.593L5.97%208.49a.25.25%200%200%201-.092.341l-1.132.654L3%208.308V8.18c0-.765.082-1.691.563-2.543%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.995%202.413a.51.51%200%200%200-.583-.408a.49.49%200%200%200-.403.575l.01.053c-1.729.572-2.748%201.489-3.327%202.513c-.565%201-.677%202.05-.69%202.854H2v.005l-.67.837a1.5%201.5%200%200%200%20.331%202.18l8.655%205.86A6.5%206.5%200%200%200%2013.96%2018h2.79A2.25%202.25%200%200%200%2019%2015.75c0-1.26-1.024-2.178-2.07-2.51c-.609-.193-1.18-.509-1.514-1.005l-3.017-5.19q.094-.014.187-.03a.49.49%200%200%200%20.403-.574a.51.51%200%200%200-.583-.409c-2.56.433-4.968-1.208-5.41-3.619M11.27%207.09l3.29%205.662l.016.026c.515.775%201.34%201.19%202.053%201.416c.485.154.888.449%201.13.807H13.99a3.5%203.5%200%200%201-1.958-.598l-1.693-1.143l1.032-.596a1.25%201.25%200%200%200%20.458-1.708l-.768-1.33a1.25%201.25%200%200%200-1.708-.457l-2.737%201.58l-.95-.64l.71-.41a1.25%201.25%200%200%200%20.457-1.708L4.738%204.36c.411-.29.923-.552%201.562-.767c.801%202.011%202.765%203.372%204.969%203.496m-1.986%206.663l.05.088l.043-.025l2.098%201.415a4.5%204.5%200%200%200%202.517.77h3.984c-.116.57-.62%201-1.225%201h-2.79a5.5%205.5%200%200%201-3.084-.946l-8.654-5.86a.5.5%200%200%201-.11-.727l.286-.359l4.153%202.801l.014.024l.011-.007zm.134-1.115L7.54%2011.37l2.314-1.336a.25.25%200%200%201%20.342.091l.768%201.33a.25.25%200%200%201-.092.342zm-5.854-7q.168-.3.416-.593L5.97%208.49a.25.25%200%200%201-.092.341l-1.132.654L3%208.308V8.18c0-.765.082-1.691.563-2.543%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/run-20-regular.svg?color=%231a73e8&size=48