roulette from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.

Name
roulette
Set
Tabler Icons
Style
Outline
Viewbox
24×24
License
MIT

Use the roulette 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="M10.586 10.586L9 9m4.414 1.586L15 9m-1.586 4.414L15 15m-4.414-1.586L9 15m5-3a2 2 0 1 1-4 0a2 2 0 0 1 4 0m2.5-7.794l-.5.866M7.5 19.794l.5-.866M19.794 7.5l-.866.5M4.206 16.5l.866-.5M7.5 4.206l.5.866m8.5 14.722l-.5-.866M4.206 7.5l.866.5m14.722 8.5l-.866-.5M12 3v1m0 17v-1m9-8h-1M3 12h1"/><path d="M12 21a9 9 0 1 1 0-18a9 9 0 0 1 0 18"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerRoulette(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="M10.586 10.586L9 9m4.414 1.586L15 9m-1.586 4.414L15 15m-4.414-1.586L9 15m5-3a2 2 0 1 1-4 0a2 2 0 0 1 4 0m2.5-7.794l-.5.866M7.5 19.794l.5-.866M19.794 7.5l-.866.5M4.206 16.5l.866-.5M7.5 4.206l.5.866m8.5 14.722l-.5-.866M4.206 7.5l.866.5m14.722 8.5l-.866-.5M12 3v1m0 17v-1m9-8h-1M3 12h1"/><path d="M12 21a9 9 0 1 1 0-18a9 9 0 0 1 0 18"/></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="M10.586 10.586L9 9m4.414 1.586L15 9m-1.586 4.414L15 15m-4.414-1.586L9 15m5-3a2 2 0 1 1-4 0a2 2 0 0 1 4 0m2.5-7.794l-.5.866M7.5 19.794l.5-.866M19.794 7.5l-.866.5M4.206 16.5l.866-.5M7.5 4.206l.5.866m8.5 14.722l-.5-.866M4.206 7.5l.866.5m14.722 8.5l-.866-.5M12 3v1m0 17v-1m9-8h-1M3 12h1"/><path d="M12 21a9 9 0 1 1 0-18a9 9 0 0 1 0 18"/></g></svg>
</template>

CSS

.icon-roulette {
  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%22M10.586%2010.586L9%209m4.414%201.586L15%209m-1.586%204.414L15%2015m-4.414-1.586L9%2015m5-3a2%202%200%201%201-4%200a2%202%200%200%201%204%200m2.5-7.794l-.5.866M7.5%2019.794l.5-.866M19.794%207.5l-.866.5M4.206%2016.5l.866-.5M7.5%204.206l.5.866m8.5%2014.722l-.5-.866M4.206%207.5l.866.5m14.722%208.5l-.866-.5M12%203v1m0%2017v-1m9-8h-1M3%2012h1%22%2F%3E%3Cpath%20d%3D%22M12%2021a9%209%200%201%201%200-18a9%209%200%200%201%200%2018%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%22M10.586%2010.586L9%209m4.414%201.586L15%209m-1.586%204.414L15%2015m-4.414-1.586L9%2015m5-3a2%202%200%201%201-4%200a2%202%200%200%201%204%200m2.5-7.794l-.5.866M7.5%2019.794l.5-.866M19.794%207.5l-.866.5M4.206%2016.5l.866-.5M7.5%204.206l.5.866m8.5%2014.722l-.5-.866M4.206%207.5l.866.5m14.722%208.5l-.866-.5M12%203v1m0%2017v-1m9-8h-1M3%2012h1%22%2F%3E%3Cpath%20d%3D%22M12%2021a9%209%200%201%201%200-18a9%209%200%200%201%200%2018%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/roulette.svg?color=%231a73e8&size=48