axis y rotate counterclockwise icon
axis-y-rotate-counterclockwise from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- axis-y-rotate-counterclockwise
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the axis y 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 14h2.91c-.34 3.45-1.51 6-2.91 6c-1.58 0-2.88-3.27-3-7.42l-2-1.15V12c0 5.5 2.24 10 5 10c2.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 5.69 10.86 4 12 4c1.27 0 2.36 2.11 2.79 5.08L16 7.88l.7.7C16 4.74 14.16 2 12 2M2.11 5.13l-1 1.74l-.05.07l10.06 5.81l1.6-1.59l-10.57-6.1zm19.78 13.74l1-1.74L19.2 15h-1.43l-.27 1.34z"/></svg>
React
import type { SVGProps } from "react";
export function MdiAxisYRotateCounterclockwise(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 14h2.91c-.34 3.45-1.51 6-2.91 6c-1.58 0-2.88-3.27-3-7.42l-2-1.15V12c0 5.5 2.24 10 5 10c2.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 5.69 10.86 4 12 4c1.27 0 2.36 2.11 2.79 5.08L16 7.88l.7.7C16 4.74 14.16 2 12 2M2.11 5.13l-1 1.74l-.05.07l10.06 5.81l1.6-1.59l-10.57-6.1zm19.78 13.74l1-1.74L19.2 15h-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 14h2.91c-.34 3.45-1.51 6-2.91 6c-1.58 0-2.88-3.27-3-7.42l-2-1.15V12c0 5.5 2.24 10 5 10c2.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 5.69 10.86 4 12 4c1.27 0 2.36 2.11 2.79 5.08L16 7.88l.7.7C16 4.74 14.16 2 12 2M2.11 5.13l-1 1.74l-.05.07l10.06 5.81l1.6-1.59l-10.57-6.1zm19.78 13.74l1-1.74L19.2 15h-1.43l-.27 1.34z"/></svg> </template>
CSS
.icon-axis-y-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%2014h2.91c-.34%203.45-1.51%206-2.91%206c-1.58%200-2.88-3.27-3-7.42l-2-1.15V12c0%205.5%202.24%2010%205%2010c2.42%200%204.44-3.44%204.9-8H20l-4-4zm0-12c-1.88%200-3.53%202.08-4.38%205.16l1.75%201.01C9.87%205.69%2010.86%204%2012%204c1.27%200%202.36%202.11%202.79%205.08L16%207.88l.7.7C16%204.74%2014.16%202%2012%202M2.11%205.13l-1%201.74l-.05.07l10.06%205.81l1.6-1.59l-10.57-6.1zm19.78%2013.74l1-1.74L19.2%2015h-1.43l-.27%201.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%2014h2.91c-.34%203.45-1.51%206-2.91%206c-1.58%200-2.88-3.27-3-7.42l-2-1.15V12c0%205.5%202.24%2010%205%2010c2.42%200%204.44-3.44%204.9-8H20l-4-4zm0-12c-1.88%200-3.53%202.08-4.38%205.16l1.75%201.01C9.87%205.69%2010.86%204%2012%204c1.27%200%202.36%202.11%202.79%205.08L16%207.88l.7.7C16%204.74%2014.16%202%2012%202M2.11%205.13l-1%201.74l-.05.07l10.06%205.81l1.6-1.59l-10.57-6.1zm19.78%2013.74l1-1.74L19.2%2015h-1.43l-.27%201.34z%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-counterclockwise.svg?color=%231a73e8&size=48