pivot from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pivot
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the pivot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.5 11.5c0-4.23 0-6.345-1.198-7.747q-.256-.3-.555-.555C18.345 2 16.23 2 12 2S5.655 2 4.253 3.198q-.3.256-.555.555C2.5 5.155 2.5 7.27 2.5 11.5s0 6.345 1.198 7.747q.256.3.555.555c1.287 1.1 3.175 1.19 6.747 1.197M8.5 2.5v18M21 8H3m13.5 9c-.506.491-2.5 1.8-2.5 2.5s1.994 2.009 2.5 2.5m-2-2.5h2c1.87 0 2.804 0 3.5-.402A3 3 0 0 0 21.098 18c.402-.696.402-1.63.402-3.5"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPivot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21.5 11.5c0-4.23 0-6.345-1.198-7.747q-.256-.3-.555-.555C18.345 2 16.23 2 12 2S5.655 2 4.253 3.198q-.3.256-.555.555C2.5 5.155 2.5 7.27 2.5 11.5s0 6.345 1.198 7.747q.256.3.555.555c1.287 1.1 3.175 1.19 6.747 1.197M8.5 2.5v18M21 8H3m13.5 9c-.506.491-2.5 1.8-2.5 2.5s1.994 2.009 2.5 2.5m-2-2.5h2c1.87 0 2.804 0 3.5-.402A3 3 0 0 0 21.098 18c.402-.696.402-1.63.402-3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.5 11.5c0-4.23 0-6.345-1.198-7.747q-.256-.3-.555-.555C18.345 2 16.23 2 12 2S5.655 2 4.253 3.198q-.3.256-.555.555C2.5 5.155 2.5 7.27 2.5 11.5s0 6.345 1.198 7.747q.256.3.555.555c1.287 1.1 3.175 1.19 6.747 1.197M8.5 2.5v18M21 8H3m13.5 9c-.506.491-2.5 1.8-2.5 2.5s1.994 2.009 2.5 2.5m-2-2.5h2c1.87 0 2.804 0 3.5-.402A3 3 0 0 0 21.098 18c.402-.696.402-1.63.402-3.5"/></svg>
</template>

CSS

.icon-pivot {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.5%2011.5c0-4.23%200-6.345-1.198-7.747q-.256-.3-.555-.555C18.345%202%2016.23%202%2012%202S5.655%202%204.253%203.198q-.3.256-.555.555C2.5%205.155%202.5%207.27%202.5%2011.5s0%206.345%201.198%207.747q.256.3.555.555c1.287%201.1%203.175%201.19%206.747%201.197M8.5%202.5v18M21%208H3m13.5%209c-.506.491-2.5%201.8-2.5%202.5s1.994%202.009%202.5%202.5m-2-2.5h2c1.87%200%202.804%200%203.5-.402A3%203%200%200%200%2021.098%2018c.402-.696.402-1.63.402-3.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.5%2011.5c0-4.23%200-6.345-1.198-7.747q-.256-.3-.555-.555C18.345%202%2016.23%202%2012%202S5.655%202%204.253%203.198q-.3.256-.555.555C2.5%205.155%202.5%207.27%202.5%2011.5s0%206.345%201.198%207.747q.256.3.555.555c1.287%201.1%203.175%201.19%206.747%201.197M8.5%202.5v18M21%208H3m13.5%209c-.506.491-2.5%201.8-2.5%202.5s1.994%202.009%202.5%202.5m-2-2.5h2c1.87%200%202.804%200%203.5-.402A3%203%200%200%200%2021.098%2018c.402-.696.402-1.63.402-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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