logo codepen icon
logo-codepen from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- logo-codepen
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in TDesign Icons
logo-adobe-illustratelogo-adobe-lightroomlogo-adobe-photoshoplogo-alipaylogo-androidlogo-applelogo-behancelogo-chromelogo-cinema4dlogo-cnblogo-codesandboxlogo-codesignlogo-dribbblelogo-facebooklogo-figmalogo-framerlogo-githublogo-gitlablogo-hiflowlogo-ielogo-instagramlogo-iwikilogo-markdownlogo-miniprogram
Use the logo codepen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M2.5 15.15L12 8.5m0 0l9.5 6.65M12 8.5V2.75m9.5 6.1L12 15.5m0 0L2.5 8.85M12 15.5v6m-10-6v-7L12 2l10 6.5v7L12 22z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignLogoCodepen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M2.5 15.15L12 8.5m0 0l9.5 6.65M12 8.5V2.75m9.5 6.1L12 15.5m0 0L2.5 8.85M12 15.5v6m-10-6v-7L12 2l10 6.5v7L12 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M2.5 15.15L12 8.5m0 0l9.5 6.65M12 8.5V2.75m9.5 6.1L12 15.5m0 0L2.5 8.85M12 15.5v6m-10-6v-7L12 2l10 6.5v7L12 22z"/></svg> </template>
CSS
.icon-logo-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M2.5%2015.15L12%208.5m0%200l9.5%206.65M12%208.5V2.75m9.5%206.1L12%2015.5m0%200L2.5%208.85M12%2015.5v6m-10-6v-7L12%202l10%206.5v7L12%2022z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M2.5%2015.15L12%208.5m0%200l9.5%206.65M12%208.5V2.75m9.5%206.1L12%2015.5m0%200L2.5%208.85M12%2015.5v6m-10-6v-7L12%202l10%206.5v7L12%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/logo-codepen.svg?color=%231a73e8&size=48