dice from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
dice
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
dice-solid

The same icon in other sets

More objects icons from Line Awesome

Use the dice icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 1L0 13l12 12l12-12zm0 2.8l9.2 9.2l-9.2 9.2L2.8 13zM12 8a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-4 4a1 1 0 0 0 0 2a1 1 0 0 0 0-2m4 0a1 1 0 0 0 0 2a1 1 0 0 0 0-2m4 0a1 1 0 0 0 0 2a1 1 0 0 0 0-2m10.8 1l-2 2H30v12H18v-5.2l-2 2V29h16V13zM12 16a1 1 0 0 0 0 2a1 1 0 0 0 0-2m12 4a1 1 0 0 0 0 2a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function LaDice(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 1L0 13l12 12l12-12zm0 2.8l9.2 9.2l-9.2 9.2L2.8 13zM12 8a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-4 4a1 1 0 0 0 0 2a1 1 0 0 0 0-2m4 0a1 1 0 0 0 0 2a1 1 0 0 0 0-2m4 0a1 1 0 0 0 0 2a1 1 0 0 0 0-2m10.8 1l-2 2H30v12H18v-5.2l-2 2V29h16V13zM12 16a1 1 0 0 0 0 2a1 1 0 0 0 0-2m12 4a1 1 0 0 0 0 2a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 1L0 13l12 12l12-12zm0 2.8l9.2 9.2l-9.2 9.2L2.8 13zM12 8a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-4 4a1 1 0 0 0 0 2a1 1 0 0 0 0-2m4 0a1 1 0 0 0 0 2a1 1 0 0 0 0-2m4 0a1 1 0 0 0 0 2a1 1 0 0 0 0-2m10.8 1l-2 2H30v12H18v-5.2l-2 2V29h16V13zM12 16a1 1 0 0 0 0 2a1 1 0 0 0 0-2m12 4a1 1 0 0 0 0 2a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-dice {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201L0%2013l12%2012l12-12zm0%202.8l9.2%209.2l-9.2%209.2L2.8%2013zM12%208a1%201%200%200%200%200%202a1%201%200%200%200%200-2m-4%204a1%201%200%200%200%200%202a1%201%200%200%200%200-2m4%200a1%201%200%200%200%200%202a1%201%200%200%200%200-2m4%200a1%201%200%200%200%200%202a1%201%200%200%200%200-2m10.8%201l-2%202H30v12H18v-5.2l-2%202V29h16V13zM12%2016a1%201%200%200%200%200%202a1%201%200%200%200%200-2m12%204a1%201%200%200%200%200%202a1%201%200%200%200%200-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201L0%2013l12%2012l12-12zm0%202.8l9.2%209.2l-9.2%209.2L2.8%2013zM12%208a1%201%200%200%200%200%202a1%201%200%200%200%200-2m-4%204a1%201%200%200%200%200%202a1%201%200%200%200%200-2m4%200a1%201%200%200%200%200%202a1%201%200%200%200%200-2m4%200a1%201%200%200%200%200%202a1%201%200%200%200%200-2m10.8%201l-2%202H30v12H18v-5.2l-2%202V29h16V13zM12%2016a1%201%200%200%200%200%202a1%201%200%200%200%200-2m12%204a1%201%200%200%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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