run-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
run-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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.482 6.024a1.25 1.25 0 0 0-2.46.446q.038.207.084.411c-3.722 1.553-5.81 3.606-6.928 5.844c-1.097 2.198-1.172 4.43-1.177 6.096L4.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.355-6.847c-.254-3.333-3.076-5.675-5.722-6.826c-.979-.425-1.806-1.008-2.333-1.787l-6.183-10.552l.22-.036a1.25 1.25 0 0 0-.423-2.464q-.929.158-1.877.146c-4.343-.056-8.54-2.705-9.863-6.42a7.6 7.6 0 0 1-.318-1.189M13.26 10.69l3.402 5.892a2.5 2.5 0 0 1-.915 3.415l-3.11 1.795L9.5 19.676v-.426c0-1.742.017-3.609.915-5.408c.524-1.049 1.383-2.139 2.844-3.152m1.996 12.868l7.313-4.223a2.5 2.5 0 0 1 3.415.915l1.684 2.916a2.5 2.5 0 0 1-.916 3.415l-3.78 2.183zm17.844 12.939H41.4a3.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.082l1.306-1.679l19.402 13.09a10.25 10.25 0 0 0 5.733 1.752"/></svg>

React

import type { SVGProps } from "react";

export function FluentRun48Filled(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.482 6.024a1.25 1.25 0 0 0-2.46.446q.038.207.084.411c-3.722 1.553-5.81 3.606-6.928 5.844c-1.097 2.198-1.172 4.43-1.177 6.096L4.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.355-6.847c-.254-3.333-3.076-5.675-5.722-6.826c-.979-.425-1.806-1.008-2.333-1.787l-6.183-10.552l.22-.036a1.25 1.25 0 0 0-.423-2.464q-.929.158-1.877.146c-4.343-.056-8.54-2.705-9.863-6.42a7.6 7.6 0 0 1-.318-1.189M13.26 10.69l3.402 5.892a2.5 2.5 0 0 1-.915 3.415l-3.11 1.795L9.5 19.676v-.426c0-1.742.017-3.609.915-5.408c.524-1.049 1.383-2.139 2.844-3.152m1.996 12.868l7.313-4.223a2.5 2.5 0 0 1 3.415.915l1.684 2.916a2.5 2.5 0 0 1-.916 3.415l-3.78 2.183zm17.844 12.939H41.4a3.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.082l1.306-1.679l19.402 13.09a10.25 10.25 0 0 0 5.733 1.752"/></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.482 6.024a1.25 1.25 0 0 0-2.46.446q.038.207.084.411c-3.722 1.553-5.81 3.606-6.928 5.844c-1.097 2.198-1.172 4.43-1.177 6.096L4.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.355-6.847c-.254-3.333-3.076-5.675-5.722-6.826c-.979-.425-1.806-1.008-2.333-1.787l-6.183-10.552l.22-.036a1.25 1.25 0 0 0-.423-2.464q-.929.158-1.877.146c-4.343-.056-8.54-2.705-9.863-6.42a7.6 7.6 0 0 1-.318-1.189M13.26 10.69l3.402 5.892a2.5 2.5 0 0 1-.915 3.415l-3.11 1.795L9.5 19.676v-.426c0-1.742.017-3.609.915-5.408c.524-1.049 1.383-2.139 2.844-3.152m1.996 12.868l7.313-4.223a2.5 2.5 0 0 1 3.415.915l1.684 2.916a2.5 2.5 0 0 1-.916 3.415l-3.78 2.183zm17.844 12.939H41.4a3.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.082l1.306-1.679l19.402 13.09a10.25 10.25 0 0 0 5.733 1.752"/></svg>
</template>

CSS

.icon-run-48-filled {
  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.482%206.024a1.25%201.25%200%200%200-2.46.446q.038.207.084.411c-3.722%201.553-5.81%203.606-6.928%205.844c-1.097%202.198-1.172%204.43-1.177%206.096L4.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.355-6.847c-.254-3.333-3.076-5.675-5.722-6.826c-.979-.425-1.806-1.008-2.333-1.787l-6.183-10.552l.22-.036a1.25%201.25%200%200%200-.423-2.464q-.929.158-1.877.146c-4.343-.056-8.54-2.705-9.863-6.42a7.6%207.6%200%200%201-.318-1.189M13.26%2010.69l3.402%205.892a2.5%202.5%200%200%201-.915%203.415l-3.11%201.795L9.5%2019.676v-.426c0-1.742.017-3.609.915-5.408c.524-1.049%201.383-2.139%202.844-3.152m1.996%2012.868l7.313-4.223a2.5%202.5%200%200%201%203.415.915l1.684%202.916a2.5%202.5%200%200%201-.916%203.415l-3.78%202.183zm17.844%2012.939H41.4a3.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.082l1.306-1.679l19.402%2013.09a10.25%2010.25%200%200%200%205.733%201.752%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.482%206.024a1.25%201.25%200%200%200-2.46.446q.038.207.084.411c-3.722%201.553-5.81%203.606-6.928%205.844c-1.097%202.198-1.172%204.43-1.177%206.096L4.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.355-6.847c-.254-3.333-3.076-5.675-5.722-6.826c-.979-.425-1.806-1.008-2.333-1.787l-6.183-10.552l.22-.036a1.25%201.25%200%200%200-.423-2.464q-.929.158-1.877.146c-4.343-.056-8.54-2.705-9.863-6.42a7.6%207.6%200%200%201-.318-1.189M13.26%2010.69l3.402%205.892a2.5%202.5%200%200%201-.915%203.415l-3.11%201.795L9.5%2019.676v-.426c0-1.742.017-3.609.915-5.408c.524-1.049%201.383-2.139%202.844-3.152m1.996%2012.868l7.313-4.223a2.5%202.5%200%200%201%203.415.915l1.684%202.916a2.5%202.5%200%200%201-.916%203.415l-3.78%202.183zm17.844%2012.939H41.4a3.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.082l1.306-1.679l19.402%2013.09a10.25%2010.25%200%200%200%205.733%201.752%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/run-48-filled.svg?color=%231a73e8&size=48