jsfiddle from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
jsfiddle
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

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="M13.9 3.602c-2.749 0-5.103 1.544-6.35 3.779c-.536-.317-1.139-.54-1.806-.54c-1.981 0-3.6 1.606-3.6 3.579c0 .263.063.513.118.762C.912 12.09 0 13.602 0 15.344c0 2.763 2.241 5.012 5.008 5.054h14.008c2.746.017 4.984-2.206 4.984-4.937c0-1.946-1.153-3.602-2.799-4.41c.003-.062.01-.115.01-.184c0-4.008-3.28-7.265-7.31-7.265zm0 .843c3.58 0 6.47 2.872 6.47 6.422c0 .115-.012.242-.02.387a.42.42 0 0 0 .26.414a4.1 4.1 0 0 1 2.546 3.793a4.094 4.094 0 0 1-4.135 4.096H5.02C2.702 19.52.844 17.653.844 15.344c0-1.545.834-2.883 2.08-3.62a.42.42 0 0 0 .187-.49a2.7 2.7 0 0 1-.125-.814a2.74 2.74 0 0 1 2.758-2.736a2.75 2.75 0 0 1 1.686.576a.42.42 0 0 0 .636-.15A6.46 6.46 0 0 1 13.9 4.444zm-5.33 6.877c-1.586 0-2.91 1.213-2.91 2.737c0 1.523 1.324 2.736 2.91 2.736c1.411 0 2.182-.931 2.496-1.266a.421.421 0 1 0-.613-.578c-.378.402-.819 1.002-1.883 1.002c-1.162 0-2.068-.86-2.068-1.894c0-1.035.906-1.895 2.068-1.895c.533 0 1.105.297 1.686.77c.372.303.737.668 1.098 1.043a.4.4 0 0 0 .085.123c.533.552 1.122 1.205 1.774 1.736s1.386.959 2.217.959c1.586 0 2.91-1.213 2.91-2.736s-1.324-2.737-2.91-2.737c-1.411 0-2.182.931-2.496 1.266a.421.421 0 1 0 .613.578c.378-.402.819-1.002 1.883-1.002c1.162 0 2.068.86 2.068 1.895c0 1.034-.906 1.894-2.068 1.894c-.533 0-1.105-.297-1.686-.77c-.372-.303-.737-.67-1.098-1.044a.4.4 0 0 0-.085-.121c-.533-.552-1.122-1.208-1.774-1.739c-.652-.53-1.386-.957-2.217-.957"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsJsfiddle(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="M13.9 3.602c-2.749 0-5.103 1.544-6.35 3.779c-.536-.317-1.139-.54-1.806-.54c-1.981 0-3.6 1.606-3.6 3.579c0 .263.063.513.118.762C.912 12.09 0 13.602 0 15.344c0 2.763 2.241 5.012 5.008 5.054h14.008c2.746.017 4.984-2.206 4.984-4.937c0-1.946-1.153-3.602-2.799-4.41c.003-.062.01-.115.01-.184c0-4.008-3.28-7.265-7.31-7.265zm0 .843c3.58 0 6.47 2.872 6.47 6.422c0 .115-.012.242-.02.387a.42.42 0 0 0 .26.414a4.1 4.1 0 0 1 2.546 3.793a4.094 4.094 0 0 1-4.135 4.096H5.02C2.702 19.52.844 17.653.844 15.344c0-1.545.834-2.883 2.08-3.62a.42.42 0 0 0 .187-.49a2.7 2.7 0 0 1-.125-.814a2.74 2.74 0 0 1 2.758-2.736a2.75 2.75 0 0 1 1.686.576a.42.42 0 0 0 .636-.15A6.46 6.46 0 0 1 13.9 4.444zm-5.33 6.877c-1.586 0-2.91 1.213-2.91 2.737c0 1.523 1.324 2.736 2.91 2.736c1.411 0 2.182-.931 2.496-1.266a.421.421 0 1 0-.613-.578c-.378.402-.819 1.002-1.883 1.002c-1.162 0-2.068-.86-2.068-1.894c0-1.035.906-1.895 2.068-1.895c.533 0 1.105.297 1.686.77c.372.303.737.668 1.098 1.043a.4.4 0 0 0 .085.123c.533.552 1.122 1.205 1.774 1.736s1.386.959 2.217.959c1.586 0 2.91-1.213 2.91-2.736s-1.324-2.737-2.91-2.737c-1.411 0-2.182.931-2.496 1.266a.421.421 0 1 0 .613.578c.378-.402.819-1.002 1.883-1.002c1.162 0 2.068.86 2.068 1.895c0 1.034-.906 1.894-2.068 1.894c-.533 0-1.105-.297-1.686-.77c-.372-.303-.737-.67-1.098-1.044a.4.4 0 0 0-.085-.121c-.533-.552-1.122-1.208-1.774-1.739c-.652-.53-1.386-.957-2.217-.957"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.9 3.602c-2.749 0-5.103 1.544-6.35 3.779c-.536-.317-1.139-.54-1.806-.54c-1.981 0-3.6 1.606-3.6 3.579c0 .263.063.513.118.762C.912 12.09 0 13.602 0 15.344c0 2.763 2.241 5.012 5.008 5.054h14.008c2.746.017 4.984-2.206 4.984-4.937c0-1.946-1.153-3.602-2.799-4.41c.003-.062.01-.115.01-.184c0-4.008-3.28-7.265-7.31-7.265zm0 .843c3.58 0 6.47 2.872 6.47 6.422c0 .115-.012.242-.02.387a.42.42 0 0 0 .26.414a4.1 4.1 0 0 1 2.546 3.793a4.094 4.094 0 0 1-4.135 4.096H5.02C2.702 19.52.844 17.653.844 15.344c0-1.545.834-2.883 2.08-3.62a.42.42 0 0 0 .187-.49a2.7 2.7 0 0 1-.125-.814a2.74 2.74 0 0 1 2.758-2.736a2.75 2.75 0 0 1 1.686.576a.42.42 0 0 0 .636-.15A6.46 6.46 0 0 1 13.9 4.444zm-5.33 6.877c-1.586 0-2.91 1.213-2.91 2.737c0 1.523 1.324 2.736 2.91 2.736c1.411 0 2.182-.931 2.496-1.266a.421.421 0 1 0-.613-.578c-.378.402-.819 1.002-1.883 1.002c-1.162 0-2.068-.86-2.068-1.894c0-1.035.906-1.895 2.068-1.895c.533 0 1.105.297 1.686.77c.372.303.737.668 1.098 1.043a.4.4 0 0 0 .085.123c.533.552 1.122 1.205 1.774 1.736s1.386.959 2.217.959c1.586 0 2.91-1.213 2.91-2.736s-1.324-2.737-2.91-2.737c-1.411 0-2.182.931-2.496 1.266a.421.421 0 1 0 .613.578c.378-.402.819-1.002 1.883-1.002c1.162 0 2.068.86 2.068 1.895c0 1.034-.906 1.894-2.068 1.894c-.533 0-1.105-.297-1.686-.77c-.372-.303-.737-.67-1.098-1.044a.4.4 0 0 0-.085-.121c-.533-.552-1.122-1.208-1.774-1.739c-.652-.53-1.386-.957-2.217-.957"/></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%22M13.9%203.602c-2.749%200-5.103%201.544-6.35%203.779c-.536-.317-1.139-.54-1.806-.54c-1.981%200-3.6%201.606-3.6%203.579c0%20.263.063.513.118.762C.912%2012.09%200%2013.602%200%2015.344c0%202.763%202.241%205.012%205.008%205.054h14.008c2.746.017%204.984-2.206%204.984-4.937c0-1.946-1.153-3.602-2.799-4.41c.003-.062.01-.115.01-.184c0-4.008-3.28-7.265-7.31-7.265zm0%20.843c3.58%200%206.47%202.872%206.47%206.422c0%20.115-.012.242-.02.387a.42.42%200%200%200%20.26.414a4.1%204.1%200%200%201%202.546%203.793a4.094%204.094%200%200%201-4.135%204.096H5.02C2.702%2019.52.844%2017.653.844%2015.344c0-1.545.834-2.883%202.08-3.62a.42.42%200%200%200%20.187-.49a2.7%202.7%200%200%201-.125-.814a2.74%202.74%200%200%201%202.758-2.736a2.75%202.75%200%200%201%201.686.576a.42.42%200%200%200%20.636-.15A6.46%206.46%200%200%201%2013.9%204.444zm-5.33%206.877c-1.586%200-2.91%201.213-2.91%202.737c0%201.523%201.324%202.736%202.91%202.736c1.411%200%202.182-.931%202.496-1.266a.421.421%200%201%200-.613-.578c-.378.402-.819%201.002-1.883%201.002c-1.162%200-2.068-.86-2.068-1.894c0-1.035.906-1.895%202.068-1.895c.533%200%201.105.297%201.686.77c.372.303.737.668%201.098%201.043a.4.4%200%200%200%20.085.123c.533.552%201.122%201.205%201.774%201.736s1.386.959%202.217.959c1.586%200%202.91-1.213%202.91-2.736s-1.324-2.737-2.91-2.737c-1.411%200-2.182.931-2.496%201.266a.421.421%200%201%200%20.613.578c.378-.402.819-1.002%201.883-1.002c1.162%200%202.068.86%202.068%201.895c0%201.034-.906%201.894-2.068%201.894c-.533%200-1.105-.297-1.686-.77c-.372-.303-.737-.67-1.098-1.044a.4.4%200%200%200-.085-.121c-.533-.552-1.122-1.208-1.774-1.739c-.652-.53-1.386-.957-2.217-.957%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%22M13.9%203.602c-2.749%200-5.103%201.544-6.35%203.779c-.536-.317-1.139-.54-1.806-.54c-1.981%200-3.6%201.606-3.6%203.579c0%20.263.063.513.118.762C.912%2012.09%200%2013.602%200%2015.344c0%202.763%202.241%205.012%205.008%205.054h14.008c2.746.017%204.984-2.206%204.984-4.937c0-1.946-1.153-3.602-2.799-4.41c.003-.062.01-.115.01-.184c0-4.008-3.28-7.265-7.31-7.265zm0%20.843c3.58%200%206.47%202.872%206.47%206.422c0%20.115-.012.242-.02.387a.42.42%200%200%200%20.26.414a4.1%204.1%200%200%201%202.546%203.793a4.094%204.094%200%200%201-4.135%204.096H5.02C2.702%2019.52.844%2017.653.844%2015.344c0-1.545.834-2.883%202.08-3.62a.42.42%200%200%200%20.187-.49a2.7%202.7%200%200%201-.125-.814a2.74%202.74%200%200%201%202.758-2.736a2.75%202.75%200%200%201%201.686.576a.42.42%200%200%200%20.636-.15A6.46%206.46%200%200%201%2013.9%204.444zm-5.33%206.877c-1.586%200-2.91%201.213-2.91%202.737c0%201.523%201.324%202.736%202.91%202.736c1.411%200%202.182-.931%202.496-1.266a.421.421%200%201%200-.613-.578c-.378.402-.819%201.002-1.883%201.002c-1.162%200-2.068-.86-2.068-1.894c0-1.035.906-1.895%202.068-1.895c.533%200%201.105.297%201.686.77c.372.303.737.668%201.098%201.043a.4.4%200%200%200%20.085.123c.533.552%201.122%201.205%201.774%201.736s1.386.959%202.217.959c1.586%200%202.91-1.213%202.91-2.736s-1.324-2.737-2.91-2.737c-1.411%200-2.182.931-2.496%201.266a.421.421%200%201%200%20.613.578c.378-.402.819-1.002%201.883-1.002c1.162%200%202.068.86%202.068%201.895c0%201.034-.906%201.894-2.068%201.894c-.533%200-1.105-.297-1.686-.77c-.372-.303-.737-.67-1.098-1.044a.4.4%200%200%200-.085-.121c-.533-.552-1.122-1.208-1.774-1.739c-.652-.53-1.386-.957-2.217-.957%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/jsfiddle.svg?color=%231a73e8&size=48