sync compact icon

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

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

Related icons in Codicons

Use the sync compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M12.005 1.504V4.5c0 .28-.22.5-.5.5H8.508c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2.078A4.96 4.96 0 0 0 6.01 1.005a5.03 5.03 0 0 0-4.806 3.637c-.06.22-.26.36-.48.36c-.05 0-.09 0-.14-.02a.493.493 0 0 1-.34-.62A6.01 6.01 0 0 1 6.01.005a5.94 5.94 0 0 1 4.996 2.688v-1.19c0-.28.22-.499.5-.499s.499.22.499.5m-.58 5.515a.51.51 0 0 0-.62.35A5.02 5.02 0 0 1 6 11.006a4.96 4.96 0 0 1-4.576-2.998h2.078c.28 0 .5-.22.5-.5s-.22-.499-.5-.499H.504c-.28 0-.5.22-.5.5v2.997c0 .28.22.5.5.5s.5-.22.5-.5V9.317A5.96 5.96 0 0 0 6 12.005a6.01 6.01 0 0 0 5.765-4.356a.5.5 0 0 0-.35-.62z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconSyncCompact(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="M12.005 1.504V4.5c0 .28-.22.5-.5.5H8.508c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2.078A4.96 4.96 0 0 0 6.01 1.005a5.03 5.03 0 0 0-4.806 3.637c-.06.22-.26.36-.48.36c-.05 0-.09 0-.14-.02a.493.493 0 0 1-.34-.62A6.01 6.01 0 0 1 6.01.005a5.94 5.94 0 0 1 4.996 2.688v-1.19c0-.28.22-.499.5-.499s.499.22.499.5m-.58 5.515a.51.51 0 0 0-.62.35A5.02 5.02 0 0 1 6 11.006a4.96 4.96 0 0 1-4.576-2.998h2.078c.28 0 .5-.22.5-.5s-.22-.499-.5-.499H.504c-.28 0-.5.22-.5.5v2.997c0 .28.22.5.5.5s.5-.22.5-.5V9.317A5.96 5.96 0 0 0 6 12.005a6.01 6.01 0 0 0 5.765-4.356a.5.5 0 0 0-.35-.62z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M12.005 1.504V4.5c0 .28-.22.5-.5.5H8.508c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2.078A4.96 4.96 0 0 0 6.01 1.005a5.03 5.03 0 0 0-4.806 3.637c-.06.22-.26.36-.48.36c-.05 0-.09 0-.14-.02a.493.493 0 0 1-.34-.62A6.01 6.01 0 0 1 6.01.005a5.94 5.94 0 0 1 4.996 2.688v-1.19c0-.28.22-.499.5-.499s.499.22.499.5m-.58 5.515a.51.51 0 0 0-.62.35A5.02 5.02 0 0 1 6 11.006a4.96 4.96 0 0 1-4.576-2.998h2.078c.28 0 .5-.22.5-.5s-.22-.499-.5-.499H.504c-.28 0-.5.22-.5.5v2.997c0 .28.22.5.5.5s.5-.22.5-.5V9.317A5.96 5.96 0 0 0 6 12.005a6.01 6.01 0 0 0 5.765-4.356a.5.5 0 0 0-.35-.62z"/></svg>
</template>

CSS

.icon-sync-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%22M12.005%201.504V4.5c0%20.28-.22.5-.5.5H8.508c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h2.078A4.96%204.96%200%200%200%206.01%201.005a5.03%205.03%200%200%200-4.806%203.637c-.06.22-.26.36-.48.36c-.05%200-.09%200-.14-.02a.493.493%200%200%201-.34-.62A6.01%206.01%200%200%201%206.01.005a5.94%205.94%200%200%201%204.996%202.688v-1.19c0-.28.22-.499.5-.499s.499.22.499.5m-.58%205.515a.51.51%200%200%200-.62.35A5.02%205.02%200%200%201%206%2011.006a4.96%204.96%200%200%201-4.576-2.998h2.078c.28%200%20.5-.22.5-.5s-.22-.499-.5-.499H.504c-.28%200-.5.22-.5.5v2.997c0%20.28.22.5.5.5s.5-.22.5-.5V9.317A5.96%205.96%200%200%200%206%2012.005a6.01%206.01%200%200%200%205.765-4.356a.5.5%200%200%200-.35-.62z%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%22M12.005%201.504V4.5c0%20.28-.22.5-.5.5H8.508c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h2.078A4.96%204.96%200%200%200%206.01%201.005a5.03%205.03%200%200%200-4.806%203.637c-.06.22-.26.36-.48.36c-.05%200-.09%200-.14-.02a.493.493%200%200%201-.34-.62A6.01%206.01%200%200%201%206.01.005a5.94%205.94%200%200%201%204.996%202.688v-1.19c0-.28.22-.499.5-.499s.499.22.499.5m-.58%205.515a.51.51%200%200%200-.62.35A5.02%205.02%200%200%201%206%2011.006a4.96%204.96%200%200%201-4.576-2.998h2.078c.28%200%20.5-.22.5-.5s-.22-.499-.5-.499H.504c-.28%200-.5.22-.5.5v2.997c0%20.28.22.5.5.5s.5-.22.5-.5V9.317A5.96%205.96%200%200%200%206%2012.005a6.01%206.01%200%200%200%205.765-4.356a.5.5%200%200%200-.35-.62z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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