sidebar code icon
sidebar-code-filled from Reicon by REICON · Filled · IT · MIT Free for personal and commercial use.
- Name
- sidebar-code-filled
- Set
- Reicon
- Style
- Filled
- Category
- IT
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More it icons from Reicon
Use the sidebar code icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 11c0-3.771 0-5.657 1.172-6.828S6.229 3 10 3h4.25v18H10c-3.771 0-5.657 0-6.828-1.172S2 16.771 2 13zm13.75 9.994V3.006c2.636.027 4.104.191 5.078 1.166C22 5.343 22 7.229 22 11v2c0 3.771 0 5.657-1.172 6.828c-.974.975-2.442 1.139-5.078 1.166M9.97 15.47a.75.75 0 0 1 1.06 0l1 1a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l.47-.47l-.47-.47a.75.75 0 0 1 0-1.06m-.268-1.207a.75.75 0 1 0-1.404-.526l-1.5 4a.75.75 0 0 0 1.404.526zM6.53 13.47a.75.75 0 0 1 0 1.06l-.47.47l.47.47a.75.75 0 1 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06l1-1a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSidebarCodeFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M2 11c0-3.771 0-5.657 1.172-6.828S6.229 3 10 3h4.25v18H10c-3.771 0-5.657 0-6.828-1.172S2 16.771 2 13zm13.75 9.994V3.006c2.636.027 4.104.191 5.078 1.166C22 5.343 22 7.229 22 11v2c0 3.771 0 5.657-1.172 6.828c-.974.975-2.442 1.139-5.078 1.166M9.97 15.47a.75.75 0 0 1 1.06 0l1 1a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l.47-.47l-.47-.47a.75.75 0 0 1 0-1.06m-.268-1.207a.75.75 0 1 0-1.404-.526l-1.5 4a.75.75 0 0 0 1.404.526zM6.53 13.47a.75.75 0 0 1 0 1.06l-.47.47l.47.47a.75.75 0 1 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06l1-1a.75.75 0 0 1 1.06 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 11c0-3.771 0-5.657 1.172-6.828S6.229 3 10 3h4.25v18H10c-3.771 0-5.657 0-6.828-1.172S2 16.771 2 13zm13.75 9.994V3.006c2.636.027 4.104.191 5.078 1.166C22 5.343 22 7.229 22 11v2c0 3.771 0 5.657-1.172 6.828c-.974.975-2.442 1.139-5.078 1.166M9.97 15.47a.75.75 0 0 1 1.06 0l1 1a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l.47-.47l-.47-.47a.75.75 0 0 1 0-1.06m-.268-1.207a.75.75 0 1 0-1.404-.526l-1.5 4a.75.75 0 0 0 1.404.526zM6.53 13.47a.75.75 0 0 1 0 1.06l-.47.47l.47.47a.75.75 0 1 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06l1-1a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sidebar-code-filled {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2011c0-3.771%200-5.657%201.172-6.828S6.229%203%2010%203h4.25v18H10c-3.771%200-5.657%200-6.828-1.172S2%2016.771%202%2013zm13.75%209.994V3.006c2.636.027%204.104.191%205.078%201.166C22%205.343%2022%207.229%2022%2011v2c0%203.771%200%205.657-1.172%206.828c-.974.975-2.442%201.139-5.078%201.166M9.97%2015.47a.75.75%200%200%201%201.06%200l1%201a.75.75%200%200%201%200%201.06l-1%201a.75.75%200%201%201-1.06-1.06l.47-.47l-.47-.47a.75.75%200%200%201%200-1.06m-.268-1.207a.75.75%200%201%200-1.404-.526l-1.5%204a.75.75%200%200%200%201.404.526zM6.53%2013.47a.75.75%200%200%201%200%201.06l-.47.47l.47.47a.75.75%200%201%201-1.06%201.06l-1-1a.75.75%200%200%201%200-1.06l1-1a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2011c0-3.771%200-5.657%201.172-6.828S6.229%203%2010%203h4.25v18H10c-3.771%200-5.657%200-6.828-1.172S2%2016.771%202%2013zm13.75%209.994V3.006c2.636.027%204.104.191%205.078%201.166C22%205.343%2022%207.229%2022%2011v2c0%203.771%200%205.657-1.172%206.828c-.974.975-2.442%201.139-5.078%201.166M9.97%2015.47a.75.75%200%200%201%201.06%200l1%201a.75.75%200%200%201%200%201.06l-1%201a.75.75%200%201%201-1.06-1.06l.47-.47l-.47-.47a.75.75%200%200%201%200-1.06m-.268-1.207a.75.75%200%201%200-1.404-.526l-1.5%204a.75.75%200%200%200%201.404.526zM6.53%2013.47a.75.75%200%200%201%200%201.06l-.47.47l.47.47a.75.75%200%201%201-1.06%201.06l-1-1a.75.75%200%200%201%200-1.06l1-1a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/sidebar-code-filled.svg?color=%231a73e8&size=48