three d rotate icon

three-d-rotate-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
three-d-rotate-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the three d rotate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 22.748a.752.752 0 0 1-.64-1.14l1.05-1.75c.21-.35.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.28-3.49 7.76-7.76 7.76M2 9.75c-.41 0-.75-.34-.75-.75c0-4.27 3.48-7.75 7.75-7.75a.752.752 0 0 1 .64 1.14L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75m14.4-1.54l-3.76-2.03c-.4-.21-.87-.21-1.27 0L7.6 8.21c-.27.15-.44.44-.44.76c0 .33.17.62.44.77l3.76 2.03c.2.11.42.16.64.16s.44-.05.64-.16l3.76-2.03a.87.87 0 0 0 .44-.77c0-.32-.17-.61-.44-.76m-5.66 4.259l-3.5-1.75a.87.87 0 0 0-.84.04a.86.86 0 0 0-.4.73v3.31c0 .57.32 1.09.83 1.34l3.5 1.75q.18.09.39.09c.16 0 .31-.04.45-.13c.26-.16.41-.43.41-.73v-3.31c-.01-.57-.32-1.08-.84-1.34m6.852-1.71a.87.87 0 0 0-.84-.04l-3.5 1.75a1.5 1.5 0 0 0-.83 1.34v3.31c0 .3.15.57.41.73c.14.09.29.13.45.13q.195 0 .39-.09l3.5-1.75c.51-.26.83-.77.83-1.34v-3.31c0-.3-.15-.57-.41-.73"/></svg>

React

import type { SVGProps } from "react";

