jsfiddle logo
jsfiddle from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- jsfiddle
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.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 576 512"><path fill="currentColor" d="M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776c-2.352-16.488-3.539-33.619-9.097-49.095c-35.895-99.957-153.99-143.386-246.849-91.646c-27.37 15.25-48.971 36.369-65.493 63.903c-3.184-1.508-5.458-2.71-7.824-3.686c-30.102-12.421-59.049-10.121-85.331 9.167c-25.531 18.737-36.422 44.548-32.676 76.408c.355 3.025-1.967 7.621-4.514 9.545c-39.712 29.992-56.031 78.065-41.902 124.615c13.831 45.569 57.514 79.796 105.608 81.433c30.291 1.031 60.637.546 90.959.539c84.041-.021 168.09.531 252.12-.48c52.664-.634 96.108-36.873 108.212-87.293c11.54-48.074-11.144-97.3-56.832-122.634m21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65c-56.874.781-113.767.23-170.652.23c0 .7-163.028.159-163.728.154c-43.861-.332-76.739-19.766-95.175-59.995c-18.902-41.245-4.004-90.848 34.186-116.106c9.182-6.073 12.505-11.566 10.096-23.136c-5.49-26.361 4.453-47.956 26.42-62.981c22.987-15.723 47.422-16.146 72.034-3.083c10.269 5.45 14.607 11.564 22.198-2.527c14.222-26.399 34.557-46.727 60.671-61.294c97.46-54.366 228.37 7.568 230.24 132.697c.122 8.15 2.412 12.428 9.848 15.894c57.56 26.829 74.456 96.122 35.142 144.497m-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095c-16.953-.001-32.058-6.545-44.079-17.705c-27.697-25.713-71.141-74.98-95.937-93.387c-20.056-14.888-41.99-12.333-60.272 3.782c-49.996 44.071 15.859 121.775 67.063 77.188c4.548-3.96 7.84-9.543 12.744-12.844c8.184-5.509 20.766-.884 13.168 10.622c-17.358 26.284-49.33 38.197-78.863 29.301c-28.897-8.704-48.84-35.968-48.626-70.179c1.225-22.485 12.364-43.06 35.414-55.965c22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506c28.83-49.209-34.592-105.016-78.868-63.46c-3.989 3.744-6.917 8.932-11.41 11.72c-10.975 6.811-17.333-4.113-12.809-10.353c20.703-28.554 50.464-40.44 83.271-28.214c31.429 11.714 49.108 44.366 42.76 78.186"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsJsfiddle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776c-2.352-16.488-3.539-33.619-9.097-49.095c-35.895-99.957-153.99-143.386-246.849-91.646c-27.37 15.25-48.971 36.369-65.493 63.903c-3.184-1.508-5.458-2.71-7.824-3.686c-30.102-12.421-59.049-10.121-85.331 9.167c-25.531 18.737-36.422 44.548-32.676 76.408c.355 3.025-1.967 7.621-4.514 9.545c-39.712 29.992-56.031 78.065-41.902 124.615c13.831 45.569 57.514 79.796 105.608 81.433c30.291 1.031 60.637.546 90.959.539c84.041-.021 168.09.531 252.12-.48c52.664-.634 96.108-36.873 108.212-87.293c11.54-48.074-11.144-97.3-56.832-122.634m21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65c-56.874.781-113.767.23-170.652.23c0 .7-163.028.159-163.728.154c-43.861-.332-76.739-19.766-95.175-59.995c-18.902-41.245-4.004-90.848 34.186-116.106c9.182-6.073 12.505-11.566 10.096-23.136c-5.49-26.361 4.453-47.956 26.42-62.981c22.987-15.723 47.422-16.146 72.034-3.083c10.269 5.45 14.607 11.564 22.198-2.527c14.222-26.399 34.557-46.727 60.671-61.294c97.46-54.366 228.37 7.568 230.24 132.697c.122 8.15 2.412 12.428 9.848 15.894c57.56 26.829 74.456 96.122 35.142 144.497m-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095c-16.953-.001-32.058-6.545-44.079-17.705c-27.697-25.713-71.141-74.98-95.937-93.387c-20.056-14.888-41.99-12.333-60.272 3.782c-49.996 44.071 15.859 121.775 67.063 77.188c4.548-3.96 7.84-9.543 12.744-12.844c8.184-5.509 20.766-.884 13.168 10.622c-17.358 26.284-49.33 38.197-78.863 29.301c-28.897-8.704-48.84-35.968-48.626-70.179c1.225-22.485 12.364-43.06 35.414-55.965c22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506c28.83-49.209-34.592-105.016-78.868-63.46c-3.989 3.744-6.917 8.932-11.41 11.72c-10.975 6.811-17.333-4.113-12.809-10.353c20.703-28.554 50.464-40.44 83.271-28.214c31.429 11.714 49.108 44.366 42.76 78.186"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776c-2.352-16.488-3.539-33.619-9.097-49.095c-35.895-99.957-153.99-143.386-246.849-91.646c-27.37 15.25-48.971 36.369-65.493 63.903c-3.184-1.508-5.458-2.71-7.824-3.686c-30.102-12.421-59.049-10.121-85.331 9.167c-25.531 18.737-36.422 44.548-32.676 76.408c.355 3.025-1.967 7.621-4.514 9.545c-39.712 29.992-56.031 78.065-41.902 124.615c13.831 45.569 57.514 79.796 105.608 81.433c30.291 1.031 60.637.546 90.959.539c84.041-.021 168.09.531 252.12-.48c52.664-.634 96.108-36.873 108.212-87.293c11.54-48.074-11.144-97.3-56.832-122.634m21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65c-56.874.781-113.767.23-170.652.23c0 .7-163.028.159-163.728.154c-43.861-.332-76.739-19.766-95.175-59.995c-18.902-41.245-4.004-90.848 34.186-116.106c9.182-6.073 12.505-11.566 10.096-23.136c-5.49-26.361 4.453-47.956 26.42-62.981c22.987-15.723 47.422-16.146 72.034-3.083c10.269 5.45 14.607 11.564 22.198-2.527c14.222-26.399 34.557-46.727 60.671-61.294c97.46-54.366 228.37 7.568 230.24 132.697c.122 8.15 2.412 12.428 9.848 15.894c57.56 26.829 74.456 96.122 35.142 144.497m-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095c-16.953-.001-32.058-6.545-44.079-17.705c-27.697-25.713-71.141-74.98-95.937-93.387c-20.056-14.888-41.99-12.333-60.272 3.782c-49.996 44.071 15.859 121.775 67.063 77.188c4.548-3.96 7.84-9.543 12.744-12.844c8.184-5.509 20.766-.884 13.168 10.622c-17.358 26.284-49.33 38.197-78.863 29.301c-28.897-8.704-48.84-35.968-48.626-70.179c1.225-22.485 12.364-43.06 35.414-55.965c22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506c28.83-49.209-34.592-105.016-78.868-63.46c-3.989 3.744-6.917 8.932-11.41 11.72c-10.975 6.811-17.333-4.113-12.809-10.353c20.703-28.554 50.464-40.44 83.271-28.214c31.429 11.714 49.108 44.366 42.76 78.186"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M510.634%20237.462c-4.727-2.621-5.664-5.748-6.381-10.776c-2.352-16.488-3.539-33.619-9.097-49.095c-35.895-99.957-153.99-143.386-246.849-91.646c-27.37%2015.25-48.971%2036.369-65.493%2063.903c-3.184-1.508-5.458-2.71-7.824-3.686c-30.102-12.421-59.049-10.121-85.331%209.167c-25.531%2018.737-36.422%2044.548-32.676%2076.408c.355%203.025-1.967%207.621-4.514%209.545c-39.712%2029.992-56.031%2078.065-41.902%20124.615c13.831%2045.569%2057.514%2079.796%20105.608%2081.433c30.291%201.031%2060.637.546%2090.959.539c84.041-.021%20168.09.531%20252.12-.48c52.664-.634%2096.108-36.873%20108.212-87.293c11.54-48.074-11.144-97.3-56.832-122.634m21.107%20156.88c-18.23%2022.432-42.343%2035.253-71.28%2035.65c-56.874.781-113.767.23-170.652.23c0%20.7-163.028.159-163.728.154c-43.861-.332-76.739-19.766-95.175-59.995c-18.902-41.245-4.004-90.848%2034.186-116.106c9.182-6.073%2012.505-11.566%2010.096-23.136c-5.49-26.361%204.453-47.956%2026.42-62.981c22.987-15.723%2047.422-16.146%2072.034-3.083c10.269%205.45%2014.607%2011.564%2022.198-2.527c14.222-26.399%2034.557-46.727%2060.671-61.294c97.46-54.366%20228.37%207.568%20230.24%20132.697c.122%208.15%202.412%2012.428%209.848%2015.894c57.56%2026.829%2074.456%2096.122%2035.142%20144.497m-87.789-80.499c-5.848%2031.157-34.622%2055.096-66.666%2055.095c-16.953-.001-32.058-6.545-44.079-17.705c-27.697-25.713-71.141-74.98-95.937-93.387c-20.056-14.888-41.99-12.333-60.272%203.782c-49.996%2044.071%2015.859%20121.775%2067.063%2077.188c4.548-3.96%207.84-9.543%2012.744-12.844c8.184-5.509%2020.766-.884%2013.168%2010.622c-17.358%2026.284-49.33%2038.197-78.863%2029.301c-28.897-8.704-48.84-35.968-48.626-70.179c1.225-22.485%2012.364-43.06%2035.414-55.965c22.575-12.638%2046.369-13.146%2066.991%202.474C295.68%20280.7%20320.467%20323.97%20352.185%20343.47c24.558%2015.099%2054.254%207.363%2068.823-17.506c28.83-49.209-34.592-105.016-78.868-63.46c-3.989%203.744-6.917%208.932-11.41%2011.72c-10.975%206.811-17.333-4.113-12.809-10.353c20.703-28.554%2050.464-40.44%2083.271-28.214c31.429%2011.714%2049.108%2044.366%2042.76%2078.186%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M510.634%20237.462c-4.727-2.621-5.664-5.748-6.381-10.776c-2.352-16.488-3.539-33.619-9.097-49.095c-35.895-99.957-153.99-143.386-246.849-91.646c-27.37%2015.25-48.971%2036.369-65.493%2063.903c-3.184-1.508-5.458-2.71-7.824-3.686c-30.102-12.421-59.049-10.121-85.331%209.167c-25.531%2018.737-36.422%2044.548-32.676%2076.408c.355%203.025-1.967%207.621-4.514%209.545c-39.712%2029.992-56.031%2078.065-41.902%20124.615c13.831%2045.569%2057.514%2079.796%20105.608%2081.433c30.291%201.031%2060.637.546%2090.959.539c84.041-.021%20168.09.531%20252.12-.48c52.664-.634%2096.108-36.873%20108.212-87.293c11.54-48.074-11.144-97.3-56.832-122.634m21.107%20156.88c-18.23%2022.432-42.343%2035.253-71.28%2035.65c-56.874.781-113.767.23-170.652.23c0%20.7-163.028.159-163.728.154c-43.861-.332-76.739-19.766-95.175-59.995c-18.902-41.245-4.004-90.848%2034.186-116.106c9.182-6.073%2012.505-11.566%2010.096-23.136c-5.49-26.361%204.453-47.956%2026.42-62.981c22.987-15.723%2047.422-16.146%2072.034-3.083c10.269%205.45%2014.607%2011.564%2022.198-2.527c14.222-26.399%2034.557-46.727%2060.671-61.294c97.46-54.366%20228.37%207.568%20230.24%20132.697c.122%208.15%202.412%2012.428%209.848%2015.894c57.56%2026.829%2074.456%2096.122%2035.142%20144.497m-87.789-80.499c-5.848%2031.157-34.622%2055.096-66.666%2055.095c-16.953-.001-32.058-6.545-44.079-17.705c-27.697-25.713-71.141-74.98-95.937-93.387c-20.056-14.888-41.99-12.333-60.272%203.782c-49.996%2044.071%2015.859%20121.775%2067.063%2077.188c4.548-3.96%207.84-9.543%2012.744-12.844c8.184-5.509%2020.766-.884%2013.168%2010.622c-17.358%2026.284-49.33%2038.197-78.863%2029.301c-28.897-8.704-48.84-35.968-48.626-70.179c1.225-22.485%2012.364-43.06%2035.414-55.965c22.575-12.638%2046.369-13.146%2066.991%202.474C295.68%20280.7%20320.467%20323.97%20352.185%20343.47c24.558%2015.099%2054.254%207.363%2068.823-17.506c28.83-49.209-34.592-105.016-78.868-63.46c-3.989%203.744-6.917%208.932-11.41%2011.72c-10.975%206.811-17.333-4.113-12.809-10.353c20.703-28.554%2050.464-40.44%2083.271-28.214c31.429%2011.714%2049.108%2044.366%2042.76%2078.186%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/jsfiddle.svg?color=%231a73e8&size=48