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

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

The same icon in other sets

Use the seesaw 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="M8 17h8m-2.5 0v-5m-3 1v4m5.404-11.364l1.423-.318m0 0l1.423-.317m-1.423.317l.657 2.752m-14.415.32l1.424-.318m0 0l1.423-.318m-1.423.318l.657 2.751m-3.084.689l18.502-4.13a.73.73 0 0 1 .875.53c.273 1.14-.463 2.276-1.642 2.54L4.647 13.946c-1.18.263-2.356-.448-2.628-1.588a.706.706 0 0 1 .547-.846"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSeesaw(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="M8 17h8m-2.5 0v-5m-3 1v4m5.404-11.364l1.423-.318m0 0l1.423-.317m-1.423.317l.657 2.752m-14.415.32l1.424-.318m0 0l1.423-.318m-1.423.318l.657 2.751m-3.084.689l18.502-4.13a.73.73 0 0 1 .875.53c.273 1.14-.463 2.276-1.642 2.54L4.647 13.946c-1.18.263-2.356-.448-2.628-1.588a.706.706 0 0 1 .547-.846"/></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="M8 17h8m-2.5 0v-5m-3 1v4m5.404-11.364l1.423-.318m0 0l1.423-.317m-1.423.317l.657 2.752m-14.415.32l1.424-.318m0 0l1.423-.318m-1.423.318l.657 2.751m-3.084.689l18.502-4.13a.73.73 0 0 1 .875.53c.273 1.14-.463 2.276-1.642 2.54L4.647 13.946c-1.18.263-2.356-.448-2.628-1.588a.706.706 0 0 1 .547-.846"/></svg>
</template>

CSS

.icon-seesaw {
  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%22M8%2017h8m-2.5%200v-5m-3%201v4m5.404-11.364l1.423-.318m0%200l1.423-.317m-1.423.317l.657%202.752m-14.415.32l1.424-.318m0%200l1.423-.318m-1.423.318l.657%202.751m-3.084.689l18.502-4.13a.73.73%200%200%201%20.875.53c.273%201.14-.463%202.276-1.642%202.54L4.647%2013.946c-1.18.263-2.356-.448-2.628-1.588a.706.706%200%200%201%20.547-.846%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%22M8%2017h8m-2.5%200v-5m-3%201v4m5.404-11.364l1.423-.318m0%200l1.423-.317m-1.423.317l.657%202.752m-14.415.32l1.424-.318m0%200l1.423-.318m-1.423.318l.657%202.751m-3.084.689l18.502-4.13a.73.73%200%200%201%20.875.53c.273%201.14-.463%202.276-1.642%202.54L4.647%2013.946c-1.18.263-2.356-.448-2.628-1.588a.706.706%200%200%201%20.547-.846%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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