axis z rotate clockwise icon

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

Name
axis-z-rotate-clockwise
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
vertical-rotate-clockwise

Related icons in Material Design Icons

Use the axis z 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="m14 12l-4 4l4 4v-3.1c4.56-.46 8-2.48 8-4.9s-3.44-4.44-8-4.9v1.99c3.45.34 6 1.51 6 2.91s-2.55 2.57-6 2.91zM4 12c0-1.4 2.55-2.57 6-2.91V7.1c-4.56.46-8 2.48-8 4.9c0 2.16 2.74 4 6.58 4.7l-.7-.7l1.2-1.21C6.11 14.36 4 13.27 4 12m9-10h-2v11l2-2zm0 20v-1l-2-2v3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAxisZRotateClockwise(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="m14 12l-4 4l4 4v-3.1c4.56-.46 8-2.48 8-4.9s-3.44-4.44-8-4.9v1.99c3.45.34 6 1.51 6 2.91s-2.55 2.57-6 2.91zM4 12c0-1.4 2.55-2.57 6-2.91V7.1c-4.56.46-8 2.48-8 4.9c0 2.16 2.74 4 6.58 4.7l-.7-.7l1.2-1.21C6.11 14.36 4 13.27 4 12m9-10h-2v11l2-2zm0 20v-1l-2-2v3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14 12l-4 4l4 4v-3.1c4.56-.46 8-2.48 8-4.9s-3.44-4.44-8-4.9v1.99c3.45.34 6 1.51 6 2.91s-2.55 2.57-6 2.91zM4 12c0-1.4 2.55-2.57 6-2.91V7.1c-4.56.46-8 2.48-8 4.9c0 2.16 2.74 4 6.58 4.7l-.7-.7l1.2-1.21C6.11 14.36 4 13.27 4 12m9-10h-2v11l2-2zm0 20v-1l-2-2v3z"/></svg>
</template>

CSS

.icon-axis-z-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%22m14%2012l-4%204l4%204v-3.1c4.56-.46%208-2.48%208-4.9s-3.44-4.44-8-4.9v1.99c3.45.34%206%201.51%206%202.91s-2.55%202.57-6%202.91zM4%2012c0-1.4%202.55-2.57%206-2.91V7.1c-4.56.46-8%202.48-8%204.9c0%202.16%202.74%204%206.58%204.7l-.7-.7l1.2-1.21C6.11%2014.36%204%2013.27%204%2012m9-10h-2v11l2-2zm0%2020v-1l-2-2v3z%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%22m14%2012l-4%204l4%204v-3.1c4.56-.46%208-2.48%208-4.9s-3.44-4.44-8-4.9v1.99c3.45.34%206%201.51%206%202.91s-2.55%202.57-6%202.91zM4%2012c0-1.4%202.55-2.57%206-2.91V7.1c-4.56.46-8%202.48-8%204.9c0%202.16%202.74%204%206.58%204.7l-.7-.7l1.2-1.21C6.11%2014.36%204%2013.27%204%2012m9-10h-2v11l2-2zm0%2020v-1l-2-2v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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