select object skew icon
select-object-skew-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- select-object-skew-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M16.487 6h.013a1.5 1.5 0 1 0-1.415-2l-.006.019a1.5 1.5 0 0 0 .474 1.644c.255.208.58.334.934.337m-5.402 10a1.5 1.5 0 1 0 1.428-2H12.5a1.5 1.5 0 0 0-1.415 1l-.006.019a1.5 1.5 0 0 0 .006.981M3.5 17a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M7.487 6a1.5 1.5 0 1 0 .026-2.998A1.5 1.5 0 0 0 7.487 6m-3.62 7.027L6.193 6.63c.281.173.6.292.94.342l-2.326 6.395a2.5 2.5 0 0 0-.94-.341M14.05 5h-4.1a2.5 2.5 0 0 0 0-1h4.1a2.5 2.5 0 0 0 0 1m-8.1 11h4.1a2.5 2.5 0 0 1 0-1h-4.1a2.5 2.5 0 0 1 0 1m6.917-2.973l2.326-6.396c.281.173.6.292.94.342l-2.326 6.395a2.5 2.5 0 0 0-.94-.341"/></svg>
React
import type { SVGProps } from "react";
export function FluentSelectObjectSkew20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.487 6h.013a1.5 1.5 0 1 0-1.415-2l-.006.019a1.5 1.5 0 0 0 .474 1.644c.255.208.58.334.934.337m-5.402 10a1.5 1.5 0 1 0 1.428-2H12.5a1.5 1.5 0 0 0-1.415 1l-.006.019a1.5 1.5 0 0 0 .006.981M3.5 17a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M7.487 6a1.5 1.5 0 1 0 .026-2.998A1.5 1.5 0 0 0 7.487 6m-3.62 7.027L6.193 6.63c.281.173.6.292.94.342l-2.326 6.395a2.5 2.5 0 0 0-.94-.341M14.05 5h-4.1a2.5 2.5 0 0 0 0-1h4.1a2.5 2.5 0 0 0 0 1m-8.1 11h4.1a2.5 2.5 0 0 1 0-1h-4.1a2.5 2.5 0 0 1 0 1m6.917-2.973l2.326-6.396c.281.173.6.292.94.342l-2.326 6.395a2.5 2.5 0 0 0-.94-.341"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.487 6h.013a1.5 1.5 0 1 0-1.415-2l-.006.019a1.5 1.5 0 0 0 .474 1.644c.255.208.58.334.934.337m-5.402 10a1.5 1.5 0 1 0 1.428-2H12.5a1.5 1.5 0 0 0-1.415 1l-.006.019a1.5 1.5 0 0 0 .006.981M3.5 17a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M7.487 6a1.5 1.5 0 1 0 .026-2.998A1.5 1.5 0 0 0 7.487 6m-3.62 7.027L6.193 6.63c.281.173.6.292.94.342l-2.326 6.395a2.5 2.5 0 0 0-.94-.341M14.05 5h-4.1a2.5 2.5 0 0 0 0-1h4.1a2.5 2.5 0 0 0 0 1m-8.1 11h4.1a2.5 2.5 0 0 1 0-1h-4.1a2.5 2.5 0 0 1 0 1m6.917-2.973l2.326-6.396c.281.173.6.292.94.342l-2.326 6.395a2.5 2.5 0 0 0-.94-.341"/></svg> </template>
CSS
.icon-select-object-skew-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.487%206h.013a1.5%201.5%200%201%200-1.415-2l-.006.019a1.5%201.5%200%200%200%20.474%201.644c.255.208.58.334.934.337m-5.402%2010a1.5%201.5%200%201%200%201.428-2H12.5a1.5%201.5%200%200%200-1.415%201l-.006.019a1.5%201.5%200%200%200%20.006.981M3.5%2017a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M7.487%206a1.5%201.5%200%201%200%20.026-2.998A1.5%201.5%200%200%200%207.487%206m-3.62%207.027L6.193%206.63c.281.173.6.292.94.342l-2.326%206.395a2.5%202.5%200%200%200-.94-.341M14.05%205h-4.1a2.5%202.5%200%200%200%200-1h4.1a2.5%202.5%200%200%200%200%201m-8.1%2011h4.1a2.5%202.5%200%200%201%200-1h-4.1a2.5%202.5%200%200%201%200%201m6.917-2.973l2.326-6.396c.281.173.6.292.94.342l-2.326%206.395a2.5%202.5%200%200%200-.94-.341%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.487%206h.013a1.5%201.5%200%201%200-1.415-2l-.006.019a1.5%201.5%200%200%200%20.474%201.644c.255.208.58.334.934.337m-5.402%2010a1.5%201.5%200%201%200%201.428-2H12.5a1.5%201.5%200%200%200-1.415%201l-.006.019a1.5%201.5%200%200%200%20.006.981M3.5%2017a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M7.487%206a1.5%201.5%200%201%200%20.026-2.998A1.5%201.5%200%200%200%207.487%206m-3.62%207.027L6.193%206.63c.281.173.6.292.94.342l-2.326%206.395a2.5%202.5%200%200%200-.94-.341M14.05%205h-4.1a2.5%202.5%200%200%200%200-1h4.1a2.5%202.5%200%200%200%200%201m-8.1%2011h4.1a2.5%202.5%200%200%201%200-1h-4.1a2.5%202.5%200%200%201%200%201m6.917-2.973l2.326-6.396c.281.173.6.292.94.342l-2.326%206.395a2.5%202.5%200%200%200-.94-.341%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-20-regular.svg?color=%231a73e8&size=48