select object skew icon

select-object-skew-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
select-object-skew-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the select object skew icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.586 6.414a2 2 0 0 0 1.9.527a2 2 0 1 0-1.9-.527M14.268 20A2 2 0 0 0 18 19a2 2 0 0 0-.586-1.414a2 2 0 0 0-1.9-.527A2.004 2.004 0 0 0 14 19c0 .364.097.706.268 1M4 21a2 2 0 1 1 0-4a2 2 0 0 1 0 4M6.586 6.414a2 2 0 0 0 1.9.527A2.004 2.004 0 0 0 10 5a2 2 0 1 0-3.414 1.414m-2.77 9.592l2.445-8.56a3 3 0 0 0 1.924.548l-2.446 8.56a3 3 0 0 0-1.923-.548M17.17 6h-6.342a3 3 0 0 0 0-2h6.342a3 3 0 0 0 0 2m-4 14a3 3 0 0 1 0-2H6.829a3 3 0 0 1 0 2zm2.645-3.994l2.445-8.56a3 3 0 0 0 1.924.548l-2.446 8.56a3 3 0 0 0-1.923-.548"/></svg>

React

import type { SVGProps } from "react";

export function FluentSelectObjectSkew24Filled(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="M18.586 6.414a2 2 0 0 0 1.9.527a2 2 0 1 0-1.9-.527M14.268 20A2 2 0 0 0 18 19a2 2 0 0 0-.586-1.414a2 2 0 0 0-1.9-.527A2.004 2.004 0 0 0 14 19c0 .364.097.706.268 1M4 21a2 2 0 1 1 0-4a2 2 0 0 1 0 4M6.586 6.414a2 2 0 0 0 1.9.527A2.004 2.004 0 0 0 10 5a2 2 0 1 0-3.414 1.414m-2.77 9.592l2.445-8.56a3 3 0 0 0 1.924.548l-2.446 8.56a3 3 0 0 0-1.923-.548M17.17 6h-6.342a3 3 0 0 0 0-2h6.342a3 3 0 0 0 0 2m-4 14a3 3 0 0 1 0-2H6.829a3 3 0 0 1 0 2zm2.645-3.994l2.445-8.56a3 3 0 0 0 1.924.548l-2.446 8.56a3 3 0 0 0-1.923-.548"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.586 6.414a2 2 0 0 0 1.9.527a2 2 0 1 0-1.9-.527M14.268 20A2 2 0 0 0 18 19a2 2 0 0 0-.586-1.414a2 2 0 0 0-1.9-.527A2.004 2.004 0 0 0 14 19c0 .364.097.706.268 1M4 21a2 2 0 1 1 0-4a2 2 0 0 1 0 4M6.586 6.414a2 2 0 0 0 1.9.527A2.004 2.004 0 0 0 10 5a2 2 0 1 0-3.414 1.414m-2.77 9.592l2.445-8.56a3 3 0 0 0 1.924.548l-2.446 8.56a3 3 0 0 0-1.923-.548M17.17 6h-6.342a3 3 0 0 0 0-2h6.342a3 3 0 0 0 0 2m-4 14a3 3 0 0 1 0-2H6.829a3 3 0 0 1 0 2zm2.645-3.994l2.445-8.56a3 3 0 0 0 1.924.548l-2.446 8.56a3 3 0 0 0-1.923-.548"/></svg>
</template>

CSS

.icon-select-object-skew-24-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%22M18.586%206.414a2%202%200%200%200%201.9.527a2%202%200%201%200-1.9-.527M14.268%2020A2%202%200%200%200%2018%2019a2%202%200%200%200-.586-1.414a2%202%200%200%200-1.9-.527A2.004%202.004%200%200%200%2014%2019c0%20.364.097.706.268%201M4%2021a2%202%200%201%201%200-4a2%202%200%200%201%200%204M6.586%206.414a2%202%200%200%200%201.9.527A2.004%202.004%200%200%200%2010%205a2%202%200%201%200-3.414%201.414m-2.77%209.592l2.445-8.56a3%203%200%200%200%201.924.548l-2.446%208.56a3%203%200%200%200-1.923-.548M17.17%206h-6.342a3%203%200%200%200%200-2h6.342a3%203%200%200%200%200%202m-4%2014a3%203%200%200%201%200-2H6.829a3%203%200%200%201%200%202zm2.645-3.994l2.445-8.56a3%203%200%200%200%201.924.548l-2.446%208.56a3%203%200%200%200-1.923-.548%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%22M18.586%206.414a2%202%200%200%200%201.9.527a2%202%200%201%200-1.9-.527M14.268%2020A2%202%200%200%200%2018%2019a2%202%200%200%200-.586-1.414a2%202%200%200%200-1.9-.527A2.004%202.004%200%200%200%2014%2019c0%20.364.097.706.268%201M4%2021a2%202%200%201%201%200-4a2%202%200%200%201%200%204M6.586%206.414a2%202%200%200%200%201.9.527A2.004%202.004%200%200%200%2010%205a2%202%200%201%200-3.414%201.414m-2.77%209.592l2.445-8.56a3%203%200%200%200%201.924.548l-2.446%208.56a3%203%200%200%200-1.923-.548M17.17%206h-6.342a3%203%200%200%200%200-2h6.342a3%203%200%200%200%200%202m-4%2014a3%203%200%200%201%200-2H6.829a3%203%200%200%201%200%202zm2.645-3.994l2.445-8.56a3%203%200%200%200%201.924.548l-2.446%208.56a3%203%200%200%200-1.923-.548%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/select-object-skew-24-filled.svg?color=%231a73e8&size=48