flip flops icon
flip-flops from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- flip-flops
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Tabler Icons
Use the flip flops 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="2"><path d="M18 4c2.21 0 4 1.682 4 3.758q.002.117-.008.234l-.6 9.014c-.11 1.683-1.596 3-3.392 3s-3.28-1.311-3.392-3l-.6-9.014c-.138-2.071 1.538-3.855 3.743-3.985a4 4 0 0 1 .25-.007z"/><path d="M14.5 14Q16 9 18 9t3.5 5M18 16v1M6 4c2.21 0 4 1.682 4 3.758q.002.117-.008.234l-.6 9.014c-.11 1.683-1.596 3-3.392 3s-3.28-1.311-3.392-3l-.6-9.014C1.87 5.921 3.546 4.137 5.75 4.007C5.834 4.007 5.917 4 6 4"/><path d="M2.5 14Q4 9 6 9t3.5 5M6 16v1"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerFlipFlops(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="2"><path d="M18 4c2.21 0 4 1.682 4 3.758q.002.117-.008.234l-.6 9.014c-.11 1.683-1.596 3-3.392 3s-3.28-1.311-3.392-3l-.6-9.014c-.138-2.071 1.538-3.855 3.743-3.985a4 4 0 0 1 .25-.007z"/><path d="M14.5 14Q16 9 18 9t3.5 5M18 16v1M6 4c2.21 0 4 1.682 4 3.758q.002.117-.008.234l-.6 9.014c-.11 1.683-1.596 3-3.392 3s-3.28-1.311-3.392-3l-.6-9.014C1.87 5.921 3.546 4.137 5.75 4.007C5.834 4.007 5.917 4 6 4"/><path d="M2.5 14Q4 9 6 9t3.5 5M6 16v1"/></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="2"><path d="M18 4c2.21 0 4 1.682 4 3.758q.002.117-.008.234l-.6 9.014c-.11 1.683-1.596 3-3.392 3s-3.28-1.311-3.392-3l-.6-9.014c-.138-2.071 1.538-3.855 3.743-3.985a4 4 0 0 1 .25-.007z"/><path d="M14.5 14Q16 9 18 9t3.5 5M18 16v1M6 4c2.21 0 4 1.682 4 3.758q.002.117-.008.234l-.6 9.014c-.11 1.683-1.596 3-3.392 3s-3.28-1.311-3.392-3l-.6-9.014C1.87 5.921 3.546 4.137 5.75 4.007C5.834 4.007 5.917 4 6 4"/><path d="M2.5 14Q4 9 6 9t3.5 5M6 16v1"/></g></svg> </template>
CSS
.icon-flip-flops {
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%222%22%3E%3Cpath%20d%3D%22M18%204c2.21%200%204%201.682%204%203.758q.002.117-.008.234l-.6%209.014c-.11%201.683-1.596%203-3.392%203s-3.28-1.311-3.392-3l-.6-9.014c-.138-2.071%201.538-3.855%203.743-3.985a4%204%200%200%201%20.25-.007z%22%2F%3E%3Cpath%20d%3D%22M14.5%2014Q16%209%2018%209t3.5%205M18%2016v1M6%204c2.21%200%204%201.682%204%203.758q.002.117-.008.234l-.6%209.014c-.11%201.683-1.596%203-3.392%203s-3.28-1.311-3.392-3l-.6-9.014C1.87%205.921%203.546%204.137%205.75%204.007C5.834%204.007%205.917%204%206%204%22%2F%3E%3Cpath%20d%3D%22M2.5%2014Q4%209%206%209t3.5%205M6%2016v1%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%222%22%3E%3Cpath%20d%3D%22M18%204c2.21%200%204%201.682%204%203.758q.002.117-.008.234l-.6%209.014c-.11%201.683-1.596%203-3.392%203s-3.28-1.311-3.392-3l-.6-9.014c-.138-2.071%201.538-3.855%203.743-3.985a4%204%200%200%201%20.25-.007z%22%2F%3E%3Cpath%20d%3D%22M14.5%2014Q16%209%2018%209t3.5%205M18%2016v1M6%204c2.21%200%204%201.682%204%203.758q.002.117-.008.234l-.6%209.014c-.11%201.683-1.596%203-3.392%203s-3.28-1.311-3.392-3l-.6-9.014C1.87%205.921%203.546%204.137%205.75%204.007C5.834%204.007%205.917%204%206%204%22%2F%3E%3Cpath%20d%3D%22M2.5%2014Q4%209%206%209t3.5%205M6%2016v1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/flip-flops.svg?color=%231a73e8&size=48