run all icon
run-all from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- run-all
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the run all icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.44 13.557a1.5 1.5 0 0 0 1.795.244l8-4.5a1.5 1.5 0 0 0 0-2.61l-8.01-4.507A1.52 1.52 0 0 0 3 3.496v9c0 .398.158.78.44 1.06m.706-10.414a.5.5 0 0 1 .599-.082l8 4.5a.5.5 0 0 1 0 .87l-7.99 4.494A.492.492 0 0 1 4 12.496v-9a.5.5 0 0 1 .146-.353m6.614 8.693l1.22-.68q.018.125.02.25a1.51 1.51 0 0 1-.76 1.31l-5.08 2.86a3.6 3.6 0 0 1-1.66.42a3 3 0 0 1-.91-.13a3.33 3.33 0 0 1-1.59-.93a3.46 3.46 0 0 1-1-2.44v-5.59a1.48 1.48 0 0 1 1-1.39v6.98a2.513 2.513 0 0 0 3.7 2.19l5.05-2.84a.01.01 0 0 0 .01-.01"/></svg>
React
import type { SVGProps } from "react";
export function CodiconRunAll(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="M3.44 13.557a1.5 1.5 0 0 0 1.795.244l8-4.5a1.5 1.5 0 0 0 0-2.61l-8.01-4.507A1.52 1.52 0 0 0 3 3.496v9c0 .398.158.78.44 1.06m.706-10.414a.5.5 0 0 1 .599-.082l8 4.5a.5.5 0 0 1 0 .87l-7.99 4.494A.492.492 0 0 1 4 12.496v-9a.5.5 0 0 1 .146-.353m6.614 8.693l1.22-.68q.018.125.02.25a1.51 1.51 0 0 1-.76 1.31l-5.08 2.86a3.6 3.6 0 0 1-1.66.42a3 3 0 0 1-.91-.13a3.33 3.33 0 0 1-1.59-.93a3.46 3.46 0 0 1-1-2.44v-5.59a1.48 1.48 0 0 1 1-1.39v6.98a2.513 2.513 0 0 0 3.7 2.19l5.05-2.84a.01.01 0 0 0 .01-.01"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.44 13.557a1.5 1.5 0 0 0 1.795.244l8-4.5a1.5 1.5 0 0 0 0-2.61l-8.01-4.507A1.52 1.52 0 0 0 3 3.496v9c0 .398.158.78.44 1.06m.706-10.414a.5.5 0 0 1 .599-.082l8 4.5a.5.5 0 0 1 0 .87l-7.99 4.494A.492.492 0 0 1 4 12.496v-9a.5.5 0 0 1 .146-.353m6.614 8.693l1.22-.68q.018.125.02.25a1.51 1.51 0 0 1-.76 1.31l-5.08 2.86a3.6 3.6 0 0 1-1.66.42a3 3 0 0 1-.91-.13a3.33 3.33 0 0 1-1.59-.93a3.46 3.46 0 0 1-1-2.44v-5.59a1.48 1.48 0 0 1 1-1.39v6.98a2.513 2.513 0 0 0 3.7 2.19l5.05-2.84a.01.01 0 0 0 .01-.01"/></svg> </template>
CSS
.icon-run-all {
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%22M3.44%2013.557a1.5%201.5%200%200%200%201.795.244l8-4.5a1.5%201.5%200%200%200%200-2.61l-8.01-4.507A1.52%201.52%200%200%200%203%203.496v9c0%20.398.158.78.44%201.06m.706-10.414a.5.5%200%200%201%20.599-.082l8%204.5a.5.5%200%200%201%200%20.87l-7.99%204.494A.492.492%200%200%201%204%2012.496v-9a.5.5%200%200%201%20.146-.353m6.614%208.693l1.22-.68q.018.125.02.25a1.51%201.51%200%200%201-.76%201.31l-5.08%202.86a3.6%203.6%200%200%201-1.66.42a3%203%200%200%201-.91-.13a3.33%203.33%200%200%201-1.59-.93a3.46%203.46%200%200%201-1-2.44v-5.59a1.48%201.48%200%200%201%201-1.39v6.98a2.513%202.513%200%200%200%203.7%202.19l5.05-2.84a.01.01%200%200%200%20.01-.01%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%22M3.44%2013.557a1.5%201.5%200%200%200%201.795.244l8-4.5a1.5%201.5%200%200%200%200-2.61l-8.01-4.507A1.52%201.52%200%200%200%203%203.496v9c0%20.398.158.78.44%201.06m.706-10.414a.5.5%200%200%201%20.599-.082l8%204.5a.5.5%200%200%201%200%20.87l-7.99%204.494A.492.492%200%200%201%204%2012.496v-9a.5.5%200%200%201%20.146-.353m6.614%208.693l1.22-.68q.018.125.02.25a1.51%201.51%200%200%201-.76%201.31l-5.08%202.86a3.6%203.6%200%200%201-1.66.42a3%203%200%200%201-.91-.13a3.33%203.33%200%200%201-1.59-.93a3.46%203.46%200%200%201-1-2.44v-5.59a1.48%201.48%200%200%201%201-1.39v6.98a2.513%202.513%200%200%200%203.7%202.19l5.05-2.84a.01.01%200%200%200%20.01-.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/run-all.svg?color=%231a73e8&size=48