counterclockwise arrows button emoji

counterclockwise-arrows-button from Fluent Emoji Flat by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
counterclockwise-arrows-button
Set
Fluent Emoji Flat
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji Flat

Use the counterclockwise arrows button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M7.946 14.359a.7.7 0 0 0 .695.695l6.14.031a.698.698 0 0 0 .497-1.192l-1.873-1.873a.24.24 0 0 1 .041-.376a5.002 5.002 0 0 1 7.356 2.903a.54.54 0 0 0 .507.397h2.063c.3 0 .534-.265.476-.56a8.003 8.003 0 0 0-12.625-4.858a.256.256 0 0 1-.334-.022L9.107 7.722a.699.699 0 0 0-1.192.498zm14.746 9.919l-1.763-1.763a.256.256 0 0 0-.328-.026a8.003 8.003 0 0 1-12.45-4.986a.474.474 0 0 1 .477-.56h2.063c.238 0 .44.17.507.397a5.002 5.002 0 0 0 7.146 3.021a.238.238 0 0 0 .05-.38l-1.873-1.874a.699.699 0 0 1 .498-1.192l6.139.031a.7.7 0 0 1 .695.695l.031 6.14a.699.699 0 0 1-1.192.497"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatCounterclockwiseArrowsButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M7.946 14.359a.7.7 0 0 0 .695.695l6.14.031a.698.698 0 0 0 .497-1.192l-1.873-1.873a.24.24 0 0 1 .041-.376a5.002 5.002 0 0 1 7.356 2.903a.54.54 0 0 0 .507.397h2.063c.3 0 .534-.265.476-.56a8.003 8.003 0 0 0-12.625-4.858a.256.256 0 0 1-.334-.022L9.107 7.722a.699.699 0 0 0-1.192.498zm14.746 9.919l-1.763-1.763a.256.256 0 0 0-.328-.026a8.003 8.003 0 0 1-12.45-4.986a.474.474 0 0 1 .477-.56h2.063c.238 0 .44.17.507.397a5.002 5.002 0 0 0 7.146 3.021a.238.238 0 0 0 .05-.38l-1.873-1.874a.699.699 0 0 1 .498-1.192l6.139.031a.7.7 0 0 1 .695.695l.031 6.14a.699.699 0 0 1-1.192.497"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00a6ed" d="M2 6a4 4 0 0 1 4-4h20a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4z"/><path fill="#fff" d="M7.946 14.359a.7.7 0 0 0 .695.695l6.14.031a.698.698 0 0 0 .497-1.192l-1.873-1.873a.24.24 0 0 1 .041-.376a5.002 5.002 0 0 1 7.356 2.903a.54.54 0 0 0 .507.397h2.063c.3 0 .534-.265.476-.56a8.003 8.003 0 0 0-12.625-4.858a.256.256 0 0 1-.334-.022L9.107 7.722a.699.699 0 0 0-1.192.498zm14.746 9.919l-1.763-1.763a.256.256 0 0 0-.328-.026a8.003 8.003 0 0 1-12.45-4.986a.474.474 0 0 1 .477-.56h2.063c.238 0 .44.17.507.397a5.002 5.002 0 0 0 7.146 3.021a.238.238 0 0 0 .05-.38l-1.873-1.874a.699.699 0 0 1 .498-1.192l6.139.031a.7.7 0 0 1 .695.695l.031 6.14a.699.699 0 0 1-1.192.497"/></g></svg>
</template>

CSS

.icon-counterclockwise-arrows-button {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.946%2014.359a.7.7%200%200%200%20.695.695l6.14.031a.698.698%200%200%200%20.497-1.192l-1.873-1.873a.24.24%200%200%201%20.041-.376a5.002%205.002%200%200%201%207.356%202.903a.54.54%200%200%200%20.507.397h2.063c.3%200%20.534-.265.476-.56a8.003%208.003%200%200%200-12.625-4.858a.256.256%200%200%201-.334-.022L9.107%207.722a.699.699%200%200%200-1.192.498zm14.746%209.919l-1.763-1.763a.256.256%200%200%200-.328-.026a8.003%208.003%200%200%201-12.45-4.986a.474.474%200%200%201%20.477-.56h2.063c.238%200%20.44.17.507.397a5.002%205.002%200%200%200%207.146%203.021a.238.238%200%200%200%20.05-.38l-1.873-1.874a.699.699%200%200%201%20.498-1.192l6.139.031a.7.7%200%200%201%20.695.695l.031%206.14a.699.699%200%200%201-1.192.497%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M2%206a4%204%200%200%201%204-4h20a4%204%200%200%201%204%204v20a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.946%2014.359a.7.7%200%200%200%20.695.695l6.14.031a.698.698%200%200%200%20.497-1.192l-1.873-1.873a.24.24%200%200%201%20.041-.376a5.002%205.002%200%200%201%207.356%202.903a.54.54%200%200%200%20.507.397h2.063c.3%200%20.534-.265.476-.56a8.003%208.003%200%200%200-12.625-4.858a.256.256%200%200%201-.334-.022L9.107%207.722a.699.699%200%200%200-1.192.498zm14.746%209.919l-1.763-1.763a.256.256%200%200%200-.328-.026a8.003%208.003%200%200%201-12.45-4.986a.474.474%200%200%201%20.477-.56h2.063c.238%200%20.44.17.507.397a5.002%205.002%200%200%200%207.146%203.021a.238.238%200%200%200%20.05-.38l-1.873-1.874a.699.699%200%200%201%20.498-1.192l6.139.031a.7.7%200%200%201%20.695.695l.031%206.14a.699.699%200%200%201-1.192.497%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/counterclockwise-arrows-button.svg?color=%231a73e8&size=48