round 3d rotation icon
round-3d-rotation from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-3d-rotation
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round 3d rotation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.41 14.96c-.19 0-.37-.03-.52-.08a1.1 1.1 0 0 1-.4-.24c-.11-.1-.2-.22-.26-.37c-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95s.33.5.56.69c.24.18.51.32.82.41q.45.15.96.15c.37 0 .72-.05 1.03-.15c.32-.1.6-.25.83-.44s.42-.43.55-.72s.2-.61.2-.97c0-.19-.02-.38-.07-.56a1.7 1.7 0 0 0-.23-.51c-.1-.16-.24-.3-.4-.43c-.17-.13-.37-.23-.61-.31a2.1 2.1 0 0 0 .89-.75c.1-.15.17-.3.22-.46s.07-.32.07-.48q0-.54-.18-.96c-.18-.42-.29-.51-.51-.69c-.2-.19-.47-.33-.77-.43C9.1 8.05 8.76 8 8.39 8c-.36 0-.69.05-1 .16c-.3.11-.57.26-.79.45c-.21.19-.38.41-.51.67c-.12.26-.18.54-.18.85h1.3q0-.255.09-.45c.09-.195.14-.25.25-.34s.23-.17.38-.22s.3-.08.48-.08c.4 0 .7.1.89.31c.19.2.29.49.29.86c0 .18-.03.34-.08.49s-.14.27-.25.37s-.25.18-.41.24s-.36.09-.58.09H7.5v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4s.1.35.1.57c0 .41-.12.72-.35.93c-.23.23-.55.33-.95.33m9.3-4.72q-.27-.705-.75-1.2c-.32-.33-.7-.59-1.14-.77c-.43-.18-.92-.27-1.46-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27s.84-.43 1.16-.76s.57-.73.74-1.19c.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57m-1.13 1.96c0 .42-.05.79-.14 1.13c-.1.33-.24.62-.43.85s-.43.41-.71.53q-.435.18-.99.18h-.91V9.11h.97c.72 0 1.27.23 1.64.69c.38.46.57 1.12.57 1.99zm-1.43-8.36l1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.81-2.96-7.01-6.24-8.75A11.8 11.8 0 0 0 11.34.02zm-6.3 16.31l-1.33 1.33a10.5 10.5 0 0 1-5.89-7.86a.737.737 0 0 0-.86-.62c-.41.06-.69.45-.62.86c.6 3.81 2.96 7.01 6.24 8.75c1.67.89 3.83 1.51 6.27 1.36z"/></svg>
React
import type { SVGProps } from "react";
export function IcRound3dRotation(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="M8.41 14.96c-.19 0-.37-.03-.52-.08a1.1 1.1 0 0 1-.4-.24c-.11-.1-.2-.22-.26-.37c-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95s.33.5.56.69c.24.18.51.32.82.41q.45.15.96.15c.37 0 .72-.05 1.03-.15c.32-.1.6-.25.83-.44s.42-.43.55-.72s.2-.61.2-.97c0-.19-.02-.38-.07-.56a1.7 1.7 0 0 0-.23-.51c-.1-.16-.24-.3-.4-.43c-.17-.13-.37-.23-.61-.31a2.1 2.1 0 0 0 .89-.75c.1-.15.17-.3.22-.46s.07-.32.07-.48q0-.54-.18-.96c-.18-.42-.29-.51-.51-.69c-.2-.19-.47-.33-.77-.43C9.1 8.05 8.76 8 8.39 8c-.36 0-.69.05-1 .16c-.3.11-.57.26-.79.45c-.21.19-.38.41-.51.67c-.12.26-.18.54-.18.85h1.3q0-.255.09-.45c.09-.195.14-.25.25-.34s.23-.17.38-.22s.3-.08.48-.08c.4 0 .7.1.89.31c.19.2.29.49.29.86c0 .18-.03.34-.08.49s-.14.27-.25.37s-.25.18-.41.24s-.36.09-.58.09H7.5v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4s.1.35.1.57c0 .41-.12.72-.35.93c-.23.23-.55.33-.95.33m9.3-4.72q-.27-.705-.75-1.2c-.32-.33-.7-.59-1.14-.77c-.43-.18-.92-.27-1.46-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27s.84-.43 1.16-.76s.57-.73.74-1.19c.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57m-1.13 1.96c0 .42-.05.79-.14 1.13c-.1.33-.24.62-.43.85s-.43.41-.71.53q-.435.18-.99.18h-.91V9.11h.97c.72 0 1.27.23 1.64.69c.38.46.57 1.12.57 1.99zm-1.43-8.36l1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.81-2.96-7.01-6.24-8.75A11.8 11.8 0 0 0 11.34.02zm-6.3 16.31l-1.33 1.33a10.5 10.5 0 0 1-5.89-7.86a.737.737 0 0 0-.86-.62c-.41.06-.69.45-.62.86c.6 3.81 2.96 7.01 6.24 8.75c1.67.89 3.83 1.51 6.27 1.36z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.41 14.96c-.19 0-.37-.03-.52-.08a1.1 1.1 0 0 1-.4-.24c-.11-.1-.2-.22-.26-.37c-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95s.33.5.56.69c.24.18.51.32.82.41q.45.15.96.15c.37 0 .72-.05 1.03-.15c.32-.1.6-.25.83-.44s.42-.43.55-.72s.2-.61.2-.97c0-.19-.02-.38-.07-.56a1.7 1.7 0 0 0-.23-.51c-.1-.16-.24-.3-.4-.43c-.17-.13-.37-.23-.61-.31a2.1 2.1 0 0 0 .89-.75c.1-.15.17-.3.22-.46s.07-.32.07-.48q0-.54-.18-.96c-.18-.42-.29-.51-.51-.69c-.2-.19-.47-.33-.77-.43C9.1 8.05 8.76 8 8.39 8c-.36 0-.69.05-1 .16c-.3.11-.57.26-.79.45c-.21.19-.38.41-.51.67c-.12.26-.18.54-.18.85h1.3q0-.255.09-.45c.09-.195.14-.25.25-.34s.23-.17.38-.22s.3-.08.48-.08c.4 0 .7.1.89.31c.19.2.29.49.29.86c0 .18-.03.34-.08.49s-.14.27-.25.37s-.25.18-.41.24s-.36.09-.58.09H7.5v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4s.1.35.1.57c0 .41-.12.72-.35.93c-.23.23-.55.33-.95.33m9.3-4.72q-.27-.705-.75-1.2c-.32-.33-.7-.59-1.14-.77c-.43-.18-.92-.27-1.46-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27s.84-.43 1.16-.76s.57-.73.74-1.19c.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57m-1.13 1.96c0 .42-.05.79-.14 1.13c-.1.33-.24.62-.43.85s-.43.41-.71.53q-.435.18-.99.18h-.91V9.11h.97c.72 0 1.27.23 1.64.69c.38.46.57 1.12.57 1.99zm-1.43-8.36l1.33-1.33c3.09 1.46 5.34 4.37 5.89 7.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.81-2.96-7.01-6.24-8.75A11.8 11.8 0 0 0 11.34.02zm-6.3 16.31l-1.33 1.33a10.5 10.5 0 0 1-5.89-7.86a.737.737 0 0 0-.86-.62c-.41.06-.69.45-.62.86c.6 3.81 2.96 7.01 6.24 8.75c1.67.89 3.83 1.51 6.27 1.36z"/></svg> </template>
CSS
.icon-round-3d-rotation {
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%22M8.41%2014.96c-.19%200-.37-.03-.52-.08a1.1%201.1%200%200%201-.4-.24c-.11-.1-.2-.22-.26-.37c-.06-.14-.09-.3-.09-.47h-1.3c0%20.36.07.68.21.95s.33.5.56.69c.24.18.51.32.82.41q.45.15.96.15c.37%200%20.72-.05%201.03-.15c.32-.1.6-.25.83-.44s.42-.43.55-.72s.2-.61.2-.97c0-.19-.02-.38-.07-.56a1.7%201.7%200%200%200-.23-.51c-.1-.16-.24-.3-.4-.43c-.17-.13-.37-.23-.61-.31a2.1%202.1%200%200%200%20.89-.75c.1-.15.17-.3.22-.46s.07-.32.07-.48q0-.54-.18-.96c-.18-.42-.29-.51-.51-.69c-.2-.19-.47-.33-.77-.43C9.1%208.05%208.76%208%208.39%208c-.36%200-.69.05-1%20.16c-.3.11-.57.26-.79.45c-.21.19-.38.41-.51.67c-.12.26-.18.54-.18.85h1.3q0-.255.09-.45c.09-.195.14-.25.25-.34s.23-.17.38-.22s.3-.08.48-.08c.4%200%20.7.1.89.31c.19.2.29.49.29.86c0%20.18-.03.34-.08.49s-.14.27-.25.37s-.25.18-.41.24s-.36.09-.58.09H7.5v1.03h.77c.22%200%20.42.02.6.07s.33.13.45.23c.12.11.22.24.29.4s.1.35.1.57c0%20.41-.12.72-.35.93c-.23.23-.55.33-.95.33m9.3-4.72q-.27-.705-.75-1.2c-.32-.33-.7-.59-1.14-.77c-.43-.18-.92-.27-1.46-.27H12v8h2.3c.55%200%201.06-.09%201.51-.27s.84-.43%201.16-.76s.57-.73.74-1.19c.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57m-1.13%201.96c0%20.42-.05.79-.14%201.13c-.1.33-.24.62-.43.85s-.43.41-.71.53q-.435.18-.99.18h-.91V9.11h.97c.72%200%201.27.23%201.64.69c.38.46.57%201.12.57%201.99zm-1.43-8.36l1.33-1.33c3.09%201.46%205.34%204.37%205.89%207.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.81-2.96-7.01-6.24-8.75A11.8%2011.8%200%200%200%2011.34.02zm-6.3%2016.31l-1.33%201.33a10.5%2010.5%200%200%201-5.89-7.86a.737.737%200%200%200-.86-.62c-.41.06-.69.45-.62.86c.6%203.81%202.96%207.01%206.24%208.75c1.67.89%203.83%201.51%206.27%201.36z%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%22M8.41%2014.96c-.19%200-.37-.03-.52-.08a1.1%201.1%200%200%201-.4-.24c-.11-.1-.2-.22-.26-.37c-.06-.14-.09-.3-.09-.47h-1.3c0%20.36.07.68.21.95s.33.5.56.69c.24.18.51.32.82.41q.45.15.96.15c.37%200%20.72-.05%201.03-.15c.32-.1.6-.25.83-.44s.42-.43.55-.72s.2-.61.2-.97c0-.19-.02-.38-.07-.56a1.7%201.7%200%200%200-.23-.51c-.1-.16-.24-.3-.4-.43c-.17-.13-.37-.23-.61-.31a2.1%202.1%200%200%200%20.89-.75c.1-.15.17-.3.22-.46s.07-.32.07-.48q0-.54-.18-.96c-.18-.42-.29-.51-.51-.69c-.2-.19-.47-.33-.77-.43C9.1%208.05%208.76%208%208.39%208c-.36%200-.69.05-1%20.16c-.3.11-.57.26-.79.45c-.21.19-.38.41-.51.67c-.12.26-.18.54-.18.85h1.3q0-.255.09-.45c.09-.195.14-.25.25-.34s.23-.17.38-.22s.3-.08.48-.08c.4%200%20.7.1.89.31c.19.2.29.49.29.86c0%20.18-.03.34-.08.49s-.14.27-.25.37s-.25.18-.41.24s-.36.09-.58.09H7.5v1.03h.77c.22%200%20.42.02.6.07s.33.13.45.23c.12.11.22.24.29.4s.1.35.1.57c0%20.41-.12.72-.35.93c-.23.23-.55.33-.95.33m9.3-4.72q-.27-.705-.75-1.2c-.32-.33-.7-.59-1.14-.77c-.43-.18-.92-.27-1.46-.27H12v8h2.3c.55%200%201.06-.09%201.51-.27s.84-.43%201.16-.76s.57-.73.74-1.19c.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57m-1.13%201.96c0%20.42-.05.79-.14%201.13c-.1.33-.24.62-.43.85s-.43.41-.71.53q-.435.18-.99.18h-.91V9.11h.97c.72%200%201.27.23%201.64.69c.38.46.57%201.12.57%201.99zm-1.43-8.36l1.33-1.33c3.09%201.46%205.34%204.37%205.89%207.86c.06.41.44.69.86.62c.41-.06.69-.45.62-.86c-.6-3.81-2.96-7.01-6.24-8.75A11.8%2011.8%200%200%200%2011.34.02zm-6.3%2016.31l-1.33%201.33a10.5%2010.5%200%200%201-5.89-7.86a.737.737%200%200%200-.86-.62c-.41.06-.69.45-.62.86c.6%203.81%202.96%207.01%206.24%208.75c1.67.89%203.83%201.51%206.27%201.36z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-3d-rotation.svg?color=%231a73e8&size=48