dices icon
dices from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- dices
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the dices 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="1.5"><path d="M9 9H8c-2.828 0-4.243 0-5.121.879C2 10.757 2 12.172 2 15v1c0 2.828 0 4.243.879 5.121C3.757 22 5.172 22 8 22h1c2.828 0 4.243 0 5.121-.879C15 20.243 15 18.828 15 16v-1c0-2.828 0-4.243-.879-5.121C13.243 9 11.828 9 9 9"/><path d="M18 14.983c1.554-.047 2.48-.22 3.122-.862C22 13.243 22 11.828 22 9V8c0-2.828 0-4.243-.878-5.121C20.242 2 18.829 2 16 2h-1c-2.828 0-4.242 0-5.121.879c-.641.641-.815 1.568-.861 3.121M6.5 13.25v.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path d="M13 5.75V6m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m4.5-.25V6m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5 4.75V11m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-8 6.25v.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDices(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="1.5"><path d="M9 9H8c-2.828 0-4.243 0-5.121.879C2 10.757 2 12.172 2 15v1c0 2.828 0 4.243.879 5.121C3.757 22 5.172 22 8 22h1c2.828 0 4.243 0 5.121-.879C15 20.243 15 18.828 15 16v-1c0-2.828 0-4.243-.879-5.121C13.243 9 11.828 9 9 9"/><path d="M18 14.983c1.554-.047 2.48-.22 3.122-.862C22 13.243 22 11.828 22 9V8c0-2.828 0-4.243-.878-5.121C20.242 2 18.829 2 16 2h-1c-2.828 0-4.242 0-5.121.879c-.641.641-.815 1.568-.861 3.121M6.5 13.25v.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path d="M13 5.75V6m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m4.5-.25V6m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5 4.75V11m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-8 6.25v.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></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="1.5"><path d="M9 9H8c-2.828 0-4.243 0-5.121.879C2 10.757 2 12.172 2 15v1c0 2.828 0 4.243.879 5.121C3.757 22 5.172 22 8 22h1c2.828 0 4.243 0 5.121-.879C15 20.243 15 18.828 15 16v-1c0-2.828 0-4.243-.879-5.121C13.243 9 11.828 9 9 9"/><path d="M18 14.983c1.554-.047 2.48-.22 3.122-.862C22 13.243 22 11.828 22 9V8c0-2.828 0-4.243-.878-5.121C20.242 2 18.829 2 16 2h-1c-2.828 0-4.242 0-5.121.879c-.641.641-.815 1.568-.861 3.121M6.5 13.25v.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path d="M13 5.75V6m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m4.5-.25V6m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5 4.75V11m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-8 6.25v.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg> </template>
CSS
.icon-dices {
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%221.5%22%3E%3Cpath%20d%3D%22M9%209H8c-2.828%200-4.243%200-5.121.879C2%2010.757%202%2012.172%202%2015v1c0%202.828%200%204.243.879%205.121C3.757%2022%205.172%2022%208%2022h1c2.828%200%204.243%200%205.121-.879C15%2020.243%2015%2018.828%2015%2016v-1c0-2.828%200-4.243-.879-5.121C13.243%209%2011.828%209%209%209%22%2F%3E%3Cpath%20d%3D%22M18%2014.983c1.554-.047%202.48-.22%203.122-.862C22%2013.243%2022%2011.828%2022%209V8c0-2.828%200-4.243-.878-5.121C20.242%202%2018.829%202%2016%202h-1c-2.828%200-4.242%200-5.121.879c-.641.641-.815%201.568-.861%203.121M6.5%2013.25v.25m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20d%3D%22M13%205.75V6m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m4.5-.25V6m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5%204.75V11m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-8%206.25v.25m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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%221.5%22%3E%3Cpath%20d%3D%22M9%209H8c-2.828%200-4.243%200-5.121.879C2%2010.757%202%2012.172%202%2015v1c0%202.828%200%204.243.879%205.121C3.757%2022%205.172%2022%208%2022h1c2.828%200%204.243%200%205.121-.879C15%2020.243%2015%2018.828%2015%2016v-1c0-2.828%200-4.243-.879-5.121C13.243%209%2011.828%209%209%209%22%2F%3E%3Cpath%20d%3D%22M18%2014.983c1.554-.047%202.48-.22%203.122-.862C22%2013.243%2022%2011.828%2022%209V8c0-2.828%200-4.243-.878-5.121C20.242%202%2018.829%202%2016%202h-1c-2.828%200-4.242%200-5.121.879c-.641.641-.815%201.568-.861%203.121M6.5%2013.25v.25m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20d%3D%22M13%205.75V6m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m4.5-.25V6m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5%204.75V11m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-8%206.25v.25m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/dices.svg?color=%231a73e8&size=48