refresh compact icon

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

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

Use the refresh compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M6 12h-.01l.005-.001z"/><path d="M11 0c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5H8c-.28 0-.5-.22-.5-.5S7.72 3 8 3h2.008A5.002 5.002 0 0 0 1 5.99c0 2.76 2.24 5 5 5c2.61 0 4.75-1.95 4.98-4.54c.02-.28.27-.47.54-.45c.28.02.48.27.45.54a5.97 5.97 0 0 1-5.975 5.459A6.004 6.004 0 0 1 0 6a6.005 6.005 0 0 1 10.5-3.973V.5c0-.28.22-.5.5-.5"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconRefreshCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M6 12h-.01l.005-.001z"/><path d="M11 0c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5H8c-.28 0-.5-.22-.5-.5S7.72 3 8 3h2.008A5.002 5.002 0 0 0 1 5.99c0 2.76 2.24 5 5 5c2.61 0 4.75-1.95 4.98-4.54c.02-.28.27-.47.54-.45c.28.02.48.27.45.54a5.97 5.97 0 0 1-5.975 5.459A6.004 6.004 0 0 1 0 6a6.005 6.005 0 0 1 10.5-3.973V.5c0-.28.22-.5.5-.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M6 12h-.01l.005-.001z"/><path d="M11 0c.28 0 .5.22.5.5v3c0 .28-.22.5-.5.5H8c-.28 0-.5-.22-.5-.5S7.72 3 8 3h2.008A5.002 5.002 0 0 0 1 5.99c0 2.76 2.24 5 5 5c2.61 0 4.75-1.95 4.98-4.54c.02-.28.27-.47.54-.45c.28.02.48.27.45.54a5.97 5.97 0 0 1-5.975 5.459A6.004 6.004 0 0 1 0 6a6.005 6.005 0 0 1 10.5-3.973V.5c0-.28.22-.5.5-.5"/></g></svg>
</template>

CSS

.icon-refresh-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%2012h-.01l.005-.001z%22%2F%3E%3Cpath%20d%3D%22M11%200c.28%200%20.5.22.5.5v3c0%20.28-.22.5-.5.5H8c-.28%200-.5-.22-.5-.5S7.72%203%208%203h2.008A5.002%205.002%200%200%200%201%205.99c0%202.76%202.24%205%205%205c2.61%200%204.75-1.95%204.98-4.54c.02-.28.27-.47.54-.45c.28.02.48.27.45.54a5.97%205.97%200%200%201-5.975%205.459A6.004%206.004%200%200%201%200%206a6.005%206.005%200%200%201%2010.5-3.973V.5c0-.28.22-.5.5-.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%2012h-.01l.005-.001z%22%2F%3E%3Cpath%20d%3D%22M11%200c.28%200%20.5.22.5.5v3c0%20.28-.22.5-.5.5H8c-.28%200-.5-.22-.5-.5S7.72%203%208%203h2.008A5.002%205.002%200%200%200%201%205.99c0%202.76%202.24%205%205%205c2.61%200%204.75-1.95%204.98-4.54c.02-.28.27-.47.54-.45c.28.02.48.27.45.54a5.97%205.97%200%200%201-5.975%205.459A6.004%206.004%200%200%201%200%206a6.005%206.005%200%200%201%2010.5-3.973V.5c0-.28.22-.5.5-.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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