dice d6 icon
dice-d6 from Font Awesome Solid by Dave Gandy · Solid · Games · CC-BY-4.0 Attribution required.
- Name
- dice-d6
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Games
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More games icons from Font Awesome Solid
Use the dice d6 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288.4 72.3c19.6-11.1 43.6-11.1 63.2 0l176 99.7c20 11.4 32.4 32.6 32.4 55.7v197.4c0 23-12.4 44.3-32.4 55.7l-176 99.7c-19.6 11.1-43.6 11.1-63.1 0l-176-99.7C92.4 469.5 80 448.2 80 425.2V227.8c0-23 12.4-44.3 32.4-55.7l176-99.7zM166.6 219.6c-8.8-3.1-18.8.3-23.8 8.6s-3.2 18.7 3.6 25l3.2 2.4l150.2 90.2v148.7c0 11 9 20 20 20s20-9 20-20V345.8l150.3-90.2c9.5-5.7 12.6-18 6.9-27.4s-18-12.5-27.4-6.9l-149.7 89.8l-149.7-89.8l-3.7-1.7z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidDiceD6(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288.4 72.3c19.6-11.1 43.6-11.1 63.2 0l176 99.7c20 11.4 32.4 32.6 32.4 55.7v197.4c0 23-12.4 44.3-32.4 55.7l-176 99.7c-19.6 11.1-43.6 11.1-63.1 0l-176-99.7C92.4 469.5 80 448.2 80 425.2V227.8c0-23 12.4-44.3 32.4-55.7l176-99.7zM166.6 219.6c-8.8-3.1-18.8.3-23.8 8.6s-3.2 18.7 3.6 25l3.2 2.4l150.2 90.2v148.7c0 11 9 20 20 20s20-9 20-20V345.8l150.3-90.2c9.5-5.7 12.6-18 6.9-27.4s-18-12.5-27.4-6.9l-149.7 89.8l-149.7-89.8l-3.7-1.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288.4 72.3c19.6-11.1 43.6-11.1 63.2 0l176 99.7c20 11.4 32.4 32.6 32.4 55.7v197.4c0 23-12.4 44.3-32.4 55.7l-176 99.7c-19.6 11.1-43.6 11.1-63.1 0l-176-99.7C92.4 469.5 80 448.2 80 425.2V227.8c0-23 12.4-44.3 32.4-55.7l176-99.7zM166.6 219.6c-8.8-3.1-18.8.3-23.8 8.6s-3.2 18.7 3.6 25l3.2 2.4l150.2 90.2v148.7c0 11 9 20 20 20s20-9 20-20V345.8l150.3-90.2c9.5-5.7 12.6-18 6.9-27.4s-18-12.5-27.4-6.9l-149.7 89.8l-149.7-89.8l-3.7-1.7z"/></svg> </template>
CSS
.icon-dice-d6 {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288.4%2072.3c19.6-11.1%2043.6-11.1%2063.2%200l176%2099.7c20%2011.4%2032.4%2032.6%2032.4%2055.7v197.4c0%2023-12.4%2044.3-32.4%2055.7l-176%2099.7c-19.6%2011.1-43.6%2011.1-63.1%200l-176-99.7C92.4%20469.5%2080%20448.2%2080%20425.2V227.8c0-23%2012.4-44.3%2032.4-55.7l176-99.7zM166.6%20219.6c-8.8-3.1-18.8.3-23.8%208.6s-3.2%2018.7%203.6%2025l3.2%202.4l150.2%2090.2v148.7c0%2011%209%2020%2020%2020s20-9%2020-20V345.8l150.3-90.2c9.5-5.7%2012.6-18%206.9-27.4s-18-12.5-27.4-6.9l-149.7%2089.8l-149.7-89.8l-3.7-1.7z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288.4%2072.3c19.6-11.1%2043.6-11.1%2063.2%200l176%2099.7c20%2011.4%2032.4%2032.6%2032.4%2055.7v197.4c0%2023-12.4%2044.3-32.4%2055.7l-176%2099.7c-19.6%2011.1-43.6%2011.1-63.1%200l-176-99.7C92.4%20469.5%2080%20448.2%2080%20425.2V227.8c0-23%2012.4-44.3%2032.4-55.7l176-99.7zM166.6%20219.6c-8.8-3.1-18.8.3-23.8%208.6s-3.2%2018.7%203.6%2025l3.2%202.4l150.2%2090.2v148.7c0%2011%209%2020%2020%2020s20-9%2020-20V345.8l150.3-90.2c9.5-5.7%2012.6-18%206.9-27.4s-18-12.5-27.4-6.9l-149.7%2089.8l-149.7-89.8l-3.7-1.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/dice-d6.svg?color=%231a73e8&size=48