run icon
run-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- run-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M11.988 3.833a1.016 1.016 0 0 0-1.167-.816a.984.984 0 0 0-.805 1.151q.048.264.112.52c-2.831.872-4.433 2.254-5.28 3.876c-.77 1.474-.84 3.023-.848 4.192l-1.477 1.898a2.5 2.5 0 0 0 .573 3.607l13.843 9.36a8 8 0 0 0 4.482 1.374h4.084a4.496 4.496 0 0 0 4.496-4.496c0-2.531-2.096-4.294-4.017-5.107c-.686-.291-1.255-.688-1.612-1.213l-4.279-7.302l.088-.014a.984.984 0 0 0 .806-1.151a1.016 1.016 0 0 0-1.166-.817c-3.753.637-7.2-1.608-7.834-5.062m5.84 7.133l4.834 8.25l.03.048c.647.975 1.604 1.585 2.512 1.97c.994.42 1.813 1.044 2.302 1.768h-6.124a2 2 0 0 1-1.118-.342l-4.709-3.177l1.317-.76a2.25 2.25 0 0 0 .823-3.073l-.88-1.525a2.25 2.25 0 0 0-3.074-.823l-3.96 2.286l-1.378-.93l1.473-.85a2.25 2.25 0 0 0 .823-3.073L8.776 7.403c.56-.311 1.242-.597 2.076-.844c1.37 2.54 4.025 4.167 6.975 4.407M13.71 18.24l-2.085-1.406l3.115-1.8a.25.25 0 0 1 .342.092l.88 1.525a.25.25 0 0 1-.091.341zM6.62 9.49c.145-.276.33-.557.568-.835l1.778 3.08a.25.25 0 0 1-.091.342l-2.318 1.338L6 13.037c0-1.209.038-2.431.62-3.547M4.1 15.884l.875-1.124l14.17 9.559a4 4 0 0 0 2.236.684h6.569a2.5 2.5 0 0 1-2.446 1.993H21.42a6 6 0 0 1-3.362-1.03L4.216 16.604a.5.5 0 0 1-.114-.721"/></svg>
React
import type { SVGProps } from "react";
export function FluentRun32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.988 3.833a1.016 1.016 0 0 0-1.167-.816a.984.984 0 0 0-.805 1.151q.048.264.112.52c-2.831.872-4.433 2.254-5.28 3.876c-.77 1.474-.84 3.023-.848 4.192l-1.477 1.898a2.5 2.5 0 0 0 .573 3.607l13.843 9.36a8 8 0 0 0 4.482 1.374h4.084a4.496 4.496 0 0 0 4.496-4.496c0-2.531-2.096-4.294-4.017-5.107c-.686-.291-1.255-.688-1.612-1.213l-4.279-7.302l.088-.014a.984.984 0 0 0 .806-1.151a1.016 1.016 0 0 0-1.166-.817c-3.753.637-7.2-1.608-7.834-5.062m5.84 7.133l4.834 8.25l.03.048c.647.975 1.604 1.585 2.512 1.97c.994.42 1.813 1.044 2.302 1.768h-6.124a2 2 0 0 1-1.118-.342l-4.709-3.177l1.317-.76a2.25 2.25 0 0 0 .823-3.073l-.88-1.525a2.25 2.25 0 0 0-3.074-.823l-3.96 2.286l-1.378-.93l1.473-.85a2.25 2.25 0 0 0 .823-3.073L8.776 7.403c.56-.311 1.242-.597 2.076-.844c1.37 2.54 4.025 4.167 6.975 4.407M13.71 18.24l-2.085-1.406l3.115-1.8a.25.25 0 0 1 .342.092l.88 1.525a.25.25 0 0 1-.091.341zM6.62 9.49c.145-.276.33-.557.568-.835l1.778 3.08a.25.25 0 0 1-.091.342l-2.318 1.338L6 13.037c0-1.209.038-2.431.62-3.547M4.1 15.884l.875-1.124l14.17 9.559a4 4 0 0 0 2.236.684h6.569a2.5 2.5 0 0 1-2.446 1.993H21.42a6 6 0 0 1-3.362-1.03L4.216 16.604a.5.5 0 0 1-.114-.721"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.988 3.833a1.016 1.016 0 0 0-1.167-.816a.984.984 0 0 0-.805 1.151q.048.264.112.52c-2.831.872-4.433 2.254-5.28 3.876c-.77 1.474-.84 3.023-.848 4.192l-1.477 1.898a2.5 2.5 0 0 0 .573 3.607l13.843 9.36a8 8 0 0 0 4.482 1.374h4.084a4.496 4.496 0 0 0 4.496-4.496c0-2.531-2.096-4.294-4.017-5.107c-.686-.291-1.255-.688-1.612-1.213l-4.279-7.302l.088-.014a.984.984 0 0 0 .806-1.151a1.016 1.016 0 0 0-1.166-.817c-3.753.637-7.2-1.608-7.834-5.062m5.84 7.133l4.834 8.25l.03.048c.647.975 1.604 1.585 2.512 1.97c.994.42 1.813 1.044 2.302 1.768h-6.124a2 2 0 0 1-1.118-.342l-4.709-3.177l1.317-.76a2.25 2.25 0 0 0 .823-3.073l-.88-1.525a2.25 2.25 0 0 0-3.074-.823l-3.96 2.286l-1.378-.93l1.473-.85a2.25 2.25 0 0 0 .823-3.073L8.776 7.403c.56-.311 1.242-.597 2.076-.844c1.37 2.54 4.025 4.167 6.975 4.407M13.71 18.24l-2.085-1.406l3.115-1.8a.25.25 0 0 1 .342.092l.88 1.525a.25.25 0 0 1-.091.341zM6.62 9.49c.145-.276.33-.557.568-.835l1.778 3.08a.25.25 0 0 1-.091.342l-2.318 1.338L6 13.037c0-1.209.038-2.431.62-3.547M4.1 15.884l.875-1.124l14.17 9.559a4 4 0 0 0 2.236.684h6.569a2.5 2.5 0 0 1-2.446 1.993H21.42a6 6 0 0 1-3.362-1.03L4.216 16.604a.5.5 0 0 1-.114-.721"/></svg> </template>
CSS
.icon-run-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.988%203.833a1.016%201.016%200%200%200-1.167-.816a.984.984%200%200%200-.805%201.151q.048.264.112.52c-2.831.872-4.433%202.254-5.28%203.876c-.77%201.474-.84%203.023-.848%204.192l-1.477%201.898a2.5%202.5%200%200%200%20.573%203.607l13.843%209.36a8%208%200%200%200%204.482%201.374h4.084a4.496%204.496%200%200%200%204.496-4.496c0-2.531-2.096-4.294-4.017-5.107c-.686-.291-1.255-.688-1.612-1.213l-4.279-7.302l.088-.014a.984.984%200%200%200%20.806-1.151a1.016%201.016%200%200%200-1.166-.817c-3.753.637-7.2-1.608-7.834-5.062m5.84%207.133l4.834%208.25l.03.048c.647.975%201.604%201.585%202.512%201.97c.994.42%201.813%201.044%202.302%201.768h-6.124a2%202%200%200%201-1.118-.342l-4.709-3.177l1.317-.76a2.25%202.25%200%200%200%20.823-3.073l-.88-1.525a2.25%202.25%200%200%200-3.074-.823l-3.96%202.286l-1.378-.93l1.473-.85a2.25%202.25%200%200%200%20.823-3.073L8.776%207.403c.56-.311%201.242-.597%202.076-.844c1.37%202.54%204.025%204.167%206.975%204.407M13.71%2018.24l-2.085-1.406l3.115-1.8a.25.25%200%200%201%20.342.092l.88%201.525a.25.25%200%200%201-.091.341zM6.62%209.49c.145-.276.33-.557.568-.835l1.778%203.08a.25.25%200%200%201-.091.342l-2.318%201.338L6%2013.037c0-1.209.038-2.431.62-3.547M4.1%2015.884l.875-1.124l14.17%209.559a4%204%200%200%200%202.236.684h6.569a2.5%202.5%200%200%201-2.446%201.993H21.42a6%206%200%200%201-3.362-1.03L4.216%2016.604a.5.5%200%200%201-.114-.721%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.988%203.833a1.016%201.016%200%200%200-1.167-.816a.984.984%200%200%200-.805%201.151q.048.264.112.52c-2.831.872-4.433%202.254-5.28%203.876c-.77%201.474-.84%203.023-.848%204.192l-1.477%201.898a2.5%202.5%200%200%200%20.573%203.607l13.843%209.36a8%208%200%200%200%204.482%201.374h4.084a4.496%204.496%200%200%200%204.496-4.496c0-2.531-2.096-4.294-4.017-5.107c-.686-.291-1.255-.688-1.612-1.213l-4.279-7.302l.088-.014a.984.984%200%200%200%20.806-1.151a1.016%201.016%200%200%200-1.166-.817c-3.753.637-7.2-1.608-7.834-5.062m5.84%207.133l4.834%208.25l.03.048c.647.975%201.604%201.585%202.512%201.97c.994.42%201.813%201.044%202.302%201.768h-6.124a2%202%200%200%201-1.118-.342l-4.709-3.177l1.317-.76a2.25%202.25%200%200%200%20.823-3.073l-.88-1.525a2.25%202.25%200%200%200-3.074-.823l-3.96%202.286l-1.378-.93l1.473-.85a2.25%202.25%200%200%200%20.823-3.073L8.776%207.403c.56-.311%201.242-.597%202.076-.844c1.37%202.54%204.025%204.167%206.975%204.407M13.71%2018.24l-2.085-1.406l3.115-1.8a.25.25%200%200%201%20.342.092l.88%201.525a.25.25%200%200%201-.091.341zM6.62%209.49c.145-.276.33-.557.568-.835l1.778%203.08a.25.25%200%200%201-.091.342l-2.318%201.338L6%2013.037c0-1.209.038-2.431.62-3.547M4.1%2015.884l.875-1.124l14.17%209.559a4%204%200%200%200%202.236.684h6.569a2.5%202.5%200%200%201-2.446%201.993H21.42a6%206%200%200%201-3.362-1.03L4.216%2016.604a.5.5%200%200%201-.114-.721%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/run-32-regular.svg?color=%231a73e8&size=48