codesandbox icon
codesandbox from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- codesandbox
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the codesandbox 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="M10.845 2.478C11.41 2.159 11.691 2 12 2s.591.16 1.155.478l6.69 3.782c.564.318.846.478 1 .74S21 7.58 21 8.218v7.564c0 .637 0 .956-.155 1.218c-.154.262-.436.422-1 .74l-6.69 3.782c-.564.319-.846.478-1.155.478s-.591-.16-1.155-.478l-6.69-3.782c-.564-.318-.846-.478-1-.74S3 16.42 3 15.782V8.218c0-.637 0-.956.155-1.218c.154-.262.436-.422 1-.74z"/><path d="m15.5 4.27l-2.366 1.28c-.554.3-.83.45-1.134.45s-.58-.15-1.134-.45L8.5 4.27m3.5 7.345V22m0-10.385L20.5 7M12 11.615L3.5 7M3 12l2.894 1.559c.538.29.807.434.957.694S7 14.837 7 15.485V19m14-7l-2.894 1.559c-.538.29-.807.434-.957.694S17 14.837 17 15.485V19"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCodesandbox(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="M10.845 2.478C11.41 2.159 11.691 2 12 2s.591.16 1.155.478l6.69 3.782c.564.318.846.478 1 .74S21 7.58 21 8.218v7.564c0 .637 0 .956-.155 1.218c-.154.262-.436.422-1 .74l-6.69 3.782c-.564.319-.846.478-1.155.478s-.591-.16-1.155-.478l-6.69-3.782c-.564-.318-.846-.478-1-.74S3 16.42 3 15.782V8.218c0-.637 0-.956.155-1.218c.154-.262.436-.422 1-.74z"/><path d="m15.5 4.27l-2.366 1.28c-.554.3-.83.45-1.134.45s-.58-.15-1.134-.45L8.5 4.27m3.5 7.345V22m0-10.385L20.5 7M12 11.615L3.5 7M3 12l2.894 1.559c.538.29.807.434.957.694S7 14.837 7 15.485V19m14-7l-2.894 1.559c-.538.29-.807.434-.957.694S17 14.837 17 15.485V19"/></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="M10.845 2.478C11.41 2.159 11.691 2 12 2s.591.16 1.155.478l6.69 3.782c.564.318.846.478 1 .74S21 7.58 21 8.218v7.564c0 .637 0 .956-.155 1.218c-.154.262-.436.422-1 .74l-6.69 3.782c-.564.319-.846.478-1.155.478s-.591-.16-1.155-.478l-6.69-3.782c-.564-.318-.846-.478-1-.74S3 16.42 3 15.782V8.218c0-.637 0-.956.155-1.218c.154-.262.436-.422 1-.74z"/><path d="m15.5 4.27l-2.366 1.28c-.554.3-.83.45-1.134.45s-.58-.15-1.134-.45L8.5 4.27m3.5 7.345V22m0-10.385L20.5 7M12 11.615L3.5 7M3 12l2.894 1.559c.538.29.807.434.957.694S7 14.837 7 15.485V19m14-7l-2.894 1.559c-.538.29-.807.434-.957.694S17 14.837 17 15.485V19"/></g></svg> </template>
CSS
.icon-codesandbox {
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%22M10.845%202.478C11.41%202.159%2011.691%202%2012%202s.591.16%201.155.478l6.69%203.782c.564.318.846.478%201%20.74S21%207.58%2021%208.218v7.564c0%20.637%200%20.956-.155%201.218c-.154.262-.436.422-1%20.74l-6.69%203.782c-.564.319-.846.478-1.155.478s-.591-.16-1.155-.478l-6.69-3.782c-.564-.318-.846-.478-1-.74S3%2016.42%203%2015.782V8.218c0-.637%200-.956.155-1.218c.154-.262.436-.422%201-.74z%22%2F%3E%3Cpath%20d%3D%22m15.5%204.27l-2.366%201.28c-.554.3-.83.45-1.134.45s-.58-.15-1.134-.45L8.5%204.27m3.5%207.345V22m0-10.385L20.5%207M12%2011.615L3.5%207M3%2012l2.894%201.559c.538.29.807.434.957.694S7%2014.837%207%2015.485V19m14-7l-2.894%201.559c-.538.29-.807.434-.957.694S17%2014.837%2017%2015.485V19%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%22M10.845%202.478C11.41%202.159%2011.691%202%2012%202s.591.16%201.155.478l6.69%203.782c.564.318.846.478%201%20.74S21%207.58%2021%208.218v7.564c0%20.637%200%20.956-.155%201.218c-.154.262-.436.422-1%20.74l-6.69%203.782c-.564.319-.846.478-1.155.478s-.591-.16-1.155-.478l-6.69-3.782c-.564-.318-.846-.478-1-.74S3%2016.42%203%2015.782V8.218c0-.637%200-.956.155-1.218c.154-.262.436-.422%201-.74z%22%2F%3E%3Cpath%20d%3D%22m15.5%204.27l-2.366%201.28c-.554.3-.83.45-1.134.45s-.58-.15-1.134-.45L8.5%204.27m3.5%207.345V22m0-10.385L20.5%207M12%2011.615L3.5%207M3%2012l2.894%201.559c.538.29.807.434.957.694S7%2014.837%207%2015.485V19m14-7l-2.894%201.559c-.538.29-.807.434-.957.694S17%2014.837%2017%2015.485V19%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/codesandbox.svg?color=%231a73e8&size=48