axis x rotate clockwise icon
axis-x-rotate-clockwise from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- axis-x-rotate-clockwise
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the axis x 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 10h2.91C14.57 6.55 13.4 4 12 4c-1.58 0-2.88 3.27-3 7.42l-2 1.15V12C7 6.5 9.24 2 12 2c2.42 0 4.44 3.44 4.9 8H20l-4 4zm0 12c-1.88 0-3.53-2.08-4.38-5.16l1.75-1.01C9.87 18.31 10.86 20 12 20c1.27 0 2.36-2.11 2.79-5.08l1.21 1.2l.7-.7C16 19.26 14.16 22 12 22m-9.89-3.13l-1-1.74l-.05-.07l10.06-5.81l1.6 1.59l-10.57 6.1zM21.89 5.13l1 1.74L19.2 9h-1.43l-.27-1.34z"/></svg>
React
import type { SVGProps } from "react";
export function MdiAxisXRotateClockwise(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 10h2.91C14.57 6.55 13.4 4 12 4c-1.58 0-2.88 3.27-3 7.42l-2 1.15V12C7 6.5 9.24 2 12 2c2.42 0 4.44 3.44 4.9 8H20l-4 4zm0 12c-1.88 0-3.53-2.08-4.38-5.16l1.75-1.01C9.87 18.31 10.86 20 12 20c1.27 0 2.36-2.11 2.79-5.08l1.21 1.2l.7-.7C16 19.26 14.16 22 12 22m-9.89-3.13l-1-1.74l-.05-.07l10.06-5.81l1.6 1.59l-10.57 6.1zM21.89 5.13l1 1.74L19.2 9h-1.43l-.27-1.34z"/></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 10h2.91C14.57 6.55 13.4 4 12 4c-1.58 0-2.88 3.27-3 7.42l-2 1.15V12C7 6.5 9.24 2 12 2c2.42 0 4.44 3.44 4.9 8H20l-4 4zm0 12c-1.88 0-3.53-2.08-4.38-5.16l1.75-1.01C9.87 18.31 10.86 20 12 20c1.27 0 2.36-2.11 2.79-5.08l1.21 1.2l.7-.7C16 19.26 14.16 22 12 22m-9.89-3.13l-1-1.74l-.05-.07l10.06-5.81l1.6 1.59l-10.57 6.1zM21.89 5.13l1 1.74L19.2 9h-1.43l-.27-1.34z"/></svg> </template>
CSS
.icon-axis-x-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%2010h2.91C14.57%206.55%2013.4%204%2012%204c-1.58%200-2.88%203.27-3%207.42l-2%201.15V12C7%206.5%209.24%202%2012%202c2.42%200%204.44%203.44%204.9%208H20l-4%204zm0%2012c-1.88%200-3.53-2.08-4.38-5.16l1.75-1.01C9.87%2018.31%2010.86%2020%2012%2020c1.27%200%202.36-2.11%202.79-5.08l1.21%201.2l.7-.7C16%2019.26%2014.16%2022%2012%2022m-9.89-3.13l-1-1.74l-.05-.07l10.06-5.81l1.6%201.59l-10.57%206.1zM21.89%205.13l1%201.74L19.2%209h-1.43l-.27-1.34z%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%2010h2.91C14.57%206.55%2013.4%204%2012%204c-1.58%200-2.88%203.27-3%207.42l-2%201.15V12C7%206.5%209.24%202%2012%202c2.42%200%204.44%203.44%204.9%208H20l-4%204zm0%2012c-1.88%200-3.53-2.08-4.38-5.16l1.75-1.01C9.87%2018.31%2010.86%2020%2012%2020c1.27%200%202.36-2.11%202.79-5.08l1.21%201.2l.7-.7C16%2019.26%2014.16%2022%2012%2022m-9.89-3.13l-1-1.74l-.05-.07l10.06-5.81l1.6%201.59l-10.57%206.1zM21.89%205.13l1%201.74L19.2%209h-1.43l-.27-1.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/axis-x-rotate-clockwise.svg?color=%231a73e8&size=48