run compact icon

run-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
run-compact
Set
Codicons
Style
Regular
Viewbox
12×12
License
CC BY 4.0

Related icons in Codicons

Use the run compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.5 10.5C2.67 10.5 2 9.83 2 9V3c0-.83.67-1.5 1.5-1.5c.26 0 .52.07.74.2l5.63 3.22c.39.22.63.64.63 1.09s-.24.86-.63 1.09l-5.63 3.22c-.23.13-.48.2-.74.2zm0-8c-.28 0-.5.22-.5.5v6c0 .36.43.61.75.43l5.62-3.22c.06-.04.13-.11.13-.22s-.07-.18-.13-.22L3.75 2.56a.54.54 0 0 0-.25-.06"/></svg>

React

import type { SVGProps } from "react";

export function CodiconRunCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.5 10.5C2.67 10.5 2 9.83 2 9V3c0-.83.67-1.5 1.5-1.5c.26 0 .52.07.74.2l5.63 3.22c.39.22.63.64.63 1.09s-.24.86-.63 1.09l-5.63 3.22c-.23.13-.48.2-.74.2zm0-8c-.28 0-.5.22-.5.5v6c0 .36.43.61.75.43l5.62-3.22c.06-.04.13-.11.13-.22s-.07-.18-.13-.22L3.75 2.56a.54.54 0 0 0-.25-.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.5 10.5C2.67 10.5 2 9.83 2 9V3c0-.83.67-1.5 1.5-1.5c.26 0 .52.07.74.2l5.63 3.22c.39.22.63.64.63 1.09s-.24.86-.63 1.09l-5.63 3.22c-.23.13-.48.2-.74.2zm0-8c-.28 0-.5.22-.5.5v6c0 .36.43.61.75.43l5.62-3.22c.06-.04.13-.11.13-.22s-.07-.18-.13-.22L3.75 2.56a.54.54 0 0 0-.25-.06"/></svg>
</template>

CSS

.icon-run-compact {
  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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%2010.5C2.67%2010.5%202%209.83%202%209V3c0-.83.67-1.5%201.5-1.5c.26%200%20.52.07.74.2l5.63%203.22c.39.22.63.64.63%201.09s-.24.86-.63%201.09l-5.63%203.22c-.23.13-.48.2-.74.2zm0-8c-.28%200-.5.22-.5.5v6c0%20.36.43.61.75.43l5.62-3.22c.06-.04.13-.11.13-.22s-.07-.18-.13-.22L3.75%202.56a.54.54%200%200%200-.25-.06%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%2010.5C2.67%2010.5%202%209.83%202%209V3c0-.83.67-1.5%201.5-1.5c.26%200%20.52.07.74.2l5.63%203.22c.39.22.63.64.63%201.09s-.24.86-.63%201.09l-5.63%203.22c-.23.13-.48.2-.74.2zm0-8c-.28%200-.5.22-.5.5v6c0%20.36.43.61.75.43l5.62-3.22c.06-.04.13-.11.13-.22s-.07-.18-.13-.22L3.75%202.56a.54.54%200%200%200-.25-.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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