jsfiddle logo
jsfiddle from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- jsfiddle
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the jsfiddle logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.58 11.375c.008-.117.018-.231.018-.35c0-3.243-2.668-5.871-5.959-5.871A5.97 5.97 0 0 0 8.26 8.502a2.73 2.73 0 0 0-1.674-.568c-1.521 0-2.752 1.21-2.752 2.704q.001.426.125.808a3.96 3.96 0 0 0-1.98 3.418c0 2.173 1.773 3.938 3.975 3.972h11.898c.074 0 .15.012.227.012c2.178 0 3.943-1.739 3.943-3.893a3.885 3.885 0 0 0-2.432-3.579h-.01zM7.355 15.842a2.33 2.33 0 0 1-.748-1.318a3 3 0 0 1-.053-.544q0-1.108.809-1.827q.806-.721 2.049-.722c.854 0 1.654.32 2.363.957c.176.158.352.338.514.536l.912 1.071c.158.217.324.399.5.56c.471.422.977.632 1.408.632q.548 0 .912-.336c.209-.19.336-.45.363-.73l.008-.123a1 1 0 0 0-.055-.347a1.275 1.275 0 0 0-1.238-.838c-.453 0-.902.153-1.396.631l-.807-.95l-.088-.108c.713-.691 1.414-.95 2.367-.95c.838 0 1.525.237 2.037.712l.014.014c.539.474.801 1.089.801 1.842a2.6 2.6 0 0 1-.049.528a2.38 2.38 0 0 1-.74 1.301a2.7 2.7 0 0 1-1.428.677a5 5 0 0 1-.588.038c-.863 0-1.676-.313-2.365-.938a5 5 0 0 1-.537-.576l-.914-1.065a3.6 3.6 0 0 0-.488-.563c-.463-.425-.977-.626-1.428-.626q-.194 0-.389.051a1.2 1.2 0 0 0-.523.289c-.232.216-.365.52-.365.839c0 .324.113.6.352.825l.014.013c.25.227.563.338.926.338c.463 0 .914-.162 1.4-.639l.801.938l.088.099c-.725.703-1.428.965-2.342.965c-.838 0-1.525-.238-2.051-.713z"/></svg>
React
import type { SVGProps } from "react";
export function BxlJsfiddle(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="M19.58 11.375c.008-.117.018-.231.018-.35c0-3.243-2.668-5.871-5.959-5.871A5.97 5.97 0 0 0 8.26 8.502a2.73 2.73 0 0 0-1.674-.568c-1.521 0-2.752 1.21-2.752 2.704q.001.426.125.808a3.96 3.96 0 0 0-1.98 3.418c0 2.173 1.773 3.938 3.975 3.972h11.898c.074 0 .15.012.227.012c2.178 0 3.943-1.739 3.943-3.893a3.885 3.885 0 0 0-2.432-3.579h-.01zM7.355 15.842a2.33 2.33 0 0 1-.748-1.318a3 3 0 0 1-.053-.544q0-1.108.809-1.827q.806-.721 2.049-.722c.854 0 1.654.32 2.363.957c.176.158.352.338.514.536l.912 1.071c.158.217.324.399.5.56c.471.422.977.632 1.408.632q.548 0 .912-.336c.209-.19.336-.45.363-.73l.008-.123a1 1 0 0 0-.055-.347a1.275 1.275 0 0 0-1.238-.838c-.453 0-.902.153-1.396.631l-.807-.95l-.088-.108c.713-.691 1.414-.95 2.367-.95c.838 0 1.525.237 2.037.712l.014.014c.539.474.801 1.089.801 1.842a2.6 2.6 0 0 1-.049.528a2.38 2.38 0 0 1-.74 1.301a2.7 2.7 0 0 1-1.428.677a5 5 0 0 1-.588.038c-.863 0-1.676-.313-2.365-.938a5 5 0 0 1-.537-.576l-.914-1.065a3.6 3.6 0 0 0-.488-.563c-.463-.425-.977-.626-1.428-.626q-.194 0-.389.051a1.2 1.2 0 0 0-.523.289c-.232.216-.365.52-.365.839c0 .324.113.6.352.825l.014.013c.25.227.563.338.926.338c.463 0 .914-.162 1.4-.639l.801.938l.088.099c-.725.703-1.428.965-2.342.965c-.838 0-1.525-.238-2.051-.713z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.58 11.375c.008-.117.018-.231.018-.35c0-3.243-2.668-5.871-5.959-5.871A5.97 5.97 0 0 0 8.26 8.502a2.73 2.73 0 0 0-1.674-.568c-1.521 0-2.752 1.21-2.752 2.704q.001.426.125.808a3.96 3.96 0 0 0-1.98 3.418c0 2.173 1.773 3.938 3.975 3.972h11.898c.074 0 .15.012.227.012c2.178 0 3.943-1.739 3.943-3.893a3.885 3.885 0 0 0-2.432-3.579h-.01zM7.355 15.842a2.33 2.33 0 0 1-.748-1.318a3 3 0 0 1-.053-.544q0-1.108.809-1.827q.806-.721 2.049-.722c.854 0 1.654.32 2.363.957c.176.158.352.338.514.536l.912 1.071c.158.217.324.399.5.56c.471.422.977.632 1.408.632q.548 0 .912-.336c.209-.19.336-.45.363-.73l.008-.123a1 1 0 0 0-.055-.347a1.275 1.275 0 0 0-1.238-.838c-.453 0-.902.153-1.396.631l-.807-.95l-.088-.108c.713-.691 1.414-.95 2.367-.95c.838 0 1.525.237 2.037.712l.014.014c.539.474.801 1.089.801 1.842a2.6 2.6 0 0 1-.049.528a2.38 2.38 0 0 1-.74 1.301a2.7 2.7 0 0 1-1.428.677a5 5 0 0 1-.588.038c-.863 0-1.676-.313-2.365-.938a5 5 0 0 1-.537-.576l-.914-1.065a3.6 3.6 0 0 0-.488-.563c-.463-.425-.977-.626-1.428-.626q-.194 0-.389.051a1.2 1.2 0 0 0-.523.289c-.232.216-.365.52-.365.839c0 .324.113.6.352.825l.014.013c.25.227.563.338.926.338c.463 0 .914-.162 1.4-.639l.801.938l.088.099c-.725.703-1.428.965-2.342.965c-.838 0-1.525-.238-2.051-.713z"/></svg> </template>
CSS
.icon-jsfiddle {
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%22M19.58%2011.375c.008-.117.018-.231.018-.35c0-3.243-2.668-5.871-5.959-5.871A5.97%205.97%200%200%200%208.26%208.502a2.73%202.73%200%200%200-1.674-.568c-1.521%200-2.752%201.21-2.752%202.704q.001.426.125.808a3.96%203.96%200%200%200-1.98%203.418c0%202.173%201.773%203.938%203.975%203.972h11.898c.074%200%20.15.012.227.012c2.178%200%203.943-1.739%203.943-3.893a3.885%203.885%200%200%200-2.432-3.579h-.01zM7.355%2015.842a2.33%202.33%200%200%201-.748-1.318a3%203%200%200%201-.053-.544q0-1.108.809-1.827q.806-.721%202.049-.722c.854%200%201.654.32%202.363.957c.176.158.352.338.514.536l.912%201.071c.158.217.324.399.5.56c.471.422.977.632%201.408.632q.548%200%20.912-.336c.209-.19.336-.45.363-.73l.008-.123a1%201%200%200%200-.055-.347a1.275%201.275%200%200%200-1.238-.838c-.453%200-.902.153-1.396.631l-.807-.95l-.088-.108c.713-.691%201.414-.95%202.367-.95c.838%200%201.525.237%202.037.712l.014.014c.539.474.801%201.089.801%201.842a2.6%202.6%200%200%201-.049.528a2.38%202.38%200%200%201-.74%201.301a2.7%202.7%200%200%201-1.428.677a5%205%200%200%201-.588.038c-.863%200-1.676-.313-2.365-.938a5%205%200%200%201-.537-.576l-.914-1.065a3.6%203.6%200%200%200-.488-.563c-.463-.425-.977-.626-1.428-.626q-.194%200-.389.051a1.2%201.2%200%200%200-.523.289c-.232.216-.365.52-.365.839c0%20.324.113.6.352.825l.014.013c.25.227.563.338.926.338c.463%200%20.914-.162%201.4-.639l.801.938l.088.099c-.725.703-1.428.965-2.342.965c-.838%200-1.525-.238-2.051-.713z%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%22M19.58%2011.375c.008-.117.018-.231.018-.35c0-3.243-2.668-5.871-5.959-5.871A5.97%205.97%200%200%200%208.26%208.502a2.73%202.73%200%200%200-1.674-.568c-1.521%200-2.752%201.21-2.752%202.704q.001.426.125.808a3.96%203.96%200%200%200-1.98%203.418c0%202.173%201.773%203.938%203.975%203.972h11.898c.074%200%20.15.012.227.012c2.178%200%203.943-1.739%203.943-3.893a3.885%203.885%200%200%200-2.432-3.579h-.01zM7.355%2015.842a2.33%202.33%200%200%201-.748-1.318a3%203%200%200%201-.053-.544q0-1.108.809-1.827q.806-.721%202.049-.722c.854%200%201.654.32%202.363.957c.176.158.352.338.514.536l.912%201.071c.158.217.324.399.5.56c.471.422.977.632%201.408.632q.548%200%20.912-.336c.209-.19.336-.45.363-.73l.008-.123a1%201%200%200%200-.055-.347a1.275%201.275%200%200%200-1.238-.838c-.453%200-.902.153-1.396.631l-.807-.95l-.088-.108c.713-.691%201.414-.95%202.367-.95c.838%200%201.525.237%202.037.712l.014.014c.539.474.801%201.089.801%201.842a2.6%202.6%200%200%201-.049.528a2.38%202.38%200%200%201-.74%201.301a2.7%202.7%200%200%201-1.428.677a5%205%200%200%201-.588.038c-.863%200-1.676-.313-2.365-.938a5%205%200%200%201-.537-.576l-.914-1.065a3.6%203.6%200%200%200-.488-.563c-.463-.425-.977-.626-1.428-.626q-.194%200-.389.051a1.2%201.2%200%200%200-.523.289c-.232.216-.365.52-.365.839c0%20.324.113.6.352.825l.014.013c.25.227.563.338.926.338c.463%200%20.914-.162%201.4-.639l.801.938l.088.099c-.725.703-1.428.965-2.342.965c-.838%200-1.525-.238-2.051-.713z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/jsfiddle.svg?color=%231a73e8&size=48