codepen icon
codepen from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- codepen
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
codepen-fillAkar Iconscodepen-outlinedAnt Design IconscodepenBoxicons BrandscodepenCoreUI BrandscodepenDeviconcodepenFont Awesome 6 BrandscodepenFont Awesome BrandscodepenFeather IconscodepenIconoircodepenJam IconscodepenLine AwesomecodepenSVG LogoscodepenLucidecodepenMaterial Design Iconscodepen-fillMingCute IconcodepenMyna UI Iconscodepen-fillRemix IconcodepenSimple Iconscodepen-darkSkill Iconscodepen-outlineTeenyicons
Use the codepen 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="m21 15l-9-5.5L2.5 15M12 9.5V3"/><path d="m21 9l-9 5.5L2.5 9m9.5 5.5V21"/><path d="m19.725 7.03l-5-3.243C13.402 2.929 12.74 2.5 12 2.5s-1.402.429-2.725 1.287l-5 3.244c-1.113.722-1.67 1.083-1.972 1.64S2 9.89 2 11.215v1.57c0 1.325 0 1.988.303 2.544c.302.557.859.918 1.972 1.64l5 3.244C10.598 21.071 11.26 21.5 12 21.5s1.402-.429 2.725-1.287l5-3.244c1.113-.722 1.67-1.083 1.972-1.64S22 14.11 22 12.785v-1.57c0-1.325 0-1.988-.303-2.544c-.302-.557-.859-.918-1.972-1.64"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCodepen(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="m21 15l-9-5.5L2.5 15M12 9.5V3"/><path d="m21 9l-9 5.5L2.5 9m9.5 5.5V21"/><path d="m19.725 7.03l-5-3.243C13.402 2.929 12.74 2.5 12 2.5s-1.402.429-2.725 1.287l-5 3.244c-1.113.722-1.67 1.083-1.972 1.64S2 9.89 2 11.215v1.57c0 1.325 0 1.988.303 2.544c.302.557.859.918 1.972 1.64l5 3.244C10.598 21.071 11.26 21.5 12 21.5s1.402-.429 2.725-1.287l5-3.244c1.113-.722 1.67-1.083 1.972-1.64S22 14.11 22 12.785v-1.57c0-1.325 0-1.988-.303-2.544c-.302-.557-.859-.918-1.972-1.64"/></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="m21 15l-9-5.5L2.5 15M12 9.5V3"/><path d="m21 9l-9 5.5L2.5 9m9.5 5.5V21"/><path d="m19.725 7.03l-5-3.243C13.402 2.929 12.74 2.5 12 2.5s-1.402.429-2.725 1.287l-5 3.244c-1.113.722-1.67 1.083-1.972 1.64S2 9.89 2 11.215v1.57c0 1.325 0 1.988.303 2.544c.302.557.859.918 1.972 1.64l5 3.244C10.598 21.071 11.26 21.5 12 21.5s1.402-.429 2.725-1.287l5-3.244c1.113-.722 1.67-1.083 1.972-1.64S22 14.11 22 12.785v-1.57c0-1.325 0-1.988-.303-2.544c-.302-.557-.859-.918-1.972-1.64"/></g></svg> </template>
CSS
.icon-codepen {
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%22m21%2015l-9-5.5L2.5%2015M12%209.5V3%22%2F%3E%3Cpath%20d%3D%22m21%209l-9%205.5L2.5%209m9.5%205.5V21%22%2F%3E%3Cpath%20d%3D%22m19.725%207.03l-5-3.243C13.402%202.929%2012.74%202.5%2012%202.5s-1.402.429-2.725%201.287l-5%203.244c-1.113.722-1.67%201.083-1.972%201.64S2%209.89%202%2011.215v1.57c0%201.325%200%201.988.303%202.544c.302.557.859.918%201.972%201.64l5%203.244C10.598%2021.071%2011.26%2021.5%2012%2021.5s1.402-.429%202.725-1.287l5-3.244c1.113-.722%201.67-1.083%201.972-1.64S22%2014.11%2022%2012.785v-1.57c0-1.325%200-1.988-.303-2.544c-.302-.557-.859-.918-1.972-1.64%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%22m21%2015l-9-5.5L2.5%2015M12%209.5V3%22%2F%3E%3Cpath%20d%3D%22m21%209l-9%205.5L2.5%209m9.5%205.5V21%22%2F%3E%3Cpath%20d%3D%22m19.725%207.03l-5-3.243C13.402%202.929%2012.74%202.5%2012%202.5s-1.402.429-2.725%201.287l-5%203.244c-1.113.722-1.67%201.083-1.972%201.64S2%209.89%202%2011.215v1.57c0%201.325%200%201.988.303%202.544c.302.557.859.918%201.972%201.64l5%203.244C10.598%2021.071%2011.26%2021.5%2012%2021.5s1.402-.429%202.725-1.287l5-3.244c1.113-.722%201.67-1.083%201.972-1.64S22%2014.11%2022%2012.785v-1.57c0-1.325%200-1.988-.303-2.544c-.302-.557-.859-.918-1.972-1.64%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/codepen.svg?color=%231a73e8&size=48