jsfiddle from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
jsfiddle
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the jsfiddle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.992 14.348a8.492 8.492 0 0 0-16.266-3.273A4 4 0 0 0 9 11c-2.14 0-3.871 1.684-3.98 3.797A6 6 0 0 0 2 20c0 3.313 2.688 6 6 6h16a5.995 5.995 0 0 0 1.992-11.652M20.891 23c-1.914 0-3.746-1.645-5.516-3.234C13.863 18.406 12.301 17 11.109 17C9.926 17 9 17.879 9 19c0 1.086.969 2 2.11 2c.988 0 1.878-.41 2.73-1.258l1.41 1.414C14.023 22.383 12.633 23 11.11 23C8.843 23 7 21.207 7 19s1.844-4 4.11-4c1.956 0 3.812 1.664 5.6 3.277C18.2 19.613 19.743 21 20.888 21C22.055 21 23 20.102 23 19c0-1.121-.926-2-2.11-2c-1.355 0-2.562.902-2.878 1.219l-1.414-1.41c.07-.075 1.828-1.809 4.293-1.809C23.156 15 25 16.793 25 19s-1.844 4-4.11 4z"/></svg>

React

import type { SVGProps } from "react";

export function LaJsfiddle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.992 14.348a8.492 8.492 0 0 0-16.266-3.273A4 4 0 0 0 9 11c-2.14 0-3.871 1.684-3.98 3.797A6 6 0 0 0 2 20c0 3.313 2.688 6 6 6h16a5.995 5.995 0 0 0 1.992-11.652M20.891 23c-1.914 0-3.746-1.645-5.516-3.234C13.863 18.406 12.301 17 11.109 17C9.926 17 9 17.879 9 19c0 1.086.969 2 2.11 2c.988 0 1.878-.41 2.73-1.258l1.41 1.414C14.023 22.383 12.633 23 11.11 23C8.843 23 7 21.207 7 19s1.844-4 4.11-4c1.956 0 3.812 1.664 5.6 3.277C18.2 19.613 19.743 21 20.888 21C22.055 21 23 20.102 23 19c0-1.121-.926-2-2.11-2c-1.355 0-2.562.902-2.878 1.219l-1.414-1.41c.07-.075 1.828-1.809 4.293-1.809C23.156 15 25 16.793 25 19s-1.844 4-4.11 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.992 14.348a8.492 8.492 0 0 0-16.266-3.273A4 4 0 0 0 9 11c-2.14 0-3.871 1.684-3.98 3.797A6 6 0 0 0 2 20c0 3.313 2.688 6 6 6h16a5.995 5.995 0 0 0 1.992-11.652M20.891 23c-1.914 0-3.746-1.645-5.516-3.234C13.863 18.406 12.301 17 11.109 17C9.926 17 9 17.879 9 19c0 1.086.969 2 2.11 2c.988 0 1.878-.41 2.73-1.258l1.41 1.414C14.023 22.383 12.633 23 11.11 23C8.843 23 7 21.207 7 19s1.844-4 4.11-4c1.956 0 3.812 1.664 5.6 3.277C18.2 19.613 19.743 21 20.888 21C22.055 21 23 20.102 23 19c0-1.121-.926-2-2.11-2c-1.355 0-2.562.902-2.878 1.219l-1.414-1.41c.07-.075 1.828-1.809 4.293-1.809C23.156 15 25 16.793 25 19s-1.844 4-4.11 4z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.992%2014.348a8.492%208.492%200%200%200-16.266-3.273A4%204%200%200%200%209%2011c-2.14%200-3.871%201.684-3.98%203.797A6%206%200%200%200%202%2020c0%203.313%202.688%206%206%206h16a5.995%205.995%200%200%200%201.992-11.652M20.891%2023c-1.914%200-3.746-1.645-5.516-3.234C13.863%2018.406%2012.301%2017%2011.109%2017C9.926%2017%209%2017.879%209%2019c0%201.086.969%202%202.11%202c.988%200%201.878-.41%202.73-1.258l1.41%201.414C14.023%2022.383%2012.633%2023%2011.11%2023C8.843%2023%207%2021.207%207%2019s1.844-4%204.11-4c1.956%200%203.812%201.664%205.6%203.277C18.2%2019.613%2019.743%2021%2020.888%2021C22.055%2021%2023%2020.102%2023%2019c0-1.121-.926-2-2.11-2c-1.355%200-2.562.902-2.878%201.219l-1.414-1.41c.07-.075%201.828-1.809%204.293-1.809C23.156%2015%2025%2016.793%2025%2019s-1.844%204-4.11%204z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.992%2014.348a8.492%208.492%200%200%200-16.266-3.273A4%204%200%200%200%209%2011c-2.14%200-3.871%201.684-3.98%203.797A6%206%200%200%200%202%2020c0%203.313%202.688%206%206%206h16a5.995%205.995%200%200%200%201.992-11.652M20.891%2023c-1.914%200-3.746-1.645-5.516-3.234C13.863%2018.406%2012.301%2017%2011.109%2017C9.926%2017%209%2017.879%209%2019c0%201.086.969%202%202.11%202c.988%200%201.878-.41%202.73-1.258l1.41%201.414C14.023%2022.383%2012.633%2023%2011.11%2023C8.843%2023%207%2021.207%207%2019s1.844-4%204.11-4c1.956%200%203.812%201.664%205.6%203.277C18.2%2019.613%2019.743%2021%2020.888%2021C22.055%2021%2023%2020.102%2023%2019c0-1.121-.926-2-2.11-2c-1.355%200-2.562.902-2.878%201.219l-1.414-1.41c.07-.075%201.828-1.809%204.293-1.809C23.156%2015%2025%2016.793%2025%2019s-1.844%204-4.11%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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