head-sync from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
head-sync
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
head-refresh, head-reload

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the head sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31c0-3.86-3.12-7-7-7m0 12v-1.5c-2.21 0-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 13 12v-1.5l2.25 2.25zm3.33-3.29l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 13 7v1.5l-2.25-2.25L13 4v1.5c2.21 0 4 1.79 4 4c0 .82-.25 1.58-.67 2.21"/></svg>

React

import type { SVGProps } from "react";

export function MdiHeadSync(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31c0-3.86-3.12-7-7-7m0 12v-1.5c-2.21 0-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 13 12v-1.5l2.25 2.25zm3.33-3.29l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 13 7v1.5l-2.25-2.25L13 4v1.5c2.21 0 4 1.79 4 4c0 .82-.25 1.58-.67 2.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3C9.23 3 6.19 5.95 6 9.66l-1.92 2.53c-.24.31 0 .81.42.81H6v3c0 1.11.89 2 2 2h1v3h7v-4.69c2.37-1.12 4-3.51 4-6.31c0-3.86-3.12-7-7-7m0 12v-1.5c-2.21 0-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 13 12v-1.5l2.25 2.25zm3.33-3.29l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 13 7v1.5l-2.25-2.25L13 4v1.5c2.21 0 4 1.79 4 4c0 .82-.25 1.58-.67 2.21"/></svg>
</template>

CSS

.icon-head-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203C9.23%203%206.19%205.95%206%209.66l-1.92%202.53c-.24.31%200%20.81.42.81H6v3c0%201.11.89%202%202%202h1v3h7v-4.69c2.37-1.12%204-3.51%204-6.31c0-3.86-3.12-7-7-7m0%2012v-1.5c-2.21%200-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09%201.09c-.17.34-.26.72-.26%201.12A2.5%202.5%200%200%200%2013%2012v-1.5l2.25%202.25zm3.33-3.29l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5%202.5%200%200%200%2013%207v1.5l-2.25-2.25L13%204v1.5c2.21%200%204%201.79%204%204c0%20.82-.25%201.58-.67%202.21%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203C9.23%203%206.19%205.95%206%209.66l-1.92%202.53c-.24.31%200%20.81.42.81H6v3c0%201.11.89%202%202%202h1v3h7v-4.69c2.37-1.12%204-3.51%204-6.31c0-3.86-3.12-7-7-7m0%2012v-1.5c-2.21%200-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09%201.09c-.17.34-.26.72-.26%201.12A2.5%202.5%200%200%200%2013%2012v-1.5l2.25%202.25zm3.33-3.29l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5%202.5%200%200%200%2013%207v1.5l-2.25-2.25L13%204v1.5c2.21%200%204%201.79%204%204c0%20.82-.25%201.58-.67%202.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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