horizontal rotate clockwise icon

horizontal-rotate-clockwise from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
horizontal-rotate-clockwise
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the horizontal rotate clockwise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 14l-4-4l-4 4h3.1c.46 4.56 2.48 8 4.9 8s4.44-3.44 4.9-8h-1.99c-.34 3.45-1.51 6-2.91 6s-2.57-2.55-2.91-6zm0-10c1.4 0 2.57 2.55 2.91 6h1.99c-.46-4.56-2.48-8-4.9-8c-2.16 0-4 2.74-4.7 6.58l.7-.7l1.21 1.2C9.64 6.11 10.73 4 12 4m10 9v-2H11l2 2zM2 13h1l2-2H2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHorizontalRotateClockwise(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="m12 14l-4-4l-4 4h3.1c.46 4.56 2.48 8 4.9 8s4.44-3.44 4.9-8h-1.99c-.34 3.45-1.51 6-2.91 6s-2.57-2.55-2.91-6zm0-10c1.4 0 2.57 2.55 2.91 6h1.99c-.46-4.56-2.48-8-4.9-8c-2.16 0-4 2.74-4.7 6.58l.7-.7l1.21 1.2C9.64 6.11 10.73 4 12 4m10 9v-2H11l2 2zM2 13h1l2-2H2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 14l-4-4l-4 4h3.1c.46 4.56 2.48 8 4.9 8s4.44-3.44 4.9-8h-1.99c-.34 3.45-1.51 6-2.91 6s-2.57-2.55-2.91-6zm0-10c1.4 0 2.57 2.55 2.91 6h1.99c-.46-4.56-2.48-8-4.9-8c-2.16 0-4 2.74-4.7 6.58l.7-.7l1.21 1.2C9.64 6.11 10.73 4 12 4m10 9v-2H11l2 2zM2 13h1l2-2H2z"/></svg>
</template>

CSS

.icon-horizontal-rotate-clockwise {
  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%22m12%2014l-4-4l-4%204h3.1c.46%204.56%202.48%208%204.9%208s4.44-3.44%204.9-8h-1.99c-.34%203.45-1.51%206-2.91%206s-2.57-2.55-2.91-6zm0-10c1.4%200%202.57%202.55%202.91%206h1.99c-.46-4.56-2.48-8-4.9-8c-2.16%200-4%202.74-4.7%206.58l.7-.7l1.21%201.2C9.64%206.11%2010.73%204%2012%204m10%209v-2H11l2%202zM2%2013h1l2-2H2z%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%22m12%2014l-4-4l-4%204h3.1c.46%204.56%202.48%208%204.9%208s4.44-3.44%204.9-8h-1.99c-.34%203.45-1.51%206-2.91%206s-2.57-2.55-2.91-6zm0-10c1.4%200%202.57%202.55%202.91%206h1.99c-.46-4.56-2.48-8-4.9-8c-2.16%200-4%202.74-4.7%206.58l.7-.7l1.21%201.2C9.64%206.11%2010.73%204%2012%204m10%209v-2H11l2%202zM2%2013h1l2-2H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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