md sync icon

md-sync from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-sync
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-sync

Related icons in IonIcons

Use the md sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 93.09V32l-80 81.454 80 81.456v-61.093c65.996 0 120 54.982 120 122.183 0 20.363-5 39.714-14.004 57.016L391 342.547c15.996-25.457 25-54.988 25-86.547 0-89.599-72.002-162.91-160-162.91zm0 285.094c-66.001 0-120-54.988-120-122.184 0-20.363 5-39.709 13.999-57.02L121 169.454C104.999 193.89 96 224.436 96 256c0 89.599 72.002 162.91 160 162.91V480l80-81.453-80-81.457v61.094z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdSync(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 93.09V32l-80 81.454 80 81.456v-61.093c65.996 0 120 54.982 120 122.183 0 20.363-5 39.714-14.004 57.016L391 342.547c15.996-25.457 25-54.988 25-86.547 0-89.599-72.002-162.91-160-162.91zm0 285.094c-66.001 0-120-54.988-120-122.184 0-20.363 5-39.709 13.999-57.02L121 169.454C104.999 193.89 96 224.436 96 256c0 89.599 72.002 162.91 160 162.91V480l80-81.453-80-81.457v61.094z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 93.09V32l-80 81.454 80 81.456v-61.093c65.996 0 120 54.982 120 122.183 0 20.363-5 39.714-14.004 57.016L391 342.547c15.996-25.457 25-54.988 25-86.547 0-89.599-72.002-162.91-160-162.91zm0 285.094c-66.001 0-120-54.988-120-122.184 0-20.363 5-39.709 13.999-57.02L121 169.454C104.999 193.89 96 224.436 96 256c0 89.599 72.002 162.91 160 162.91V480l80-81.453-80-81.457v61.094z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-sync {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2093.09V32l-80%2081.454%2080%2081.456v-61.093c65.996%200%20120%2054.982%20120%20122.183%200%2020.363-5%2039.714-14.004%2057.016L391%20342.547c15.996-25.457%2025-54.988%2025-86.547%200-89.599-72.002-162.91-160-162.91zm0%20285.094c-66.001%200-120-54.988-120-122.184%200-20.363%205-39.709%2013.999-57.02L121%20169.454C104.999%20193.89%2096%20224.436%2096%20256c0%2089.599%2072.002%20162.91%20160%20162.91V480l80-81.453-80-81.457v61.094z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2093.09V32l-80%2081.454%2080%2081.456v-61.093c65.996%200%20120%2054.982%20120%20122.183%200%2020.363-5%2039.714-14.004%2057.016L391%20342.547c15.996-25.457%2025-54.988%2025-86.547%200-89.599-72.002-162.91-160-162.91zm0%20285.094c-66.001%200-120-54.988-120-122.184%200-20.363%205-39.709%2013.999-57.02L121%20169.454C104.999%20193.89%2096%20224.436%2096%20256c0%2089.599%2072.002%20162.91%20160%20162.91V480l80-81.453-80-81.457v61.094z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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