run icon
run-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- run-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M8.976 3.56a.75.75 0 0 0-1.475.146c-1.82.595-2.951 1.517-3.624 2.589c-.708 1.126-.849 2.324-.873 3.246l-.002.093l-.507.633a2.25 2.25 0 0 0 .497 3.27l9.067 6.131a7.75 7.75 0 0 0 4.342 1.33h2.208a3.392 3.392 0 0 0 3.36-3.858c-.238-1.66-1.673-2.81-2.952-3.427c-.415-.2-.758-.46-.986-.796l-2.583-4.444a.75.75 0 0 0-.26-1.47q-.496.038-.984.018c-2.36-.098-4.365-1.2-5.074-2.987a4 4 0 0 1-.154-.474m-2.583 2.3L7.98 8.605a1.5 1.5 0 0 1-.55 2.049l-.385.222l-2.52-1.7c.052-.697.207-1.421.623-2.084c.266-.424.658-.85 1.247-1.232m2.042 5.954l2.793-1.613a1.5 1.5 0 0 1 2.049.55l.524.907a1.5 1.5 0 0 1-.55 2.049l-1.083.626zm7.934 6.183h4.092a1.89 1.89 0 0 1-1.852 1.501h-2.208a6.25 6.25 0 0 1-3.501-1.072l-9.068-6.132a.75.75 0 0 1-.166-1.09l.415-.518l9.632 6.498a4.75 4.75 0 0 0 2.656.813"/></svg>
React
import type { SVGProps } from "react";
export function FluentRun24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.976 3.56a.75.75 0 0 0-1.475.146c-1.82.595-2.951 1.517-3.624 2.589c-.708 1.126-.849 2.324-.873 3.246l-.002.093l-.507.633a2.25 2.25 0 0 0 .497 3.27l9.067 6.131a7.75 7.75 0 0 0 4.342 1.33h2.208a3.392 3.392 0 0 0 3.36-3.858c-.238-1.66-1.673-2.81-2.952-3.427c-.415-.2-.758-.46-.986-.796l-2.583-4.444a.75.75 0 0 0-.26-1.47q-.496.038-.984.018c-2.36-.098-4.365-1.2-5.074-2.987a4 4 0 0 1-.154-.474m-2.583 2.3L7.98 8.605a1.5 1.5 0 0 1-.55 2.049l-.385.222l-2.52-1.7c.052-.697.207-1.421.623-2.084c.266-.424.658-.85 1.247-1.232m2.042 5.954l2.793-1.613a1.5 1.5 0 0 1 2.049.55l.524.907a1.5 1.5 0 0 1-.55 2.049l-1.083.626zm7.934 6.183h4.092a1.89 1.89 0 0 1-1.852 1.501h-2.208a6.25 6.25 0 0 1-3.501-1.072l-9.068-6.132a.75.75 0 0 1-.166-1.09l.415-.518l9.632 6.498a4.75 4.75 0 0 0 2.656.813"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.976 3.56a.75.75 0 0 0-1.475.146c-1.82.595-2.951 1.517-3.624 2.589c-.708 1.126-.849 2.324-.873 3.246l-.002.093l-.507.633a2.25 2.25 0 0 0 .497 3.27l9.067 6.131a7.75 7.75 0 0 0 4.342 1.33h2.208a3.392 3.392 0 0 0 3.36-3.858c-.238-1.66-1.673-2.81-2.952-3.427c-.415-.2-.758-.46-.986-.796l-2.583-4.444a.75.75 0 0 0-.26-1.47q-.496.038-.984.018c-2.36-.098-4.365-1.2-5.074-2.987a4 4 0 0 1-.154-.474m-2.583 2.3L7.98 8.605a1.5 1.5 0 0 1-.55 2.049l-.385.222l-2.52-1.7c.052-.697.207-1.421.623-2.084c.266-.424.658-.85 1.247-1.232m2.042 5.954l2.793-1.613a1.5 1.5 0 0 1 2.049.55l.524.907a1.5 1.5 0 0 1-.55 2.049l-1.083.626zm7.934 6.183h4.092a1.89 1.89 0 0 1-1.852 1.501h-2.208a6.25 6.25 0 0 1-3.501-1.072l-9.068-6.132a.75.75 0 0 1-.166-1.09l.415-.518l9.632 6.498a4.75 4.75 0 0 0 2.656.813"/></svg> </template>
CSS
.icon-run-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.976%203.56a.75.75%200%200%200-1.475.146c-1.82.595-2.951%201.517-3.624%202.589c-.708%201.126-.849%202.324-.873%203.246l-.002.093l-.507.633a2.25%202.25%200%200%200%20.497%203.27l9.067%206.131a7.75%207.75%200%200%200%204.342%201.33h2.208a3.392%203.392%200%200%200%203.36-3.858c-.238-1.66-1.673-2.81-2.952-3.427c-.415-.2-.758-.46-.986-.796l-2.583-4.444a.75.75%200%200%200-.26-1.47q-.496.038-.984.018c-2.36-.098-4.365-1.2-5.074-2.987a4%204%200%200%201-.154-.474m-2.583%202.3L7.98%208.605a1.5%201.5%200%200%201-.55%202.049l-.385.222l-2.52-1.7c.052-.697.207-1.421.623-2.084c.266-.424.658-.85%201.247-1.232m2.042%205.954l2.793-1.613a1.5%201.5%200%200%201%202.049.55l.524.907a1.5%201.5%200%200%201-.55%202.049l-1.083.626zm7.934%206.183h4.092a1.89%201.89%200%200%201-1.852%201.501h-2.208a6.25%206.25%200%200%201-3.501-1.072l-9.068-6.132a.75.75%200%200%201-.166-1.09l.415-.518l9.632%206.498a4.75%204.75%200%200%200%202.656.813%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.976%203.56a.75.75%200%200%200-1.475.146c-1.82.595-2.951%201.517-3.624%202.589c-.708%201.126-.849%202.324-.873%203.246l-.002.093l-.507.633a2.25%202.25%200%200%200%20.497%203.27l9.067%206.131a7.75%207.75%200%200%200%204.342%201.33h2.208a3.392%203.392%200%200%200%203.36-3.858c-.238-1.66-1.673-2.81-2.952-3.427c-.415-.2-.758-.46-.986-.796l-2.583-4.444a.75.75%200%200%200-.26-1.47q-.496.038-.984.018c-2.36-.098-4.365-1.2-5.074-2.987a4%204%200%200%201-.154-.474m-2.583%202.3L7.98%208.605a1.5%201.5%200%200%201-.55%202.049l-.385.222l-2.52-1.7c.052-.697.207-1.421.623-2.084c.266-.424.658-.85%201.247-1.232m2.042%205.954l2.793-1.613a1.5%201.5%200%200%201%202.049.55l.524.907a1.5%201.5%200%200%201-.55%202.049l-1.083.626zm7.934%206.183h4.092a1.89%201.89%200%200%201-1.852%201.501h-2.208a6.25%206.25%200%200%201-3.501-1.072l-9.068-6.132a.75.75%200%200%201-.166-1.09l.415-.518l9.632%206.498a4.75%204.75%200%200%200%202.656.813%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/run-24-filled.svg?color=%231a73e8&size=48