rotate-x-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
rotate-x-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the rotate x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 4a1.5 1.5 0 0 0-3 0zm-3 16a1.5 1.5 0 0 0 3 0zm-1.79-9.28a1.5 1.5 0 1 0-.42-2.97l.21 1.485zm7.535-2.888a1.5 1.5 0 1 0-.49 2.96L16 9.312zm-8.525-.97A1.5 1.5 0 1 0 6 9.318l.86-1.229zm.778 2.375l1.229.86a1.5 1.5 0 0 0-.368-2.088zm-2.376.778a1.5 1.5 0 1 0 2.458 1.72l-1.229-.86zM12 4h-1.5v8h3V4zm0 14h-1.5v2h3v-2zm9-6h-1.5c0-.242.149-.235-.136-.01c-.267.21-.747.466-1.474.708c-1.439.48-3.521.802-5.89.802v3c2.602 0 5.02-.35 6.838-.956c.902-.3 1.74-.691 2.383-1.198c.627-.494 1.279-1.275 1.279-2.346zm-9 3v-1.5c-2.369 0-4.451-.322-5.89-.802c-.727-.242-1.207-.498-1.474-.708c-.285-.225-.136-.232-.136.01h-3c0 1.07.652 1.852 1.279 2.346c.643.507 1.481.898 2.383 1.198c1.819.607 4.236.956 6.838.956zm-9-3h1.5c0 .178-.088.227.001.131c.097-.103.31-.27.7-.463c.778-.384 1.983-.732 3.508-.947L8.5 9.235L8.29 7.75c-1.705.24-3.25.653-4.415 1.227c-.58.286-1.137.647-1.567 1.107C1.871 10.552 1.5 11.2 1.5 12zm13-2.688l-.245 1.48c1.393.23 2.471.572 3.157.933c.813.428.588.598.588.275h3c0-1.501-1.243-2.43-2.19-2.929c-1.073-.565-2.495-.979-4.065-1.239zM6.86 8.09L6 9.32l1.638 1.147l.86-1.229l.86-1.228L7.72 6.86zm1.638 1.147l-1.229-.86l-1.147 1.638l1.229.86l1.229.86l1.147-1.637z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRotateXFill(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="M13.5 4a1.5 1.5 0 0 0-3 0zm-3 16a1.5 1.5 0 0 0 3 0zm-1.79-9.28a1.5 1.5 0 1 0-.42-2.97l.21 1.485zm7.535-2.888a1.5 1.5 0 1 0-.49 2.96L16 9.312zm-8.525-.97A1.5 1.5 0 1 0 6 9.318l.86-1.229zm.778 2.375l1.229.86a1.5 1.5 0 0 0-.368-2.088zm-2.376.778a1.5 1.5 0 1 0 2.458 1.72l-1.229-.86zM12 4h-1.5v8h3V4zm0 14h-1.5v2h3v-2zm9-6h-1.5c0-.242.149-.235-.136-.01c-.267.21-.747.466-1.474.708c-1.439.48-3.521.802-5.89.802v3c2.602 0 5.02-.35 6.838-.956c.902-.3 1.74-.691 2.383-1.198c.627-.494 1.279-1.275 1.279-2.346zm-9 3v-1.5c-2.369 0-4.451-.322-5.89-.802c-.727-.242-1.207-.498-1.474-.708c-.285-.225-.136-.232-.136.01h-3c0 1.07.652 1.852 1.279 2.346c.643.507 1.481.898 2.383 1.198c1.819.607 4.236.956 6.838.956zm-9-3h1.5c0 .178-.088.227.001.131c.097-.103.31-.27.7-.463c.778-.384 1.983-.732 3.508-.947L8.5 9.235L8.29 7.75c-1.705.24-3.25.653-4.415 1.227c-.58.286-1.137.647-1.567 1.107C1.871 10.552 1.5 11.2 1.5 12zm13-2.688l-.245 1.48c1.393.23 2.471.572 3.157.933c.813.428.588.598.588.275h3c0-1.501-1.243-2.43-2.19-2.929c-1.073-.565-2.495-.979-4.065-1.239zM6.86 8.09L6 9.32l1.638 1.147l.86-1.229l.86-1.228L7.72 6.86zm1.638 1.147l-1.229-.86l-1.147 1.638l1.229.86l1.229.86l1.147-1.637z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 4a1.5 1.5 0 0 0-3 0zm-3 16a1.5 1.5 0 0 0 3 0zm-1.79-9.28a1.5 1.5 0 1 0-.42-2.97l.21 1.485zm7.535-2.888a1.5 1.5 0 1 0-.49 2.96L16 9.312zm-8.525-.97A1.5 1.5 0 1 0 6 9.318l.86-1.229zm.778 2.375l1.229.86a1.5 1.5 0 0 0-.368-2.088zm-2.376.778a1.5 1.5 0 1 0 2.458 1.72l-1.229-.86zM12 4h-1.5v8h3V4zm0 14h-1.5v2h3v-2zm9-6h-1.5c0-.242.149-.235-.136-.01c-.267.21-.747.466-1.474.708c-1.439.48-3.521.802-5.89.802v3c2.602 0 5.02-.35 6.838-.956c.902-.3 1.74-.691 2.383-1.198c.627-.494 1.279-1.275 1.279-2.346zm-9 3v-1.5c-2.369 0-4.451-.322-5.89-.802c-.727-.242-1.207-.498-1.474-.708c-.285-.225-.136-.232-.136.01h-3c0 1.07.652 1.852 1.279 2.346c.643.507 1.481.898 2.383 1.198c1.819.607 4.236.956 6.838.956zm-9-3h1.5c0 .178-.088.227.001.131c.097-.103.31-.27.7-.463c.778-.384 1.983-.732 3.508-.947L8.5 9.235L8.29 7.75c-1.705.24-3.25.653-4.415 1.227c-.58.286-1.137.647-1.567 1.107C1.871 10.552 1.5 11.2 1.5 12zm13-2.688l-.245 1.48c1.393.23 2.471.572 3.157.933c.813.428.588.598.588.275h3c0-1.501-1.243-2.43-2.19-2.929c-1.073-.565-2.495-.979-4.065-1.239zM6.86 8.09L6 9.32l1.638 1.147l.86-1.229l.86-1.228L7.72 6.86zm1.638 1.147l-1.229-.86l-1.147 1.638l1.229.86l1.229.86l1.147-1.637z"/></svg>
</template>

CSS

.icon-rotate-x-fill {
  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%22M13.5%204a1.5%201.5%200%200%200-3%200zm-3%2016a1.5%201.5%200%200%200%203%200zm-1.79-9.28a1.5%201.5%200%201%200-.42-2.97l.21%201.485zm7.535-2.888a1.5%201.5%200%201%200-.49%202.96L16%209.312zm-8.525-.97A1.5%201.5%200%201%200%206%209.318l.86-1.229zm.778%202.375l1.229.86a1.5%201.5%200%200%200-.368-2.088zm-2.376.778a1.5%201.5%200%201%200%202.458%201.72l-1.229-.86zM12%204h-1.5v8h3V4zm0%2014h-1.5v2h3v-2zm9-6h-1.5c0-.242.149-.235-.136-.01c-.267.21-.747.466-1.474.708c-1.439.48-3.521.802-5.89.802v3c2.602%200%205.02-.35%206.838-.956c.902-.3%201.74-.691%202.383-1.198c.627-.494%201.279-1.275%201.279-2.346zm-9%203v-1.5c-2.369%200-4.451-.322-5.89-.802c-.727-.242-1.207-.498-1.474-.708c-.285-.225-.136-.232-.136.01h-3c0%201.07.652%201.852%201.279%202.346c.643.507%201.481.898%202.383%201.198c1.819.607%204.236.956%206.838.956zm-9-3h1.5c0%20.178-.088.227.001.131c.097-.103.31-.27.7-.463c.778-.384%201.983-.732%203.508-.947L8.5%209.235L8.29%207.75c-1.705.24-3.25.653-4.415%201.227c-.58.286-1.137.647-1.567%201.107C1.871%2010.552%201.5%2011.2%201.5%2012zm13-2.688l-.245%201.48c1.393.23%202.471.572%203.157.933c.813.428.588.598.588.275h3c0-1.501-1.243-2.43-2.19-2.929c-1.073-.565-2.495-.979-4.065-1.239zM6.86%208.09L6%209.32l1.638%201.147l.86-1.229l.86-1.228L7.72%206.86zm1.638%201.147l-1.229-.86l-1.147%201.638l1.229.86l1.229.86l1.147-1.637z%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%22M13.5%204a1.5%201.5%200%200%200-3%200zm-3%2016a1.5%201.5%200%200%200%203%200zm-1.79-9.28a1.5%201.5%200%201%200-.42-2.97l.21%201.485zm7.535-2.888a1.5%201.5%200%201%200-.49%202.96L16%209.312zm-8.525-.97A1.5%201.5%200%201%200%206%209.318l.86-1.229zm.778%202.375l1.229.86a1.5%201.5%200%200%200-.368-2.088zm-2.376.778a1.5%201.5%200%201%200%202.458%201.72l-1.229-.86zM12%204h-1.5v8h3V4zm0%2014h-1.5v2h3v-2zm9-6h-1.5c0-.242.149-.235-.136-.01c-.267.21-.747.466-1.474.708c-1.439.48-3.521.802-5.89.802v3c2.602%200%205.02-.35%206.838-.956c.902-.3%201.74-.691%202.383-1.198c.627-.494%201.279-1.275%201.279-2.346zm-9%203v-1.5c-2.369%200-4.451-.322-5.89-.802c-.727-.242-1.207-.498-1.474-.708c-.285-.225-.136-.232-.136.01h-3c0%201.07.652%201.852%201.279%202.346c.643.507%201.481.898%202.383%201.198c1.819.607%204.236.956%206.838.956zm-9-3h1.5c0%20.178-.088.227.001.131c.097-.103.31-.27.7-.463c.778-.384%201.983-.732%203.508-.947L8.5%209.235L8.29%207.75c-1.705.24-3.25.653-4.415%201.227c-.58.286-1.137.647-1.567%201.107C1.871%2010.552%201.5%2011.2%201.5%2012zm13-2.688l-.245%201.48c1.393.23%202.471.572%203.157.933c.813.428.588.598.588.275h3c0-1.501-1.243-2.43-2.19-2.929c-1.073-.565-2.495-.979-4.065-1.239zM6.86%208.09L6%209.32l1.638%201.147l.86-1.229l.86-1.228L7.72%206.86zm1.638%201.147l-1.229-.86l-1.147%201.638l1.229.86l1.229.86l1.147-1.637z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/rotate-x-fill.svg?color=%231a73e8&size=48