codepen icon
codepen-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- codepen-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
codepen-fillAkar Iconscodepen-outlinedAnt Design IconscodepenBoxicons BrandscodepenCoreUI BrandscodepenDeviconcodepenFont Awesome 6 BrandscodepenFont Awesome BrandscodepenFeather IconscodepenHuge IconscodepenIconoircodepenJam IconscodepenLine AwesomecodepenSVG LogoscodepenLucidecodepenMaterial Design IconscodepenMyna 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"><path fill="none" stroke="currentColor" stroke-width="2" d="m3.046 9.025l8.454 4.881a1 1 0 0 0 1 0l8.454-4.88m-17.93 5.961l8.476-4.893a1 1 0 0 1 1 0l8.476 4.893M12 4v6m0 4v6M3.002 9.577v4.845a1 1 0 0 0 .5.866l7.998 4.618a1 1 0 0 0 1 0l7.998-4.618a1 1 0 0 0 .5-.866V9.577a1 1 0 0 0-.5-.866L12.5 4.093a1 1 0 0 0-1 0L3.502 8.711a1 1 0 0 0-.5.866Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCodepenLine(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" strokeWidth="2" d="m3.046 9.025l8.454 4.881a1 1 0 0 0 1 0l8.454-4.88m-17.93 5.961l8.476-4.893a1 1 0 0 1 1 0l8.476 4.893M12 4v6m0 4v6M3.002 9.577v4.845a1 1 0 0 0 .5.866l7.998 4.618a1 1 0 0 0 1 0l7.998-4.618a1 1 0 0 0 .5-.866V9.577a1 1 0 0 0-.5-.866L12.5 4.093a1 1 0 0 0-1 0L3.502 8.711a1 1 0 0 0-.5.866Z"/></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-width="2" d="m3.046 9.025l8.454 4.881a1 1 0 0 0 1 0l8.454-4.88m-17.93 5.961l8.476-4.893a1 1 0 0 1 1 0l8.476 4.893M12 4v6m0 4v6M3.002 9.577v4.845a1 1 0 0 0 .5.866l7.998 4.618a1 1 0 0 0 1 0l7.998-4.618a1 1 0 0 0 .5-.866V9.577a1 1 0 0 0-.5-.866L12.5 4.093a1 1 0 0 0-1 0L3.502 8.711a1 1 0 0 0-.5.866Z"/></svg> </template>
CSS
.icon-codepen-line {
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-width%3D%222%22%20d%3D%22m3.046%209.025l8.454%204.881a1%201%200%200%200%201%200l8.454-4.88m-17.93%205.961l8.476-4.893a1%201%200%200%201%201%200l8.476%204.893M12%204v6m0%204v6M3.002%209.577v4.845a1%201%200%200%200%20.5.866l7.998%204.618a1%201%200%200%200%201%200l7.998-4.618a1%201%200%200%200%20.5-.866V9.577a1%201%200%200%200-.5-.866L12.5%204.093a1%201%200%200%200-1%200L3.502%208.711a1%201%200%200%200-.5.866Z%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-width%3D%222%22%20d%3D%22m3.046%209.025l8.454%204.881a1%201%200%200%200%201%200l8.454-4.88m-17.93%205.961l8.476-4.893a1%201%200%200%201%201%200l8.476%204.893M12%204v6m0%204v6M3.002%209.577v4.845a1%201%200%200%200%20.5.866l7.998%204.618a1%201%200%200%200%201%200l7.998-4.618a1%201%200%200%200%20.5-.866V9.577a1%201%200%200%200-.5-.866L12.5%204.093a1%201%200%200%200-1%200L3.502%208.711a1%201%200%200%200-.5.866Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/codepen-line.svg?color=%231a73e8&size=48