adjust position icon

adjust-position from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
adjust-position
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the adjust position icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M17 10h2c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C22 8.398 22 7.932 22 7s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C20.398 4 19.932 4 19 4h-2c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C14 5.602 14 6.068 14 7s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C15.602 10 16.068 10 17 10m-7-3H7a5 5 0 0 0 0 10h3"/><path d="m7.5 14.5l1.301 1.086c.8.667 1.2 1 1.2 1.414s-.4.747-1.2 1.414l-1.3 1.086M17 20h2c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C22 18.398 22 17.932 22 17s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C20.398 14 19.932 14 19 14h-2c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C14 15.602 14 16.068 14 17s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C15.602 20 16.068 20 17 20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAdjustPosition(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M17 10h2c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C22 8.398 22 7.932 22 7s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C20.398 4 19.932 4 19 4h-2c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C14 5.602 14 6.068 14 7s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C15.602 10 16.068 10 17 10m-7-3H7a5 5 0 0 0 0 10h3"/><path d="m7.5 14.5l1.301 1.086c.8.667 1.2 1 1.2 1.414s-.4.747-1.2 1.414l-1.3 1.086M17 20h2c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C22 18.398 22 17.932 22 17s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C20.398 14 19.932 14 19 14h-2c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C14 15.602 14 16.068 14 17s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C15.602 20 16.068 20 17 20"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M17 10h2c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C22 8.398 22 7.932 22 7s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C20.398 4 19.932 4 19 4h-2c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C14 5.602 14 6.068 14 7s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C15.602 10 16.068 10 17 10m-7-3H7a5 5 0 0 0 0 10h3"/><path d="m7.5 14.5l1.301 1.086c.8.667 1.2 1 1.2 1.414s-.4.747-1.2 1.414l-1.3 1.086M17 20h2c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C22 18.398 22 17.932 22 17s0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C20.398 14 19.932 14 19 14h-2c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C14 15.602 14 16.068 14 17s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C15.602 20 16.068 20 17 20"/></g></svg>
</template>

CSS

.icon-adjust-position {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%2010h2c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C22%208.398%2022%207.932%2022%207s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C20.398%204%2019.932%204%2019%204h-2c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C14%205.602%2014%206.068%2014%207s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C15.602%2010%2016.068%2010%2017%2010m-7-3H7a5%205%200%200%200%200%2010h3%22%2F%3E%3Cpath%20d%3D%22m7.5%2014.5l1.301%201.086c.8.667%201.2%201%201.2%201.414s-.4.747-1.2%201.414l-1.3%201.086M17%2020h2c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C22%2018.398%2022%2017.932%2022%2017s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C20.398%2014%2019.932%2014%2019%2014h-2c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C14%2015.602%2014%2016.068%2014%2017s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C15.602%2020%2016.068%2020%2017%2020%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%2010h2c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C22%208.398%2022%207.932%2022%207s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C20.398%204%2019.932%204%2019%204h-2c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C14%205.602%2014%206.068%2014%207s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C15.602%2010%2016.068%2010%2017%2010m-7-3H7a5%205%200%200%200%200%2010h3%22%2F%3E%3Cpath%20d%3D%22m7.5%2014.5l1.301%201.086c.8.667%201.2%201%201.2%201.414s-.4.747-1.2%201.414l-1.3%201.086M17%2020h2c.932%200%201.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C22%2018.398%2022%2017.932%2022%2017s0-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C20.398%2014%2019.932%2014%2019%2014h-2c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C14%2015.602%2014%2016.068%2014%2017s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C15.602%2020%2016.068%2020%2017%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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