clockwise vertical arrows emoji

clockwise-vertical-arrows from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
clockwise-vertical-arrows
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the clockwise vertical arrows emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M4 36a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4z"/><path fill="#fff" d="m26 30.2l6-7.2h-4v-8c0-5.523-4.477-10-10-10a9.95 9.95 0 0 0-3.977.827l2.75 3.3A6 6 0 0 1 24 15v8h-4zm-4.023-.026l-2.749-3.301A6 6 0 0 1 12 21v-8h4l-6-7.2L4 13h4v8c0 5.522 4.477 10 10 10a10 10 0 0 0 3.977-.826"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiClockwiseVerticalArrows(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M4 36a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4z"/><path fill="#fff" d="m26 30.2l6-7.2h-4v-8c0-5.523-4.477-10-10-10a9.95 9.95 0 0 0-3.977.827l2.75 3.3A6 6 0 0 1 24 15v8h-4zm-4.023-.026l-2.749-3.301A6 6 0 0 1 12 21v-8h4l-6-7.2L4 13h4v8c0 5.522 4.477 10 10 10a10 10 0 0 0 3.977-.826"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M4 36a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4z"/><path fill="#fff" d="m26 30.2l6-7.2h-4v-8c0-5.523-4.477-10-10-10a9.95 9.95 0 0 0-3.977.827l2.75 3.3A6 6 0 0 1 24 15v8h-4zm-4.023-.026l-2.749-3.301A6 6 0 0 1 12 21v-8h4l-6-7.2L4 13h4v8c0 5.522 4.477 10 10 10a10 10 0 0 0 3.977-.826"/></svg>
</template>

CSS

.icon-clockwise-vertical-arrows {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M4%2036a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204v28a4%204%200%200%201-4%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m26%2030.2l6-7.2h-4v-8c0-5.523-4.477-10-10-10a9.95%209.95%200%200%200-3.977.827l2.75%203.3A6%206%200%200%201%2024%2015v8h-4zm-4.023-.026l-2.749-3.301A6%206%200%200%201%2012%2021v-8h4l-6-7.2L4%2013h4v8c0%205.522%204.477%2010%2010%2010a10%2010%200%200%200%203.977-.826%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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M4%2036a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204v28a4%204%200%200%201-4%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m26%2030.2l6-7.2h-4v-8c0-5.523-4.477-10-10-10a9.95%209.95%200%200%200-3.977.827l2.75%203.3A6%206%200%200%201%2024%2015v8h-4zm-4.023-.026l-2.749-3.301A6%206%200%200%201%2012%2021v-8h4l-6-7.2L4%2013h4v8c0%205.522%204.477%2010%2010%2010a10%2010%200%200%200%203.977-.826%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/clockwise-vertical-arrows.svg?color=%231a73e8&size=48