axis y rotate clockwise icon
axis-y-rotate-clockwise from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- axis-y-rotate-clockwise
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the axis y 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 10l4 4l4-4h-3.1c-.46-4.56-2.48-8-4.9-8c-1.88 0-3.53 2.08-4.38 5.16l1.75 1.01C9.87 5.69 10.86 4 12 4c1.4 0 2.57 2.55 2.91 6zM1.11 6.87l12.78 7.38l.07-.79L10.5 10h.04L2.11 5.13zm20.78 12l1-1.74l-5.01-2.89c-.09.73-.21 1.43-.38 2.1zM12 22c2.3 0 4.23-3.1 4.82-7.32l-.82.82l-1.13-1.13C14.5 17.63 13.35 20 12 20c-1.58 0-2.88-3.27-3-7.42l-2-1.15V12c0 5.5 2.24 10 5 10"/></svg>
React
import type { SVGProps } from "react";
export function MdiAxisYRotateClockwise(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 10l4 4l4-4h-3.1c-.46-4.56-2.48-8-4.9-8c-1.88 0-3.53 2.08-4.38 5.16l1.75 1.01C9.87 5.69 10.86 4 12 4c1.4 0 2.57 2.55 2.91 6zM1.11 6.87l12.78 7.38l.07-.79L10.5 10h.04L2.11 5.13zm20.78 12l1-1.74l-5.01-2.89c-.09.73-.21 1.43-.38 2.1zM12 22c2.3 0 4.23-3.1 4.82-7.32l-.82.82l-1.13-1.13C14.5 17.63 13.35 20 12 20c-1.58 0-2.88-3.27-3-7.42l-2-1.15V12c0 5.5 2.24 10 5 10"/></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 10l4 4l4-4h-3.1c-.46-4.56-2.48-8-4.9-8c-1.88 0-3.53 2.08-4.38 5.16l1.75 1.01C9.87 5.69 10.86 4 12 4c1.4 0 2.57 2.55 2.91 6zM1.11 6.87l12.78 7.38l.07-.79L10.5 10h.04L2.11 5.13zm20.78 12l1-1.74l-5.01-2.89c-.09.73-.21 1.43-.38 2.1zM12 22c2.3 0 4.23-3.1 4.82-7.32l-.82.82l-1.13-1.13C14.5 17.63 13.35 20 12 20c-1.58 0-2.88-3.27-3-7.42l-2-1.15V12c0 5.5 2.24 10 5 10"/></svg> </template>
CSS
.icon-axis-y-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%2010l4%204l4-4h-3.1c-.46-4.56-2.48-8-4.9-8c-1.88%200-3.53%202.08-4.38%205.16l1.75%201.01C9.87%205.69%2010.86%204%2012%204c1.4%200%202.57%202.55%202.91%206zM1.11%206.87l12.78%207.38l.07-.79L10.5%2010h.04L2.11%205.13zm20.78%2012l1-1.74l-5.01-2.89c-.09.73-.21%201.43-.38%202.1zM12%2022c2.3%200%204.23-3.1%204.82-7.32l-.82.82l-1.13-1.13C14.5%2017.63%2013.35%2020%2012%2020c-1.58%200-2.88-3.27-3-7.42l-2-1.15V12c0%205.5%202.24%2010%205%2010%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%2010l4%204l4-4h-3.1c-.46-4.56-2.48-8-4.9-8c-1.88%200-3.53%202.08-4.38%205.16l1.75%201.01C9.87%205.69%2010.86%204%2012%204c1.4%200%202.57%202.55%202.91%206zM1.11%206.87l12.78%207.38l.07-.79L10.5%2010h.04L2.11%205.13zm20.78%2012l1-1.74l-5.01-2.89c-.09.73-.21%201.43-.38%202.1zM12%2022c2.3%200%204.23-3.1%204.82-7.32l-.82.82l-1.13-1.13C14.5%2017.63%2013.35%2020%2012%2020c-1.58%200-2.88-3.27-3-7.42l-2-1.15V12c0%205.5%202.24%2010%205%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/axis-y-rotate-clockwise.svg?color=%231a73e8&size=48