horizontal rotate counterclockwise icon
horizontal-rotate-counterclockwise from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- horizontal-rotate-counterclockwise
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the horizontal 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 10H9.09C9.43 6.55 10.6 4 12 4s2.57 2.55 2.91 6h1.99c-.46-4.56-2.48-8-4.9-8s-4.44 3.44-4.9 8H4l4 4zm0 10c-1.27 0-2.36-2.11-2.79-5.08L8 16.12l-.7-.7C8 19.26 9.84 22 12 22c2.42 0 4.44-3.44 4.9-8h-1.99c-.34 3.45-1.51 6-2.91 6m10-9h-9l-2 2h11zM2 13h3l-2-2H2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiHorizontalRotateCounterclockwise(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 10H9.09C9.43 6.55 10.6 4 12 4s2.57 2.55 2.91 6h1.99c-.46-4.56-2.48-8-4.9-8s-4.44 3.44-4.9 8H4l4 4zm0 10c-1.27 0-2.36-2.11-2.79-5.08L8 16.12l-.7-.7C8 19.26 9.84 22 12 22c2.42 0 4.44-3.44 4.9-8h-1.99c-.34 3.45-1.51 6-2.91 6m10-9h-9l-2 2h11zM2 13h3l-2-2H2z"/></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 10H9.09C9.43 6.55 10.6 4 12 4s2.57 2.55 2.91 6h1.99c-.46-4.56-2.48-8-4.9-8s-4.44 3.44-4.9 8H4l4 4zm0 10c-1.27 0-2.36-2.11-2.79-5.08L8 16.12l-.7-.7C8 19.26 9.84 22 12 22c2.42 0 4.44-3.44 4.9-8h-1.99c-.34 3.45-1.51 6-2.91 6m10-9h-9l-2 2h11zM2 13h3l-2-2H2z"/></svg> </template>
CSS
.icon-horizontal-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%2010H9.09C9.43%206.55%2010.6%204%2012%204s2.57%202.55%202.91%206h1.99c-.46-4.56-2.48-8-4.9-8s-4.44%203.44-4.9%208H4l4%204zm0%2010c-1.27%200-2.36-2.11-2.79-5.08L8%2016.12l-.7-.7C8%2019.26%209.84%2022%2012%2022c2.42%200%204.44-3.44%204.9-8h-1.99c-.34%203.45-1.51%206-2.91%206m10-9h-9l-2%202h11zM2%2013h3l-2-2H2z%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%2010H9.09C9.43%206.55%2010.6%204%2012%204s2.57%202.55%202.91%206h1.99c-.46-4.56-2.48-8-4.9-8s-4.44%203.44-4.9%208H4l4%204zm0%2010c-1.27%200-2.36-2.11-2.79-5.08L8%2016.12l-.7-.7C8%2019.26%209.84%2022%2012%2022c2.42%200%204.44-3.44%204.9-8h-1.99c-.34%203.45-1.51%206-2.91%206m10-9h-9l-2%202h11zM2%2013h3l-2-2H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/horizontal-rotate-counterclockwise.svg?color=%231a73e8&size=48