rotation icon
rotation-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- rotation-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All rotation icons →More ui icons from Reicon
Use the rotation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.667 12c0-1.47-1.196-2.667-2.667-2.667S9.333 10.53 9.333 12S10.53 14.667 12 14.667S14.667 13.47 14.667 12"/><path d="M12 23c-3.849 0-6.863-4.832-6.863-11S8.15 1 12 1s6.863 4.832 6.863 11c0 1.89-.297 3.75-.859 5.383a1 1 0 1 1-1.89-.651c.49-1.426.75-3.062.75-4.732c0-4.878-2.227-9-4.864-9s-4.863 4.122-4.863 9S9.363 21 12 21c.5 0 .996-.151 1.477-.45a1.001 1.001 0 0 1 1.055 1.7c-.803.498-1.654.75-2.532.75"/><path d="M12 18.864c-6.168 0-11-3.015-11-6.864c0-2.547 2.1-4.792 5.617-6.004a.999.999 0 1 1 .651 1.89C4.636 8.795 3 10.37 3 12c0 2.637 4.121 4.864 9 4.864s9-2.227 9-4.863s-4.121-4.863-9-4.863q-.27 0-.538.009c-.567.038-1.014-.417-1.03-.968a1 1 0 0 1 .968-1.03q.3-.01.6-.01c6.168 0 11 3.014 11 6.862s-4.832 6.863-11 6.863"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRotationFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.667 12c0-1.47-1.196-2.667-2.667-2.667S9.333 10.53 9.333 12S10.53 14.667 12 14.667S14.667 13.47 14.667 12"/><path d="M12 23c-3.849 0-6.863-4.832-6.863-11S8.15 1 12 1s6.863 4.832 6.863 11c0 1.89-.297 3.75-.859 5.383a1 1 0 1 1-1.89-.651c.49-1.426.75-3.062.75-4.732c0-4.878-2.227-9-4.864-9s-4.863 4.122-4.863 9S9.363 21 12 21c.5 0 .996-.151 1.477-.45a1.001 1.001 0 0 1 1.055 1.7c-.803.498-1.654.75-2.532.75"/><path d="M12 18.864c-6.168 0-11-3.015-11-6.864c0-2.547 2.1-4.792 5.617-6.004a.999.999 0 1 1 .651 1.89C4.636 8.795 3 10.37 3 12c0 2.637 4.121 4.864 9 4.864s9-2.227 9-4.863s-4.121-4.863-9-4.863q-.27 0-.538.009c-.567.038-1.014-.417-1.03-.968a1 1 0 0 1 .968-1.03q.3-.01.6-.01c6.168 0 11 3.014 11 6.862s-4.832 6.863-11 6.863"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.667 12c0-1.47-1.196-2.667-2.667-2.667S9.333 10.53 9.333 12S10.53 14.667 12 14.667S14.667 13.47 14.667 12"/><path d="M12 23c-3.849 0-6.863-4.832-6.863-11S8.15 1 12 1s6.863 4.832 6.863 11c0 1.89-.297 3.75-.859 5.383a1 1 0 1 1-1.89-.651c.49-1.426.75-3.062.75-4.732c0-4.878-2.227-9-4.864-9s-4.863 4.122-4.863 9S9.363 21 12 21c.5 0 .996-.151 1.477-.45a1.001 1.001 0 0 1 1.055 1.7c-.803.498-1.654.75-2.532.75"/><path d="M12 18.864c-6.168 0-11-3.015-11-6.864c0-2.547 2.1-4.792 5.617-6.004a.999.999 0 1 1 .651 1.89C4.636 8.795 3 10.37 3 12c0 2.637 4.121 4.864 9 4.864s9-2.227 9-4.863s-4.121-4.863-9-4.863q-.27 0-.538.009c-.567.038-1.014-.417-1.03-.968a1 1 0 0 1 .968-1.03q.3-.01.6-.01c6.168 0 11 3.014 11 6.862s-4.832 6.863-11 6.863"/></g></svg> </template>
CSS
.icon-rotation-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.667%2012c0-1.47-1.196-2.667-2.667-2.667S9.333%2010.53%209.333%2012S10.53%2014.667%2012%2014.667S14.667%2013.47%2014.667%2012%22%2F%3E%3Cpath%20d%3D%22M12%2023c-3.849%200-6.863-4.832-6.863-11S8.15%201%2012%201s6.863%204.832%206.863%2011c0%201.89-.297%203.75-.859%205.383a1%201%200%201%201-1.89-.651c.49-1.426.75-3.062.75-4.732c0-4.878-2.227-9-4.864-9s-4.863%204.122-4.863%209S9.363%2021%2012%2021c.5%200%20.996-.151%201.477-.45a1.001%201.001%200%200%201%201.055%201.7c-.803.498-1.654.75-2.532.75%22%2F%3E%3Cpath%20d%3D%22M12%2018.864c-6.168%200-11-3.015-11-6.864c0-2.547%202.1-4.792%205.617-6.004a.999.999%200%201%201%20.651%201.89C4.636%208.795%203%2010.37%203%2012c0%202.637%204.121%204.864%209%204.864s9-2.227%209-4.863s-4.121-4.863-9-4.863q-.27%200-.538.009c-.567.038-1.014-.417-1.03-.968a1%201%200%200%201%20.968-1.03q.3-.01.6-.01c6.168%200%2011%203.014%2011%206.862s-4.832%206.863-11%206.863%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.667%2012c0-1.47-1.196-2.667-2.667-2.667S9.333%2010.53%209.333%2012S10.53%2014.667%2012%2014.667S14.667%2013.47%2014.667%2012%22%2F%3E%3Cpath%20d%3D%22M12%2023c-3.849%200-6.863-4.832-6.863-11S8.15%201%2012%201s6.863%204.832%206.863%2011c0%201.89-.297%203.75-.859%205.383a1%201%200%201%201-1.89-.651c.49-1.426.75-3.062.75-4.732c0-4.878-2.227-9-4.864-9s-4.863%204.122-4.863%209S9.363%2021%2012%2021c.5%200%20.996-.151%201.477-.45a1.001%201.001%200%200%201%201.055%201.7c-.803.498-1.654.75-2.532.75%22%2F%3E%3Cpath%20d%3D%22M12%2018.864c-6.168%200-11-3.015-11-6.864c0-2.547%202.1-4.792%205.617-6.004a.999.999%200%201%201%20.651%201.89C4.636%208.795%203%2010.37%203%2012c0%202.637%204.121%204.864%209%204.864s9-2.227%209-4.863s-4.121-4.863-9-4.863q-.27%200-.538.009c-.567.038-1.014-.417-1.03-.968a1%201%200%200%201%20.968-1.03q.3-.01.6-.01c6.168%200%2011%203.014%2011%206.862s-4.832%206.863-11%206.863%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/rotation-filled.svg?color=%231a73e8&size=48