seesaw icon
seesaw from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- seesaw
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- playground-seesaw
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="currentColor" d="m21.68 13.26l.36 1.97l-19.69 3.54L2 16.8l2.95-.53l-.35-1.97c-.1-.54.26-1.06.81-1.16c.54-.1 1.06.26 1.16.81l.35 1.96l9.84-1.76l-.35-1.97c-.1-.55.26-1.07.81-1.18c.54-.08 1.06.28 1.16.82l.35 1.97zM10.06 18.4L8 22h8l-2.42-4.23z"/></svg>
React
import type { SVGProps } from "react";
export function MdiSeesaw(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="m21.68 13.26l.36 1.97l-19.69 3.54L2 16.8l2.95-.53l-.35-1.97c-.1-.54.26-1.06.81-1.16c.54-.1 1.06.26 1.16.81l.35 1.96l9.84-1.76l-.35-1.97c-.1-.55.26-1.07.81-1.18c.54-.08 1.06.28 1.16.82l.35 1.97zM10.06 18.4L8 22h8l-2.42-4.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.68 13.26l.36 1.97l-19.69 3.54L2 16.8l2.95-.53l-.35-1.97c-.1-.54.26-1.06.81-1.16c.54-.1 1.06.26 1.16.81l.35 1.96l9.84-1.76l-.35-1.97c-.1-.55.26-1.07.81-1.18c.54-.08 1.06.28 1.16.82l.35 1.97zM10.06 18.4L8 22h8l-2.42-4.23z"/></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%22currentColor%22%20d%3D%22m21.68%2013.26l.36%201.97l-19.69%203.54L2%2016.8l2.95-.53l-.35-1.97c-.1-.54.26-1.06.81-1.16c.54-.1%201.06.26%201.16.81l.35%201.96l9.84-1.76l-.35-1.97c-.1-.55.26-1.07.81-1.18c.54-.08%201.06.28%201.16.82l.35%201.97zM10.06%2018.4L8%2022h8l-2.42-4.23z%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%22m21.68%2013.26l.36%201.97l-19.69%203.54L2%2016.8l2.95-.53l-.35-1.97c-.1-.54.26-1.06.81-1.16c.54-.1%201.06.26%201.16.81l.35%201.96l9.84-1.76l-.35-1.97c-.1-.55.26-1.07.81-1.18c.54-.08%201.06.28%201.16.82l.35%201.97zM10.06%2018.4L8%2022h8l-2.42-4.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/seesaw.svg?color=%231a73e8&size=48