run icon
run-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- run-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M17.484 6.036a1.264 1.264 0 0 0-1.455-1.019A1.236 1.236 0 0 0 15.02 6.46q.04.213.086.422c-3.66 1.526-5.742 3.538-6.874 5.737c-1.149 2.234-1.226 4.51-1.231 6.203L4.684 21.8a3.25 3.25 0 0 0 .746 4.687l19.068 12.895a15.25 15.25 0 0 0 8.543 2.617h4.585a6.373 6.373 0 0 0 6.373-6.373c0-3.581-2.979-6.1-5.74-7.3c-.979-.425-1.806-1.008-2.333-1.787l-6.184-10.552q.117-.018.232-.038a1.236 1.236 0 0 0 1.009-1.44a1.264 1.264 0 0 0-1.455-1.02q-.582.1-1.172.131l-.048-.081l-.154.09c-2.204.076-4.45-.54-6.325-1.683c-2.266-1.38-3.902-3.47-4.345-5.91m9.428 10.065l6.876 11.735l.037.06c.883 1.328 2.182 2.177 3.438 2.723c1.771.77 3.213 1.976 3.863 3.378h-8.027a7.75 7.75 0 0 1-4.334-1.325l-4.613-3.113l2.47-1.426a2.75 2.75 0 0 0 1.007-3.756l-2.31-4.001a2.75 2.75 0 0 0-3.756-1.007l-6.745 3.894l-2.135-1.44l2.946-1.7a2.75 2.75 0 0 0 1.006-3.757l-3.305-5.724a15 15 0 0 1 2.625-1.406c1.015 2.012 2.656 3.663 4.582 4.837a14.2 14.2 0 0 0 6.375 2.028m-5.066 11.903l-4.722-3.186l5.689-3.284a.25.25 0 0 1 .341.091l2.31 4.002a.25.25 0 0 1-.091.341zm-11.39-14.242a7.5 7.5 0 0 1 .963-1.432l3.051 5.286a.25.25 0 0 1-.091.341l-4.001 2.31l-.878-.592v-.425c0-1.768.017-3.665.956-5.488m-3.798 9.572l1.306-1.68l19.403 13.09a10.25 10.25 0 0 0 5.732 1.753h8.302a3.875 3.875 0 0 1-3.775 3.002H33.04a12.75 12.75 0 0 1-7.142-2.188L6.83 24.416a.75.75 0 0 1-.172-1.082"/></svg>
React
import type { SVGProps } from "react";
export function FluentRun48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M17.484 6.036a1.264 1.264 0 0 0-1.455-1.019A1.236 1.236 0 0 0 15.02 6.46q.04.213.086.422c-3.66 1.526-5.742 3.538-6.874 5.737c-1.149 2.234-1.226 4.51-1.231 6.203L4.684 21.8a3.25 3.25 0 0 0 .746 4.687l19.068 12.895a15.25 15.25 0 0 0 8.543 2.617h4.585a6.373 6.373 0 0 0 6.373-6.373c0-3.581-2.979-6.1-5.74-7.3c-.979-.425-1.806-1.008-2.333-1.787l-6.184-10.552q.117-.018.232-.038a1.236 1.236 0 0 0 1.009-1.44a1.264 1.264 0 0 0-1.455-1.02q-.582.1-1.172.131l-.048-.081l-.154.09c-2.204.076-4.45-.54-6.325-1.683c-2.266-1.38-3.902-3.47-4.345-5.91m9.428 10.065l6.876 11.735l.037.06c.883 1.328 2.182 2.177 3.438 2.723c1.771.77 3.213 1.976 3.863 3.378h-8.027a7.75 7.75 0 0 1-4.334-1.325l-4.613-3.113l2.47-1.426a2.75 2.75 0 0 0 1.007-3.756l-2.31-4.001a2.75 2.75 0 0 0-3.756-1.007l-6.745 3.894l-2.135-1.44l2.946-1.7a2.75 2.75 0 0 0 1.006-3.757l-3.305-5.724a15 15 0 0 1 2.625-1.406c1.015 2.012 2.656 3.663 4.582 4.837a14.2 14.2 0 0 0 6.375 2.028m-5.066 11.903l-4.722-3.186l5.689-3.284a.25.25 0 0 1 .341.091l2.31 4.002a.25.25 0 0 1-.091.341zm-11.39-14.242a7.5 7.5 0 0 1 .963-1.432l3.051 5.286a.25.25 0 0 1-.091.341l-4.001 2.31l-.878-.592v-.425c0-1.768.017-3.665.956-5.488m-3.798 9.572l1.306-1.68l19.403 13.09a10.25 10.25 0 0 0 5.732 1.753h8.302a3.875 3.875 0 0 1-3.775 3.002H33.04a12.75 12.75 0 0 1-7.142-2.188L6.83 24.416a.75.75 0 0 1-.172-1.082"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M17.484 6.036a1.264 1.264 0 0 0-1.455-1.019A1.236 1.236 0 0 0 15.02 6.46q.04.213.086.422c-3.66 1.526-5.742 3.538-6.874 5.737c-1.149 2.234-1.226 4.51-1.231 6.203L4.684 21.8a3.25 3.25 0 0 0 .746 4.687l19.068 12.895a15.25 15.25 0 0 0 8.543 2.617h4.585a6.373 6.373 0 0 0 6.373-6.373c0-3.581-2.979-6.1-5.74-7.3c-.979-.425-1.806-1.008-2.333-1.787l-6.184-10.552q.117-.018.232-.038a1.236 1.236 0 0 0 1.009-1.44a1.264 1.264 0 0 0-1.455-1.02q-.582.1-1.172.131l-.048-.081l-.154.09c-2.204.076-4.45-.54-6.325-1.683c-2.266-1.38-3.902-3.47-4.345-5.91m9.428 10.065l6.876 11.735l.037.06c.883 1.328 2.182 2.177 3.438 2.723c1.771.77 3.213 1.976 3.863 3.378h-8.027a7.75 7.75 0 0 1-4.334-1.325l-4.613-3.113l2.47-1.426a2.75 2.75 0 0 0 1.007-3.756l-2.31-4.001a2.75 2.75 0 0 0-3.756-1.007l-6.745 3.894l-2.135-1.44l2.946-1.7a2.75 2.75 0 0 0 1.006-3.757l-3.305-5.724a15 15 0 0 1 2.625-1.406c1.015 2.012 2.656 3.663 4.582 4.837a14.2 14.2 0 0 0 6.375 2.028m-5.066 11.903l-4.722-3.186l5.689-3.284a.25.25 0 0 1 .341.091l2.31 4.002a.25.25 0 0 1-.091.341zm-11.39-14.242a7.5 7.5 0 0 1 .963-1.432l3.051 5.286a.25.25 0 0 1-.091.341l-4.001 2.31l-.878-.592v-.425c0-1.768.017-3.665.956-5.488m-3.798 9.572l1.306-1.68l19.403 13.09a10.25 10.25 0 0 0 5.732 1.753h8.302a3.875 3.875 0 0 1-3.775 3.002H33.04a12.75 12.75 0 0 1-7.142-2.188L6.83 24.416a.75.75 0 0 1-.172-1.082"/></svg> </template>
CSS
.icon-run-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.484%206.036a1.264%201.264%200%200%200-1.455-1.019A1.236%201.236%200%200%200%2015.02%206.46q.04.213.086.422c-3.66%201.526-5.742%203.538-6.874%205.737c-1.149%202.234-1.226%204.51-1.231%206.203L4.684%2021.8a3.25%203.25%200%200%200%20.746%204.687l19.068%2012.895a15.25%2015.25%200%200%200%208.543%202.617h4.585a6.373%206.373%200%200%200%206.373-6.373c0-3.581-2.979-6.1-5.74-7.3c-.979-.425-1.806-1.008-2.333-1.787l-6.184-10.552q.117-.018.232-.038a1.236%201.236%200%200%200%201.009-1.44a1.264%201.264%200%200%200-1.455-1.02q-.582.1-1.172.131l-.048-.081l-.154.09c-2.204.076-4.45-.54-6.325-1.683c-2.266-1.38-3.902-3.47-4.345-5.91m9.428%2010.065l6.876%2011.735l.037.06c.883%201.328%202.182%202.177%203.438%202.723c1.771.77%203.213%201.976%203.863%203.378h-8.027a7.75%207.75%200%200%201-4.334-1.325l-4.613-3.113l2.47-1.426a2.75%202.75%200%200%200%201.007-3.756l-2.31-4.001a2.75%202.75%200%200%200-3.756-1.007l-6.745%203.894l-2.135-1.44l2.946-1.7a2.75%202.75%200%200%200%201.006-3.757l-3.305-5.724a15%2015%200%200%201%202.625-1.406c1.015%202.012%202.656%203.663%204.582%204.837a14.2%2014.2%200%200%200%206.375%202.028m-5.066%2011.903l-4.722-3.186l5.689-3.284a.25.25%200%200%201%20.341.091l2.31%204.002a.25.25%200%200%201-.091.341zm-11.39-14.242a7.5%207.5%200%200%201%20.963-1.432l3.051%205.286a.25.25%200%200%201-.091.341l-4.001%202.31l-.878-.592v-.425c0-1.768.017-3.665.956-5.488m-3.798%209.572l1.306-1.68l19.403%2013.09a10.25%2010.25%200%200%200%205.732%201.753h8.302a3.875%203.875%200%200%201-3.775%203.002H33.04a12.75%2012.75%200%200%201-7.142-2.188L6.83%2024.416a.75.75%200%200%201-.172-1.082%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.484%206.036a1.264%201.264%200%200%200-1.455-1.019A1.236%201.236%200%200%200%2015.02%206.46q.04.213.086.422c-3.66%201.526-5.742%203.538-6.874%205.737c-1.149%202.234-1.226%204.51-1.231%206.203L4.684%2021.8a3.25%203.25%200%200%200%20.746%204.687l19.068%2012.895a15.25%2015.25%200%200%200%208.543%202.617h4.585a6.373%206.373%200%200%200%206.373-6.373c0-3.581-2.979-6.1-5.74-7.3c-.979-.425-1.806-1.008-2.333-1.787l-6.184-10.552q.117-.018.232-.038a1.236%201.236%200%200%200%201.009-1.44a1.264%201.264%200%200%200-1.455-1.02q-.582.1-1.172.131l-.048-.081l-.154.09c-2.204.076-4.45-.54-6.325-1.683c-2.266-1.38-3.902-3.47-4.345-5.91m9.428%2010.065l6.876%2011.735l.037.06c.883%201.328%202.182%202.177%203.438%202.723c1.771.77%203.213%201.976%203.863%203.378h-8.027a7.75%207.75%200%200%201-4.334-1.325l-4.613-3.113l2.47-1.426a2.75%202.75%200%200%200%201.007-3.756l-2.31-4.001a2.75%202.75%200%200%200-3.756-1.007l-6.745%203.894l-2.135-1.44l2.946-1.7a2.75%202.75%200%200%200%201.006-3.757l-3.305-5.724a15%2015%200%200%201%202.625-1.406c1.015%202.012%202.656%203.663%204.582%204.837a14.2%2014.2%200%200%200%206.375%202.028m-5.066%2011.903l-4.722-3.186l5.689-3.284a.25.25%200%200%201%20.341.091l2.31%204.002a.25.25%200%200%201-.091.341zm-11.39-14.242a7.5%207.5%200%200%201%20.963-1.432l3.051%205.286a.25.25%200%200%201-.091.341l-4.001%202.31l-.878-.592v-.425c0-1.768.017-3.665.956-5.488m-3.798%209.572l1.306-1.68l19.403%2013.09a10.25%2010.25%200%200%200%205.732%201.753h8.302a3.875%203.875%200%200%201-3.775%203.002H33.04a12.75%2012.75%200%200%201-7.142-2.188L6.83%2024.416a.75.75%200%200%201-.172-1.082%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/run-48-regular.svg?color=%231a73e8&size=48