blockbench logo
blockbench from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- blockbench
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the blockbench logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.651 3.277c-.25.002-1.009.057-3.47.226l-9.113.627c-3.044.208-2.743.18-2.888.27c-.163.102-.254.274-.308.58c-.451 2.177-.812 3.74-1.104 5.007c-.015.04-.046.178-.07.306c-.038.218-.037.239.012.307c.105.144.23.176 1.14.294c4.78.63 8.905 1.164 13.412 1.765c.931.124.948.125.99.022c.032-.081.091-.36.207-.971c.476-2.468 1.03-5.366 1.433-7.42c.126-.642.132-.712.069-.82a.5.5 0 0 0-.153-.153c-.04-.024-.007-.042-.157-.04M5.65 11.31c-.161.025-1.416.205-2.79.4c-1.373.194-2.554.374-2.624.399c-.21.076-.294.285-.194.478c.062.12.215.19.7.324c.065.018.15.043.19.056c4.54 1.274 9.338 2.68 13.583 3.888c.238.071.563.197.77.197c.157-.042 1.053-.484 3.082-1.505c1.649-.83 3.022-1.53 3.052-1.555c.113-.099.173-.31.113-.402c-.012-.018-.173-.055-.357-.082c-3.949-.579-8.122-1.19-11.684-1.71c-2.014-.29-2.635-.384-2.804-.422a3.3 3.3 0 0 0-.647-.09a2.3 2.3 0 0 0-.39.024m-1.33 3.24h-.016c-.054.011-1.122 2.303-1.122 2.407a.36.36 0 0 0 .168.287c.101.055.165.056.312.005c.445-.139.918-.293 1.36-.425c1.316-.395 1.337-.403 1.477-.549c.115-.12.328-.562.39-.811a1 1 0 0 1 .057-.154c.02-.035.03-.065.024-.065c-.768-.198-1.565-.415-2.292-.614a3 3 0 0 0-.358-.081m13.52 1.843c-.07.04-.271.155-.448.254c-.481.291-.937.593-1.446.833c-.413.259-.594.315-.801.248a9 9 0 0 0-.786-.204a.08.08 0 0 0-.067.05c-.23.643-.507 1.395-.74 2.053c-.086.232-.236.767-.234.832s.142.196.25.236a.55.55 0 0 0 .231.027c1.257-.51 2.215-1.15 3.284-1.71c.327-.171.447-.29.494-.492q.14-.611.269-1.2c.183-.812.194-.888.148-.961a.04.04 0 0 0-.035-.02c-.054.012-.08.036-.118.054z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBlockbench(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.651 3.277c-.25.002-1.009.057-3.47.226l-9.113.627c-3.044.208-2.743.18-2.888.27c-.163.102-.254.274-.308.58c-.451 2.177-.812 3.74-1.104 5.007c-.015.04-.046.178-.07.306c-.038.218-.037.239.012.307c.105.144.23.176 1.14.294c4.78.63 8.905 1.164 13.412 1.765c.931.124.948.125.99.022c.032-.081.091-.36.207-.971c.476-2.468 1.03-5.366 1.433-7.42c.126-.642.132-.712.069-.82a.5.5 0 0 0-.153-.153c-.04-.024-.007-.042-.157-.04M5.65 11.31c-.161.025-1.416.205-2.79.4c-1.373.194-2.554.374-2.624.399c-.21.076-.294.285-.194.478c.062.12.215.19.7.324c.065.018.15.043.19.056c4.54 1.274 9.338 2.68 13.583 3.888c.238.071.563.197.77.197c.157-.042 1.053-.484 3.082-1.505c1.649-.83 3.022-1.53 3.052-1.555c.113-.099.173-.31.113-.402c-.012-.018-.173-.055-.357-.082c-3.949-.579-8.122-1.19-11.684-1.71c-2.014-.29-2.635-.384-2.804-.422a3.3 3.3 0 0 0-.647-.09a2.3 2.3 0 0 0-.39.024m-1.33 3.24h-.016c-.054.011-1.122 2.303-1.122 2.407a.36.36 0 0 0 .168.287c.101.055.165.056.312.005c.445-.139.918-.293 1.36-.425c1.316-.395 1.337-.403 1.477-.549c.115-.12.328-.562.39-.811a1 1 0 0 1 .057-.154c.02-.035.03-.065.024-.065c-.768-.198-1.565-.415-2.292-.614a3 3 0 0 0-.358-.081m13.52 1.843c-.07.04-.271.155-.448.254c-.481.291-.937.593-1.446.833c-.413.259-.594.315-.801.248a9 9 0 0 0-.786-.204a.08.08 0 0 0-.067.05c-.23.643-.507 1.395-.74 2.053c-.086.232-.236.767-.234.832s.142.196.25.236a.55.55 0 0 0 .231.027c1.257-.51 2.215-1.15 3.284-1.71c.327-.171.447-.29.494-.492q.14-.611.269-1.2c.183-.812.194-.888.148-.961a.04.04 0 0 0-.035-.02c-.054.012-.08.036-.118.054z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.651 3.277c-.25.002-1.009.057-3.47.226l-9.113.627c-3.044.208-2.743.18-2.888.27c-.163.102-.254.274-.308.58c-.451 2.177-.812 3.74-1.104 5.007c-.015.04-.046.178-.07.306c-.038.218-.037.239.012.307c.105.144.23.176 1.14.294c4.78.63 8.905 1.164 13.412 1.765c.931.124.948.125.99.022c.032-.081.091-.36.207-.971c.476-2.468 1.03-5.366 1.433-7.42c.126-.642.132-.712.069-.82a.5.5 0 0 0-.153-.153c-.04-.024-.007-.042-.157-.04M5.65 11.31c-.161.025-1.416.205-2.79.4c-1.373.194-2.554.374-2.624.399c-.21.076-.294.285-.194.478c.062.12.215.19.7.324c.065.018.15.043.19.056c4.54 1.274 9.338 2.68 13.583 3.888c.238.071.563.197.77.197c.157-.042 1.053-.484 3.082-1.505c1.649-.83 3.022-1.53 3.052-1.555c.113-.099.173-.31.113-.402c-.012-.018-.173-.055-.357-.082c-3.949-.579-8.122-1.19-11.684-1.71c-2.014-.29-2.635-.384-2.804-.422a3.3 3.3 0 0 0-.647-.09a2.3 2.3 0 0 0-.39.024m-1.33 3.24h-.016c-.054.011-1.122 2.303-1.122 2.407a.36.36 0 0 0 .168.287c.101.055.165.056.312.005c.445-.139.918-.293 1.36-.425c1.316-.395 1.337-.403 1.477-.549c.115-.12.328-.562.39-.811a1 1 0 0 1 .057-.154c.02-.035.03-.065.024-.065c-.768-.198-1.565-.415-2.292-.614a3 3 0 0 0-.358-.081m13.52 1.843c-.07.04-.271.155-.448.254c-.481.291-.937.593-1.446.833c-.413.259-.594.315-.801.248a9 9 0 0 0-.786-.204a.08.08 0 0 0-.067.05c-.23.643-.507 1.395-.74 2.053c-.086.232-.236.767-.234.832s.142.196.25.236a.55.55 0 0 0 .231.027c1.257-.51 2.215-1.15 3.284-1.71c.327-.171.447-.29.494-.492q.14-.611.269-1.2c.183-.812.194-.888.148-.961a.04.04 0 0 0-.035-.02c-.054.012-.08.036-.118.054z"/></svg> </template>
CSS
.icon-blockbench {
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%22currentColor%22%20d%3D%22M23.651%203.277c-.25.002-1.009.057-3.47.226l-9.113.627c-3.044.208-2.743.18-2.888.27c-.163.102-.254.274-.308.58c-.451%202.177-.812%203.74-1.104%205.007c-.015.04-.046.178-.07.306c-.038.218-.037.239.012.307c.105.144.23.176%201.14.294c4.78.63%208.905%201.164%2013.412%201.765c.931.124.948.125.99.022c.032-.081.091-.36.207-.971c.476-2.468%201.03-5.366%201.433-7.42c.126-.642.132-.712.069-.82a.5.5%200%200%200-.153-.153c-.04-.024-.007-.042-.157-.04M5.65%2011.31c-.161.025-1.416.205-2.79.4c-1.373.194-2.554.374-2.624.399c-.21.076-.294.285-.194.478c.062.12.215.19.7.324c.065.018.15.043.19.056c4.54%201.274%209.338%202.68%2013.583%203.888c.238.071.563.197.77.197c.157-.042%201.053-.484%203.082-1.505c1.649-.83%203.022-1.53%203.052-1.555c.113-.099.173-.31.113-.402c-.012-.018-.173-.055-.357-.082c-3.949-.579-8.122-1.19-11.684-1.71c-2.014-.29-2.635-.384-2.804-.422a3.3%203.3%200%200%200-.647-.09a2.3%202.3%200%200%200-.39.024m-1.33%203.24h-.016c-.054.011-1.122%202.303-1.122%202.407a.36.36%200%200%200%20.168.287c.101.055.165.056.312.005c.445-.139.918-.293%201.36-.425c1.316-.395%201.337-.403%201.477-.549c.115-.12.328-.562.39-.811a1%201%200%200%201%20.057-.154c.02-.035.03-.065.024-.065c-.768-.198-1.565-.415-2.292-.614a3%203%200%200%200-.358-.081m13.52%201.843c-.07.04-.271.155-.448.254c-.481.291-.937.593-1.446.833c-.413.259-.594.315-.801.248a9%209%200%200%200-.786-.204a.08.08%200%200%200-.067.05c-.23.643-.507%201.395-.74%202.053c-.086.232-.236.767-.234.832s.142.196.25.236a.55.55%200%200%200%20.231.027c1.257-.51%202.215-1.15%203.284-1.71c.327-.171.447-.29.494-.492q.14-.611.269-1.2c.183-.812.194-.888.148-.961a.04.04%200%200%200-.035-.02c-.054.012-.08.036-.118.054z%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%22currentColor%22%20d%3D%22M23.651%203.277c-.25.002-1.009.057-3.47.226l-9.113.627c-3.044.208-2.743.18-2.888.27c-.163.102-.254.274-.308.58c-.451%202.177-.812%203.74-1.104%205.007c-.015.04-.046.178-.07.306c-.038.218-.037.239.012.307c.105.144.23.176%201.14.294c4.78.63%208.905%201.164%2013.412%201.765c.931.124.948.125.99.022c.032-.081.091-.36.207-.971c.476-2.468%201.03-5.366%201.433-7.42c.126-.642.132-.712.069-.82a.5.5%200%200%200-.153-.153c-.04-.024-.007-.042-.157-.04M5.65%2011.31c-.161.025-1.416.205-2.79.4c-1.373.194-2.554.374-2.624.399c-.21.076-.294.285-.194.478c.062.12.215.19.7.324c.065.018.15.043.19.056c4.54%201.274%209.338%202.68%2013.583%203.888c.238.071.563.197.77.197c.157-.042%201.053-.484%203.082-1.505c1.649-.83%203.022-1.53%203.052-1.555c.113-.099.173-.31.113-.402c-.012-.018-.173-.055-.357-.082c-3.949-.579-8.122-1.19-11.684-1.71c-2.014-.29-2.635-.384-2.804-.422a3.3%203.3%200%200%200-.647-.09a2.3%202.3%200%200%200-.39.024m-1.33%203.24h-.016c-.054.011-1.122%202.303-1.122%202.407a.36.36%200%200%200%20.168.287c.101.055.165.056.312.005c.445-.139.918-.293%201.36-.425c1.316-.395%201.337-.403%201.477-.549c.115-.12.328-.562.39-.811a1%201%200%200%201%20.057-.154c.02-.035.03-.065.024-.065c-.768-.198-1.565-.415-2.292-.614a3%203%200%200%200-.358-.081m13.52%201.843c-.07.04-.271.155-.448.254c-.481.291-.937.593-1.446.833c-.413.259-.594.315-.801.248a9%209%200%200%200-.786-.204a.08.08%200%200%200-.067.05c-.23.643-.507%201.395-.74%202.053c-.086.232-.236.767-.234.832s.142.196.25.236a.55.55%200%200%200%20.231.027c1.257-.51%202.215-1.15%203.284-1.71c.327-.171.447-.29.494-.492q.14-.611.269-1.2c.183-.812.194-.888.148-.961a.04.04%200%200%200-.035-.02c-.054.012-.08.036-.118.054z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/blockbench.svg?color=%231a73e8&size=48