export function ReiconThreeDRotateFilled(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="M15 22.748a.752.752 0 0 1-.64-1.14l1.05-1.75c.21-.35.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.28-3.49 7.76-7.76 7.76M2 9.75c-.41 0-.75-.34-.75-.75c0-4.27 3.48-7.75 7.75-7.75a.752.752 0 0 1 .64 1.14L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75m14.4-1.54l-3.76-2.03c-.4-.21-.87-.21-1.27 0L7.6 8.21c-.27.15-.44.44-.44.76c0 .33.17.62.44.77l3.76 2.03c.2.11.42.16.64.16s.44-.05.64-.16l3.76-2.03a.87.87 0 0 0 .44-.77c0-.32-.17-.61-.44-.76m-5.66 4.259l-3.5-1.75a.87.87 0 0 0-.84.04a.86.86 0 0 0-.4.73v3.31c0 .57.32 1.09.83 1.34l3.5 1.75q.18.09.39.09c.16 0 .31-.04.45-.13c.26-.16.41-.43.41-.73v-3.31c-.01-.57-.32-1.08-.84-1.34m6.852-1.71a.87.87 0 0 0-.84-.04l-3.5 1.75a1.5 1.5 0 0 0-.83 1.34v3.31c0 .3.15.57.41.73c.14.09.29.13.45.13q.195 0 .39-.09l3.5-1.75c.51-.26.83-.77.83-1.34v-3.31c0-.3-.15-.57-.41-.73"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 22.748a.752.752 0 0 1-.64-1.14l1.05-1.75c.21-.35.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.28-3.49 7.76-7.76 7.76M2 9.75c-.41 0-.75-.34-.75-.75c0-4.27 3.48-7.75 7.75-7.75a.752.752 0 0 1 .64 1.14L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75m14.4-1.54l-3.76-2.03c-.4-.21-.87-.21-1.27 0L7.6 8.21c-.27.15-.44.44-.44.76c0 .33.17.62.44.77l3.76 2.03c.2.11.42.16.64.16s.44-.05.64-.16l3.76-2.03a.87.87 0 0 0 .44-.77c0-.32-.17-.61-.44-.76m-5.66 4.259l-3.5-1.75a.87.87 0 0 0-.84.04a.86.86 0 0 0-.4.73v3.31c0 .57.32 1.09.83 1.34l3.5 1.75q.18.09.39.09c.16 0 .31-.04.45-.13c.26-.16.41-.43.41-.73v-3.31c-.01-.57-.32-1.08-.84-1.34m6.852-1.71a.87.87 0 0 0-.84-.04l-3.5 1.75a1.5 1.5 0 0 0-.83 1.34v3.31c0 .3.15.57.41.73c.14.09.29.13.45.13q.195 0 .39-.09l3.5-1.75c.51-.26.83-.77.83-1.34v-3.31c0-.3-.15-.57-.41-.73"/></svg>
</template>

CSS

.icon-three-d-rotate-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2022.748a.752.752%200%200%201-.64-1.14l1.05-1.75c.21-.35.67-.47%201.03-.26s.47.67.26%201.03l-.27.45c2.76-.65%204.83-3.13%204.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01%204.28-3.49%207.76-7.76%207.76M2%209.75c-.41%200-.75-.34-.75-.75c0-4.27%203.48-7.75%207.75-7.75a.752.752%200%200%201%20.64%201.14L8.59%204.14c-.21.35-.67.47-1.03.25a.746.746%200%200%201-.25-1.03l.27-.45A6.26%206.26%200%200%200%202.75%209c0%20.41-.34.75-.75.75m14.4-1.54l-3.76-2.03c-.4-.21-.87-.21-1.27%200L7.6%208.21c-.27.15-.44.44-.44.76c0%20.33.17.62.44.77l3.76%202.03c.2.11.42.16.64.16s.44-.05.64-.16l3.76-2.03a.87.87%200%200%200%20.44-.77c0-.32-.17-.61-.44-.76m-5.66%204.259l-3.5-1.75a.87.87%200%200%200-.84.04a.86.86%200%200%200-.4.73v3.31c0%20.57.32%201.09.83%201.34l3.5%201.75q.18.09.39.09c.16%200%20.31-.04.45-.13c.26-.16.41-.43.41-.73v-3.31c-.01-.57-.32-1.08-.84-1.34m6.852-1.71a.87.87%200%200%200-.84-.04l-3.5%201.75a1.5%201.5%200%200%200-.83%201.34v3.31c0%20.3.15.57.41.73c.14.09.29.13.45.13q.195%200%20.39-.09l3.5-1.75c.51-.26.83-.77.83-1.34v-3.31c0-.3-.15-.57-.41-.73%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%22M15%2022.748a.752.752%200%200%201-.64-1.14l1.05-1.75c.21-.35.67-.47%201.03-.26s.47.67.26%201.03l-.27.45c2.76-.65%204.83-3.13%204.83-6.09c0-.41.34-.75.75-.75s.75.34.75.75c-.01%204.28-3.49%207.76-7.76%207.76M2%209.75c-.41%200-.75-.34-.75-.75c0-4.27%203.48-7.75%207.75-7.75a.752.752%200%200%201%20.64%201.14L8.59%204.14c-.21.35-.67.47-1.03.25a.746.746%200%200%201-.25-1.03l.27-.45A6.26%206.26%200%200%200%202.75%209c0%20.41-.34.75-.75.75m14.4-1.54l-3.76-2.03c-.4-.21-.87-.21-1.27%200L7.6%208.21c-.27.15-.44.44-.44.76c0%20.33.17.62.44.77l3.76%202.03c.2.11.42.16.64.16s.44-.05.64-.16l3.76-2.03a.87.87%200%200%200%20.44-.77c0-.32-.17-.61-.44-.76m-5.66%204.259l-3.5-1.75a.87.87%200%200%200-.84.04a.86.86%200%200%200-.4.73v3.31c0%20.57.32%201.09.83%201.34l3.5%201.75q.18.09.39.09c.16%200%20.31-.04.45-.13c.26-.16.41-.43.41-.73v-3.31c-.01-.57-.32-1.08-.84-1.34m6.852-1.71a.87.87%200%200%200-.84-.04l-3.5%201.75a1.5%201.5%200%200%200-.83%201.34v3.31c0%20.3.15.57.41.73c.14.09.29.13.45.13q.195%200%20.39-.09l3.5-1.75c.51-.26.83-.77.83-1.34v-3.31c0-.3-.15-.57-.41-.73%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/three-d-rotate-filled.svg?color=%231a73e8&size=48