run icon
run-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- run-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M5.996 1.42a.514.514 0 0 0-.583-.414a.487.487 0 0 0-.413.498c-1.212.299-1.982.9-2.437 1.64C2.107 3.884 2 4.707 2 5.372v.316l-.714.989a1.5 1.5 0 0 0 .367 2.115l5.93 4.071a6.5 6.5 0 0 0 3.68 1.141h1.499A2.24 2.24 0 0 0 15 11.766c0-1.274-1.07-2.152-2.018-2.57c-.321-.142-.592-.336-.77-.598l-2.098-3.61a.487.487 0 0 0 .38-.566a.513.513 0 0 0-.583-.414c-1.87.296-3.61-.904-3.915-2.588m2.988 3.613l2.372 4.082l.016.025c.315.475.769.777 1.206.97c.497.22.909.531 1.16.89H11.24a3.5 3.5 0 0 1-1.984-.618L7.662 9.285l.796-.406a1 1 0 0 0 .411-1.39L8.3 6.5a1 1 0 0 0-1.32-.39L4.72 7.26l-.958-.66l1.155-.528a1 1 0 0 0 .45-1.409L4.31 2.83a3.8 3.8 0 0 1 .97-.364c.633 1.445 2.084 2.431 3.705 2.567M6.724 8.64l-1.067-.735L7.433 7l.57.988zm-3.31-4.972q.055-.09.122-.177L4.5 5.163L3 5.85v-.478c0-.572.094-1.184.414-1.704M2.097 7.262l.286-.396l6.306 4.34a4.5 4.5 0 0 0 2.551.793h2.738a1.24 1.24 0 0 1-1.216 1.005h-1.5a5.5 5.5 0 0 1-3.113-.965L2.22 7.967a.5.5 0 0 1-.122-.705"/></svg>
React
import type { SVGProps } from "react";
export function FluentRun16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.996 1.42a.514.514 0 0 0-.583-.414a.487.487 0 0 0-.413.498c-1.212.299-1.982.9-2.437 1.64C2.107 3.884 2 4.707 2 5.372v.316l-.714.989a1.5 1.5 0 0 0 .367 2.115l5.93 4.071a6.5 6.5 0 0 0 3.68 1.141h1.499A2.24 2.24 0 0 0 15 11.766c0-1.274-1.07-2.152-2.018-2.57c-.321-.142-.592-.336-.77-.598l-2.098-3.61a.487.487 0 0 0 .38-.566a.513.513 0 0 0-.583-.414c-1.87.296-3.61-.904-3.915-2.588m2.988 3.613l2.372 4.082l.016.025c.315.475.769.777 1.206.97c.497.22.909.531 1.16.89H11.24a3.5 3.5 0 0 1-1.984-.618L7.662 9.285l.796-.406a1 1 0 0 0 .411-1.39L8.3 6.5a1 1 0 0 0-1.32-.39L4.72 7.26l-.958-.66l1.155-.528a1 1 0 0 0 .45-1.409L4.31 2.83a3.8 3.8 0 0 1 .97-.364c.633 1.445 2.084 2.431 3.705 2.567M6.724 8.64l-1.067-.735L7.433 7l.57.988zm-3.31-4.972q.055-.09.122-.177L4.5 5.163L3 5.85v-.478c0-.572.094-1.184.414-1.704M2.097 7.262l.286-.396l6.306 4.34a4.5 4.5 0 0 0 2.551.793h2.738a1.24 1.24 0 0 1-1.216 1.005h-1.5a5.5 5.5 0 0 1-3.113-.965L2.22 7.967a.5.5 0 0 1-.122-.705"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.996 1.42a.514.514 0 0 0-.583-.414a.487.487 0 0 0-.413.498c-1.212.299-1.982.9-2.437 1.64C2.107 3.884 2 4.707 2 5.372v.316l-.714.989a1.5 1.5 0 0 0 .367 2.115l5.93 4.071a6.5 6.5 0 0 0 3.68 1.141h1.499A2.24 2.24 0 0 0 15 11.766c0-1.274-1.07-2.152-2.018-2.57c-.321-.142-.592-.336-.77-.598l-2.098-3.61a.487.487 0 0 0 .38-.566a.513.513 0 0 0-.583-.414c-1.87.296-3.61-.904-3.915-2.588m2.988 3.613l2.372 4.082l.016.025c.315.475.769.777 1.206.97c.497.22.909.531 1.16.89H11.24a3.5 3.5 0 0 1-1.984-.618L7.662 9.285l.796-.406a1 1 0 0 0 .411-1.39L8.3 6.5a1 1 0 0 0-1.32-.39L4.72 7.26l-.958-.66l1.155-.528a1 1 0 0 0 .45-1.409L4.31 2.83a3.8 3.8 0 0 1 .97-.364c.633 1.445 2.084 2.431 3.705 2.567M6.724 8.64l-1.067-.735L7.433 7l.57.988zm-3.31-4.972q.055-.09.122-.177L4.5 5.163L3 5.85v-.478c0-.572.094-1.184.414-1.704M2.097 7.262l.286-.396l6.306 4.34a4.5 4.5 0 0 0 2.551.793h2.738a1.24 1.24 0 0 1-1.216 1.005h-1.5a5.5 5.5 0 0 1-3.113-.965L2.22 7.967a.5.5 0 0 1-.122-.705"/></svg> </template>
CSS
.icon-run-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.996%201.42a.514.514%200%200%200-.583-.414a.487.487%200%200%200-.413.498c-1.212.299-1.982.9-2.437%201.64C2.107%203.884%202%204.707%202%205.372v.316l-.714.989a1.5%201.5%200%200%200%20.367%202.115l5.93%204.071a6.5%206.5%200%200%200%203.68%201.141h1.499A2.24%202.24%200%200%200%2015%2011.766c0-1.274-1.07-2.152-2.018-2.57c-.321-.142-.592-.336-.77-.598l-2.098-3.61a.487.487%200%200%200%20.38-.566a.513.513%200%200%200-.583-.414c-1.87.296-3.61-.904-3.915-2.588m2.988%203.613l2.372%204.082l.016.025c.315.475.769.777%201.206.97c.497.22.909.531%201.16.89H11.24a3.5%203.5%200%200%201-1.984-.618L7.662%209.285l.796-.406a1%201%200%200%200%20.411-1.39L8.3%206.5a1%201%200%200%200-1.32-.39L4.72%207.26l-.958-.66l1.155-.528a1%201%200%200%200%20.45-1.409L4.31%202.83a3.8%203.8%200%200%201%20.97-.364c.633%201.445%202.084%202.431%203.705%202.567M6.724%208.64l-1.067-.735L7.433%207l.57.988zm-3.31-4.972q.055-.09.122-.177L4.5%205.163L3%205.85v-.478c0-.572.094-1.184.414-1.704M2.097%207.262l.286-.396l6.306%204.34a4.5%204.5%200%200%200%202.551.793h2.738a1.24%201.24%200%200%201-1.216%201.005h-1.5a5.5%205.5%200%200%201-3.113-.965L2.22%207.967a.5.5%200%200%201-.122-.705%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.996%201.42a.514.514%200%200%200-.583-.414a.487.487%200%200%200-.413.498c-1.212.299-1.982.9-2.437%201.64C2.107%203.884%202%204.707%202%205.372v.316l-.714.989a1.5%201.5%200%200%200%20.367%202.115l5.93%204.071a6.5%206.5%200%200%200%203.68%201.141h1.499A2.24%202.24%200%200%200%2015%2011.766c0-1.274-1.07-2.152-2.018-2.57c-.321-.142-.592-.336-.77-.598l-2.098-3.61a.487.487%200%200%200%20.38-.566a.513.513%200%200%200-.583-.414c-1.87.296-3.61-.904-3.915-2.588m2.988%203.613l2.372%204.082l.016.025c.315.475.769.777%201.206.97c.497.22.909.531%201.16.89H11.24a3.5%203.5%200%200%201-1.984-.618L7.662%209.285l.796-.406a1%201%200%200%200%20.411-1.39L8.3%206.5a1%201%200%200%200-1.32-.39L4.72%207.26l-.958-.66l1.155-.528a1%201%200%200%200%20.45-1.409L4.31%202.83a3.8%203.8%200%200%201%20.97-.364c.633%201.445%202.084%202.431%203.705%202.567M6.724%208.64l-1.067-.735L7.433%207l.57.988zm-3.31-4.972q.055-.09.122-.177L4.5%205.163L3%205.85v-.478c0-.572.094-1.184.414-1.704M2.097%207.262l.286-.396l6.306%204.34a4.5%204.5%200%200%200%202.551.793h2.738a1.24%201.24%200%200%201-1.216%201.005h-1.5a5.5%205.5%200%200%201-3.113-.965L2.22%207.967a.5.5%200%200%201-.122-.705%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/run-16-regular.svg?color=%231a73e8&size=48