adjust half icon

adjust-half from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
adjust-half
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

More user interface icons from Unicons

Use the adjust half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.83 7.32a10.1 10.1 0 0 0-3.44-3.73A10 10 0 1 0 12 22h.29a10 10 0 0 0 8.54-14.68M11 19.93a8 8 0 0 1 0-15.86Zm2-15.86a8 8 0 0 1 2.49.74L13 9.12Zm0 9l4.17-7.17a8.1 8.1 0 0 1 1.58 1.83L13 17.69Zm1.15 6.58L19.74 10a8.2 8.2 0 0 1 .26 2a8 8 0 0 1-5.85 7.7Z"/></svg>

React

import type { SVGProps } from "react";

export function UilAdjustHalf(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="M20.83 7.32a10.1 10.1 0 0 0-3.44-3.73A10 10 0 1 0 12 22h.29a10 10 0 0 0 8.54-14.68M11 19.93a8 8 0 0 1 0-15.86Zm2-15.86a8 8 0 0 1 2.49.74L13 9.12Zm0 9l4.17-7.17a8.1 8.1 0 0 1 1.58 1.83L13 17.69Zm1.15 6.58L19.74 10a8.2 8.2 0 0 1 .26 2a8 8 0 0 1-5.85 7.7Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.83 7.32a10.1 10.1 0 0 0-3.44-3.73A10 10 0 1 0 12 22h.29a10 10 0 0 0 8.54-14.68M11 19.93a8 8 0 0 1 0-15.86Zm2-15.86a8 8 0 0 1 2.49.74L13 9.12Zm0 9l4.17-7.17a8.1 8.1 0 0 1 1.58 1.83L13 17.69Zm1.15 6.58L19.74 10a8.2 8.2 0 0 1 .26 2a8 8 0 0 1-5.85 7.7Z"/></svg>
</template>

CSS

.icon-adjust-half {
  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%22M20.83%207.32a10.1%2010.1%200%200%200-3.44-3.73A10%2010%200%201%200%2012%2022h.29a10%2010%200%200%200%208.54-14.68M11%2019.93a8%208%200%200%201%200-15.86Zm2-15.86a8%208%200%200%201%202.49.74L13%209.12Zm0%209l4.17-7.17a8.1%208.1%200%200%201%201.58%201.83L13%2017.69Zm1.15%206.58L19.74%2010a8.2%208.2%200%200%201%20.26%202a8%208%200%200%201-5.85%207.7Z%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%22M20.83%207.32a10.1%2010.1%200%200%200-3.44-3.73A10%2010%200%201%200%2012%2022h.29a10%2010%200%200%200%208.54-14.68M11%2019.93a8%208%200%200%201%200-15.86Zm2-15.86a8%208%200%200%201%202.49.74L13%209.12Zm0%209l4.17-7.17a8.1%208.1%200%200%201%201.58%201.83L13%2017.69Zm1.15%206.58L19.74%2010a8.2%208.2%200%200%201%20.26%202a8%208%200%200%201-5.85%207.7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/adjust-half.svg?color=%231a73e8&size=48