select object skew edit icon

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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the select object skew edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15 4.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m-13 11a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m4-11a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m3.886.75h4.229a2.5 2.5 0 0 1 0-1.5h-4.23a2.5 2.5 0 0 1 0 1.5M3.61 13.002l2.37-6.517c.394.302.88.49 1.41.513l-2.37 6.517a2.5 2.5 0 0 0-1.41-.513m2.276 3.248h3.522l.024-.095c.117-.467.337-.901.644-1.27q.018-.068.039-.135h-4.23a2.5 2.5 0 0 1 0 1.5M16.39 6.998l-.92 2.532a3 3 0 0 0-.368.31l-2.109 2.11l1.987-5.465c.394.302.88.49 1.41.513m-5.41 8.38l4.83-4.83a1.87 1.87 0 1 1 2.644 2.645l-4.83 4.829a2.2 2.2 0 0 1-1.02.578l-1.498.374a.89.89 0 0 1-1.079-1.078l.375-1.498a2.2 2.2 0 0 1 .578-1.02"/></svg>

React

import type { SVGProps } from "react";

export function FluentSelectObjectSkewEdit20Filled(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="M15 4.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m-13 11a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m4-11a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m3.886.75h4.229a2.5 2.5 0 0 1 0-1.5h-4.23a2.5 2.5 0 0 1 0 1.5M3.61 13.002l2.37-6.517c.394.302.88.49 1.41.513l-2.37 6.517a2.5 2.5 0 0 0-1.41-.513m2.276 3.248h3.522l.024-.095c.117-.467.337-.901.644-1.27q.018-.068.039-.135h-4.23a2.5 2.5 0 0 1 0 1.5M16.39 6.998l-.92 2.532a3 3 0 0 0-.368.31l-2.109 2.11l1.987-5.465c.394.302.88.49 1.41.513m-5.41 8.38l4.83-4.83a1.87 1.87 0 1 1 2.644 2.645l-4.83 4.829a2.2 2.2 0 0 1-1.02.578l-1.498.374a.89.89 0 0 1-1.079-1.078l.375-1.498a2.2 2.2 0 0 1 .578-1.02"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15 4.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m-13 11a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m4-11a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m3.886.75h4.229a2.5 2.5 0 0 1 0-1.5h-4.23a2.5 2.5 0 0 1 0 1.5M3.61 13.002l2.37-6.517c.394.302.88.49 1.41.513l-2.37 6.517a2.5 2.5 0 0 0-1.41-.513m2.276 3.248h3.522l.024-.095c.117-.467.337-.901.644-1.27q.018-.068.039-.135h-4.23a2.5 2.5 0 0 1 0 1.5M16.39 6.998l-.92 2.532a3 3 0 0 0-.368.31l-2.109 2.11l1.987-5.465c.394.302.88.49 1.41.513m-5.41 8.38l4.83-4.83a1.87 1.87 0 1 1 2.644 2.645l-4.83 4.829a2.2 2.2 0 0 1-1.02.578l-1.498.374a.89.89 0 0 1-1.079-1.078l.375-1.498a2.2 2.2 0 0 1 .578-1.02"/></svg>
</template>

CSS

.icon-select-object-skew-edit-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204.5a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200m-13%2011a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200m4-11a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200m3.886.75h4.229a2.5%202.5%200%200%201%200-1.5h-4.23a2.5%202.5%200%200%201%200%201.5M3.61%2013.002l2.37-6.517c.394.302.88.49%201.41.513l-2.37%206.517a2.5%202.5%200%200%200-1.41-.513m2.276%203.248h3.522l.024-.095c.117-.467.337-.901.644-1.27q.018-.068.039-.135h-4.23a2.5%202.5%200%200%201%200%201.5M16.39%206.998l-.92%202.532a3%203%200%200%200-.368.31l-2.109%202.11l1.987-5.465c.394.302.88.49%201.41.513m-5.41%208.38l4.83-4.83a1.87%201.87%200%201%201%202.644%202.645l-4.83%204.829a2.2%202.2%200%200%201-1.02.578l-1.498.374a.89.89%200%200%201-1.079-1.078l.375-1.498a2.2%202.2%200%200%201%20.578-1.02%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%22M15%204.5a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200m-13%2011a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200m4-11a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200m3.886.75h4.229a2.5%202.5%200%200%201%200-1.5h-4.23a2.5%202.5%200%200%201%200%201.5M3.61%2013.002l2.37-6.517c.394.302.88.49%201.41.513l-2.37%206.517a2.5%202.5%200%200%200-1.41-.513m2.276%203.248h3.522l.024-.095c.117-.467.337-.901.644-1.27q.018-.068.039-.135h-4.23a2.5%202.5%200%200%201%200%201.5M16.39%206.998l-.92%202.532a3%203%200%200%200-.368.31l-2.109%202.11l1.987-5.465c.394.302.88.49%201.41.513m-5.41%208.38l4.83-4.83a1.87%201.87%200%201%201%202.644%202.645l-4.83%204.829a2.2%202.2%200%200%201-1.02.578l-1.498.374a.89.89%200%200%201-1.079-1.078l.375-1.498a2.2%202.2%200%200%201%20.578-1.02%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-edit-20-filled.svg?color=%231a73e8&size=48