axis x rotate counterclockwise icon
axis-x-rotate-counterclockwise from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- axis-x-rotate-counterclockwise
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the axis x 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="m12 14l4-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 18.31 10.86 20 12 20c1.4 0 2.57-2.55 2.91-6zM1.11 17.13l12.78-7.38l.07.79L10.5 14h.04l-8.43 4.87zm20.78-12l1 1.74l-5.01 2.89c-.09-.73-.21-1.43-.38-2.1zM12 2c2.3 0 4.23 3.1 4.82 7.32L16 8.5l-1.13 1.13C14.5 6.37 13.35 4 12 4c-1.58 0-2.88 3.27-3 7.42l-2 1.15V12C7 6.5 9.24 2 12 2"/></svg>
React
import type { SVGProps } from "react";
export function MdiAxisXRotateCounterclockwise(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 14l4-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 18.31 10.86 20 12 20c1.4 0 2.57-2.55 2.91-6zM1.11 17.13l12.78-7.38l.07.79L10.5 14h.04l-8.43 4.87zm20.78-12l1 1.74l-5.01 2.89c-.09-.73-.21-1.43-.38-2.1zM12 2c2.3 0 4.23 3.1 4.82 7.32L16 8.5l-1.13 1.13C14.5 6.37 13.35 4 12 4c-1.58 0-2.88 3.27-3 7.42l-2 1.15V12C7 6.5 9.24 2 12 2"/></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 14l4-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 18.31 10.86 20 12 20c1.4 0 2.57-2.55 2.91-6zM1.11 17.13l12.78-7.38l.07.79L10.5 14h.04l-8.43 4.87zm20.78-12l1 1.74l-5.01 2.89c-.09-.73-.21-1.43-.38-2.1zM12 2c2.3 0 4.23 3.1 4.82 7.32L16 8.5l-1.13 1.13C14.5 6.37 13.35 4 12 4c-1.58 0-2.88 3.27-3 7.42l-2 1.15V12C7 6.5 9.24 2 12 2"/></svg> </template>
CSS
.icon-axis-x-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%22m12%2014l4-4l4%204h-3.1c-.46%204.56-2.48%208-4.9%208c-1.88%200-3.53-2.08-4.38-5.16l1.75-1.01C9.87%2018.31%2010.86%2020%2012%2020c1.4%200%202.57-2.55%202.91-6zM1.11%2017.13l12.78-7.38l.07.79L10.5%2014h.04l-8.43%204.87zm20.78-12l1%201.74l-5.01%202.89c-.09-.73-.21-1.43-.38-2.1zM12%202c2.3%200%204.23%203.1%204.82%207.32L16%208.5l-1.13%201.13C14.5%206.37%2013.35%204%2012%204c-1.58%200-2.88%203.27-3%207.42l-2%201.15V12C7%206.5%209.24%202%2012%202%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%2014l4-4l4%204h-3.1c-.46%204.56-2.48%208-4.9%208c-1.88%200-3.53-2.08-4.38-5.16l1.75-1.01C9.87%2018.31%2010.86%2020%2012%2020c1.4%200%202.57-2.55%202.91-6zM1.11%2017.13l12.78-7.38l.07.79L10.5%2014h.04l-8.43%204.87zm20.78-12l1%201.74l-5.01%202.89c-.09-.73-.21-1.43-.38-2.1zM12%202c2.3%200%204.23%203.1%204.82%207.32L16%208.5l-1.13%201.13C14.5%206.37%2013.35%204%2012%204c-1.58%200-2.88%203.27-3%207.42l-2%201.15V12C7%206.5%209.24%202%2012%202%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-counterclockwise.svg?color=%231a73e8&size=48