block game icon
block-game from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- block-game
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the block game icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M22 18c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C20.1 22 19.4 22 18 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C14 20.1 14 19.4 14 18s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C15.9 14 16.6 14 18 14s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092C22 15.9 22 16.6 22 18Zm0-8c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C20.1 14 19.4 14 18 14s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C14 12.1 14 11.4 14 10s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.093C15.9 6 16.6 6 18 6s2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C22 7.9 22 8.6 22 10Zm-8 8c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C12.1 22 11.4 22 10 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C6 20.1 6 19.4 6 18s0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.092C7.9 14 8.6 14 10 14s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092C14 15.9 14 16.6 14 18ZM10 6c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.093C8.1 10 7.4 10 6 10s-2.1 0-2.635-.272a2.5 2.5 0 0 1-1.093-1.093C2 8.1 2 7.4 2 6s0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 3.9 10 4.6 10 6Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBlockGame(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M22 18c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C20.1 22 19.4 22 18 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C14 20.1 14 19.4 14 18s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C15.9 14 16.6 14 18 14s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092C22 15.9 22 16.6 22 18Zm0-8c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C20.1 14 19.4 14 18 14s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C14 12.1 14 11.4 14 10s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.093C15.9 6 16.6 6 18 6s2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C22 7.9 22 8.6 22 10Zm-8 8c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C12.1 22 11.4 22 10 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C6 20.1 6 19.4 6 18s0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.092C7.9 14 8.6 14 10 14s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092C14 15.9 14 16.6 14 18ZM10 6c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.093C8.1 10 7.4 10 6 10s-2.1 0-2.635-.272a2.5 2.5 0 0 1-1.093-1.093C2 8.1 2 7.4 2 6s0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 3.9 10 4.6 10 6Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M22 18c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C20.1 22 19.4 22 18 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C14 20.1 14 19.4 14 18s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C15.9 14 16.6 14 18 14s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092C22 15.9 22 16.6 22 18Zm0-8c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C20.1 14 19.4 14 18 14s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C14 12.1 14 11.4 14 10s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.093C15.9 6 16.6 6 18 6s2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C22 7.9 22 8.6 22 10Zm-8 8c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C12.1 22 11.4 22 10 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C6 20.1 6 19.4 6 18s0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.092C7.9 14 8.6 14 10 14s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092C14 15.9 14 16.6 14 18ZM10 6c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.093C8.1 10 7.4 10 6 10s-2.1 0-2.635-.272a2.5 2.5 0 0 1-1.093-1.093C2 8.1 2 7.4 2 6s0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 3.9 10 4.6 10 6Z"/></svg> </template>
CSS
.icon-block-game {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2018c0%201.4%200%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C20.1%2022%2019.4%2022%2018%2022s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.092-1.092C14%2020.1%2014%2019.4%2014%2018s0-2.1.273-2.635a2.5%202.5%200%200%201%201.092-1.092C15.9%2014%2016.6%2014%2018%2014s2.1%200%202.635.273a2.5%202.5%200%200%201%201.092%201.092C22%2015.9%2022%2016.6%2022%2018Zm0-8c0%201.4%200%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C20.1%2014%2019.4%2014%2018%2014s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.092-1.092C14%2012.1%2014%2011.4%2014%2010s0-2.1.273-2.635a2.5%202.5%200%200%201%201.092-1.093C15.9%206%2016.6%206%2018%206s2.1%200%202.635.272a2.5%202.5%200%200%201%201.092%201.093C22%207.9%2022%208.6%2022%2010Zm-8%208c0%201.4%200%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C12.1%2022%2011.4%2022%2010%2022s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C6%2020.1%206%2019.4%206%2018s0-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.092C7.9%2014%208.6%2014%2010%2014s2.1%200%202.635.273a2.5%202.5%200%200%201%201.092%201.092C14%2015.9%2014%2016.6%2014%2018ZM10%206c0%201.4%200%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.093C8.1%2010%207.4%2010%206%2010s-2.1%200-2.635-.272a2.5%202.5%200%200%201-1.093-1.093C2%208.1%202%207.4%202%206s0-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C3.9%202%204.6%202%206%202s2.1%200%202.635.272a2.5%202.5%200%200%201%201.093%201.093C10%203.9%2010%204.6%2010%206Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2018c0%201.4%200%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C20.1%2022%2019.4%2022%2018%2022s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.092-1.092C14%2020.1%2014%2019.4%2014%2018s0-2.1.273-2.635a2.5%202.5%200%200%201%201.092-1.092C15.9%2014%2016.6%2014%2018%2014s2.1%200%202.635.273a2.5%202.5%200%200%201%201.092%201.092C22%2015.9%2022%2016.6%2022%2018Zm0-8c0%201.4%200%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C20.1%2014%2019.4%2014%2018%2014s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.092-1.092C14%2012.1%2014%2011.4%2014%2010s0-2.1.273-2.635a2.5%202.5%200%200%201%201.092-1.093C15.9%206%2016.6%206%2018%206s2.1%200%202.635.272a2.5%202.5%200%200%201%201.092%201.093C22%207.9%2022%208.6%2022%2010Zm-8%208c0%201.4%200%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C12.1%2022%2011.4%2022%2010%2022s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C6%2020.1%206%2019.4%206%2018s0-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.092C7.9%2014%208.6%2014%2010%2014s2.1%200%202.635.273a2.5%202.5%200%200%201%201.092%201.092C14%2015.9%2014%2016.6%2014%2018ZM10%206c0%201.4%200%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.093C8.1%2010%207.4%2010%206%2010s-2.1%200-2.635-.272a2.5%202.5%200%200%201-1.093-1.093C2%208.1%202%207.4%202%206s0-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C3.9%202%204.6%202%206%202s2.1%200%202.635.272a2.5%202.5%200%200%201%201.093%201.093C10%203.9%2010%204.6%2010%206Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/block-game.svg?color=%231a73e8&size=48