axis z rotate counterclockwise icon
axis-z-rotate-counterclockwise from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- axis-z-rotate-counterclockwise
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- vertical-rotate-counterclockwise
Related icons in Material Design Icons
Use the axis z rotate counterclockwise icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 12l4 4l-4 4v-3.1c-4.56-.46-8-2.48-8-4.9s3.44-4.44 8-4.9v1.99C6.55 9.43 4 10.6 4 12s2.55 2.57 6 2.91zm10 0c0-1.4-2.55-2.57-6-2.91V7.1c4.56.46 8 2.48 8 4.9c0 2.16-2.74 4-6.58 4.7l.7-.7l-1.2-1.21C17.89 14.36 20 13.27 20 12M11 2h2v11l-2-2zm0 20v-1l2-2v3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiAxisZRotateCounterclockwise(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="m10 12l4 4l-4 4v-3.1c-4.56-.46-8-2.48-8-4.9s3.44-4.44 8-4.9v1.99C6.55 9.43 4 10.6 4 12s2.55 2.57 6 2.91zm10 0c0-1.4-2.55-2.57-6-2.91V7.1c4.56.46 8 2.48 8 4.9c0 2.16-2.74 4-6.58 4.7l.7-.7l-1.2-1.21C17.89 14.36 20 13.27 20 12M11 2h2v11l-2-2zm0 20v-1l2-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="m10 12l4 4l-4 4v-3.1c-4.56-.46-8-2.48-8-4.9s3.44-4.44 8-4.9v1.99C6.55 9.43 4 10.6 4 12s2.55 2.57 6 2.91zm10 0c0-1.4-2.55-2.57-6-2.91V7.1c4.56.46 8 2.48 8 4.9c0 2.16-2.74 4-6.58 4.7l.7-.7l-1.2-1.21C17.89 14.36 20 13.27 20 12M11 2h2v11l-2-2zm0 20v-1l2-2v3z"/></svg> </template>
CSS
.icon-axis-z-rotate-counterclockwise {
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%22m10%2012l4%204l-4%204v-3.1c-4.56-.46-8-2.48-8-4.9s3.44-4.44%208-4.9v1.99C6.55%209.43%204%2010.6%204%2012s2.55%202.57%206%202.91zm10%200c0-1.4-2.55-2.57-6-2.91V7.1c4.56.46%208%202.48%208%204.9c0%202.16-2.74%204-6.58%204.7l.7-.7l-1.2-1.21C17.89%2014.36%2020%2013.27%2020%2012M11%202h2v11l-2-2zm0%2020v-1l2-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%22m10%2012l4%204l-4%204v-3.1c-4.56-.46-8-2.48-8-4.9s3.44-4.44%208-4.9v1.99C6.55%209.43%204%2010.6%204%2012s2.55%202.57%206%202.91zm10%200c0-1.4-2.55-2.57-6-2.91V7.1c4.56.46%208%202.48%208%204.9c0%202.16-2.74%204-6.58%204.7l.7-.7l-1.2-1.21C17.89%2014.36%2020%2013.27%2020%2012M11%202h2v11l-2-2zm0%2020v-1l2-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-counterclockwise.svg?color=%231a73e8&size=48