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

Name
3d-rotation-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

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="M15.5 15H13q-.2 0-.35-.15t-.15-.35v-5q0-.2.15-.35T13 9h2.5q.425 0 .713.288T16.5 10v4q0 .425-.288.713T15.5 15m-5 0H8.25q-.325 0-.537-.213T7.5 14.25t.213-.537t.537-.213H10v-1H9q-.2 0-.35-.15T8.5 12t.15-.35t.35-.15h1v-1H8.25q-.325 0-.537-.213T7.5 9.75t.213-.537T8.25 9h2.25q.425 0 .713.288T11.5 10v4q0 .425-.288.713T10.5 15m3.5-1.5h1v-3h-1zm6.288-.788Q20 12.426 20 12q0-2.875-1.812-5.075T13.55 4.15l.75.75q.275.275.275.7t-.275.7t-.7.275t-.7-.275L9.675 3.075q-.2-.2-.112-.5t.362-.375q.5-.125 1.025-.162T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 .425-.288.713T21 13t-.712-.288M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-.425.288-.712T3 11t.713.288T4 12q0 2.875 1.813 5.075t4.637 2.775l-.75-.75q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.225 3.225q.2.2.113.5t-.363.375q-.5.125-1.025.163T12 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbols3dRotationRounded(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.5 15H13q-.2 0-.35-.15t-.15-.35v-5q0-.2.15-.35T13 9h2.5q.425 0 .713.288T16.5 10v4q0 .425-.288.713T15.5 15m-5 0H8.25q-.325 0-.537-.213T7.5 14.25t.213-.537t.537-.213H10v-1H9q-.2 0-.35-.15T8.5 12t.15-.35t.35-.15h1v-1H8.25q-.325 0-.537-.213T7.5 9.75t.213-.537T8.25 9h2.25q.425 0 .713.288T11.5 10v4q0 .425-.288.713T10.5 15m3.5-1.5h1v-3h-1zm6.288-.788Q20 12.426 20 12q0-2.875-1.812-5.075T13.55 4.15l.75.75q.275.275.275.7t-.275.7t-.7.275t-.7-.275L9.675 3.075q-.2-.2-.112-.5t.362-.375q.5-.125 1.025-.162T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 .425-.288.713T21 13t-.712-.288M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-.425.288-.712T3 11t.713.288T4 12q0 2.875 1.813 5.075t4.637 2.775l-.75-.75q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.225 3.225q.2.2.113.5t-.363.375q-.5.125-1.025.163T12 22"/></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.5 15H13q-.2 0-.35-.15t-.15-.35v-5q0-.2.15-.35T13 9h2.5q.425 0 .713.288T16.5 10v4q0 .425-.288.713T15.5 15m-5 0H8.25q-.325 0-.537-.213T7.5 14.25t.213-.537t.537-.213H10v-1H9q-.2 0-.35-.15T8.5 12t.15-.35t.35-.15h1v-1H8.25q-.325 0-.537-.213T7.5 9.75t.213-.537T8.25 9h2.25q.425 0 .713.288T11.5 10v4q0 .425-.288.713T10.5 15m3.5-1.5h1v-3h-1zm6.288-.788Q20 12.426 20 12q0-2.875-1.812-5.075T13.55 4.15l.75.75q.275.275.275.7t-.275.7t-.7.275t-.7-.275L9.675 3.075q-.2-.2-.112-.5t.362-.375q.5-.125 1.025-.162T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12q0 .425-.288.713T21 13t-.712-.288M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-.425.288-.712T3 11t.713.288T4 12q0 2.875 1.813 5.075t4.637 2.775l-.75-.75q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.225 3.225q.2.2.113.5t-.363.375q-.5.125-1.025.163T12 22"/></svg>
</template>

CSS

.icon-3d-rotation-rounded {
  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.5%2015H13q-.2%200-.35-.15t-.15-.35v-5q0-.2.15-.35T13%209h2.5q.425%200%20.713.288T16.5%2010v4q0%20.425-.288.713T15.5%2015m-5%200H8.25q-.325%200-.537-.213T7.5%2014.25t.213-.537t.537-.213H10v-1H9q-.2%200-.35-.15T8.5%2012t.15-.35t.35-.15h1v-1H8.25q-.325%200-.537-.213T7.5%209.75t.213-.537T8.25%209h2.25q.425%200%20.713.288T11.5%2010v4q0%20.425-.288.713T10.5%2015m3.5-1.5h1v-3h-1zm6.288-.788Q20%2012.426%2020%2012q0-2.875-1.812-5.075T13.55%204.15l.75.75q.275.275.275.7t-.275.7t-.7.275t-.7-.275L9.675%203.075q-.2-.2-.112-.5t.362-.375q.5-.125%201.025-.162T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012q0%20.425-.288.713T21%2013t-.712-.288M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-.425.288-.712T3%2011t.713.288T4%2012q0%202.875%201.813%205.075t4.637%202.775l-.75-.75q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.225%203.225q.2.2.113.5t-.363.375q-.5.125-1.025.163T12%2022%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.5%2015H13q-.2%200-.35-.15t-.15-.35v-5q0-.2.15-.35T13%209h2.5q.425%200%20.713.288T16.5%2010v4q0%20.425-.288.713T15.5%2015m-5%200H8.25q-.325%200-.537-.213T7.5%2014.25t.213-.537t.537-.213H10v-1H9q-.2%200-.35-.15T8.5%2012t.15-.35t.35-.15h1v-1H8.25q-.325%200-.537-.213T7.5%209.75t.213-.537T8.25%209h2.25q.425%200%20.713.288T11.5%2010v4q0%20.425-.288.713T10.5%2015m3.5-1.5h1v-3h-1zm6.288-.788Q20%2012.426%2020%2012q0-2.875-1.812-5.075T13.55%204.15l.75.75q.275.275.275.7t-.275.7t-.7.275t-.7-.275L9.675%203.075q-.2-.2-.112-.5t.362-.375q.5-.125%201.025-.162T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012q0%20.425-.288.713T21%2013t-.712-.288M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-.425.288-.712T3%2011t.713.288T4%2012q0%202.875%201.813%205.075t4.637%202.775l-.75-.75q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.225%203.225q.2.2.113.5t-.363.375q-.5.125-1.025.163T12%2022%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-rounded.svg?color=%231a73e8&size=48