3d-rotation from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
3d-rotation
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
3d-rotation-outline

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the 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="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2q0 2.875 1.813 5.075t4.637 2.775L9 18.4l1.4-1.4l4.55 4.55q-.725.25-1.463.35T12 22m.5-7V9h3q.425 0 .713.288T16.5 10v4q0 .425-.288.713T15.5 15zm-5 0v-1.5H10v-1H8.5v-1H10v-1H7.5V9h3q.425 0 .713.288T11.5 10v4q0 .425-.288.713T10.5 15zm6.5-1.5h1v-3h-1zm6-1.5q0-2.875-1.812-5.075T13.55 4.15L15 5.6L13.6 7L9.05 2.45q.725-.25 1.463-.35T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbols3dRotation(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 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2q0 2.875 1.813 5.075t4.637 2.775L9 18.4l1.4-1.4l4.55 4.55q-.725.25-1.463.35T12 22m.5-7V9h3q.425 0 .713.288T16.5 10v4q0 .425-.288.713T15.5 15zm-5 0v-1.5H10v-1H8.5v-1H10v-1H7.5V9h3q.425 0 .713.288T11.5 10v4q0 .425-.288.713T10.5 15zm6.5-1.5h1v-3h-1zm6-1.5q0-2.875-1.812-5.075T13.55 4.15L15 5.6L13.6 7L9.05 2.45q.725-.25 1.463-.35T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12z"/></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 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2q0 2.875 1.813 5.075t4.637 2.775L9 18.4l1.4-1.4l4.55 4.55q-.725.25-1.463.35T12 22m.5-7V9h3q.425 0 .713.288T16.5 10v4q0 .425-.288.713T15.5 15zm-5 0v-1.5H10v-1H8.5v-1H10v-1H7.5V9h3q.425 0 .713.288T11.5 10v4q0 .425-.288.713T10.5 15zm6.5-1.5h1v-3h-1zm6-1.5q0-2.875-1.812-5.075T13.55 4.15L15 5.6L13.6 7L9.05 2.45q.725-.25 1.463-.35T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12z"/></svg>
</template>

CSS

.icon-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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012h2q0%202.875%201.813%205.075t4.637%202.775L9%2018.4l1.4-1.4l4.55%204.55q-.725.25-1.463.35T12%2022m.5-7V9h3q.425%200%20.713.288T16.5%2010v4q0%20.425-.288.713T15.5%2015zm-5%200v-1.5H10v-1H8.5v-1H10v-1H7.5V9h3q.425%200%20.713.288T11.5%2010v4q0%20.425-.288.713T10.5%2015zm6.5-1.5h1v-3h-1zm6-1.5q0-2.875-1.812-5.075T13.55%204.15L15%205.6L13.6%207L9.05%202.45q.725-.25%201.463-.35T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012z%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%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012h2q0%202.875%201.813%205.075t4.637%202.775L9%2018.4l1.4-1.4l4.55%204.55q-.725.25-1.463.35T12%2022m.5-7V9h3q.425%200%20.713.288T16.5%2010v4q0%20.425-.288.713T15.5%2015zm-5%200v-1.5H10v-1H8.5v-1H10v-1H7.5V9h3q.425%200%20.713.288T11.5%2010v4q0%20.425-.288.713T10.5%2015zm6.5-1.5h1v-3h-1zm6-1.5q0-2.875-1.812-5.075T13.55%204.15L15%205.6L13.6%207L9.05%202.45q.725-.25%201.463-.35T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/3d-rotation.svg?color=%231a73e8&size=48