code curly icon

code-curly from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
code-curly
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-code-curly

Related icons in BoxIcons v2

Use the code curly icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22h1v-2h-.989C8.703 19.994 6 19.827 6 16c0-1.993-.665-3.246-1.502-4C5.335 11.246 6 9.993 6 8c0-3.827 2.703-3.994 3-4h1V2H8.998C7.269 2.004 4 3.264 4 8c0 2.8-1.678 2.99-2.014 3L2 13c.082 0 2 .034 2 3c0 4.736 3.269 5.996 5 6m13-11c-.082 0-2-.034-2-3c0-4.736-3.269-5.996-5-6h-1v2h.989c.308.006 3.011.173 3.011 4c0 1.993.665 3.246 1.502 4c-.837.754-1.502 2.007-1.502 4c0 3.827-2.703 3.994-3 4h-1v2h1.002C16.731 21.996 20 20.736 20 16c0-2.8 1.678-2.99 2.014-3z"/></svg>

React

import type { SVGProps } from "react";

export function BxCodeCurly(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" d="M9 22h1v-2h-.989C8.703 19.994 6 19.827 6 16c0-1.993-.665-3.246-1.502-4C5.335 11.246 6 9.993 6 8c0-3.827 2.703-3.994 3-4h1V2H8.998C7.269 2.004 4 3.264 4 8c0 2.8-1.678 2.99-2.014 3L2 13c.082 0 2 .034 2 3c0 4.736 3.269 5.996 5 6m13-11c-.082 0-2-.034-2-3c0-4.736-3.269-5.996-5-6h-1v2h.989c.308.006 3.011.173 3.011 4c0 1.993.665 3.246 1.502 4c-.837.754-1.502 2.007-1.502 4c0 3.827-2.703 3.994-3 4h-1v2h1.002C16.731 21.996 20 20.736 20 16c0-2.8 1.678-2.99 2.014-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22h1v-2h-.989C8.703 19.994 6 19.827 6 16c0-1.993-.665-3.246-1.502-4C5.335 11.246 6 9.993 6 8c0-3.827 2.703-3.994 3-4h1V2H8.998C7.269 2.004 4 3.264 4 8c0 2.8-1.678 2.99-2.014 3L2 13c.082 0 2 .034 2 3c0 4.736 3.269 5.996 5 6m13-11c-.082 0-2-.034-2-3c0-4.736-3.269-5.996-5-6h-1v2h.989c.308.006 3.011.173 3.011 4c0 1.993.665 3.246 1.502 4c-.837.754-1.502 2.007-1.502 4c0 3.827-2.703 3.994-3 4h-1v2h1.002C16.731 21.996 20 20.736 20 16c0-2.8 1.678-2.99 2.014-3z"/></svg>
</template>

CSS

.icon-code-curly {
  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%20d%3D%22M9%2022h1v-2h-.989C8.703%2019.994%206%2019.827%206%2016c0-1.993-.665-3.246-1.502-4C5.335%2011.246%206%209.993%206%208c0-3.827%202.703-3.994%203-4h1V2H8.998C7.269%202.004%204%203.264%204%208c0%202.8-1.678%202.99-2.014%203L2%2013c.082%200%202%20.034%202%203c0%204.736%203.269%205.996%205%206m13-11c-.082%200-2-.034-2-3c0-4.736-3.269-5.996-5-6h-1v2h.989c.308.006%203.011.173%203.011%204c0%201.993.665%203.246%201.502%204c-.837.754-1.502%202.007-1.502%204c0%203.827-2.703%203.994-3%204h-1v2h1.002C16.731%2021.996%2020%2020.736%2020%2016c0-2.8%201.678-2.99%202.014-3z%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%20d%3D%22M9%2022h1v-2h-.989C8.703%2019.994%206%2019.827%206%2016c0-1.993-.665-3.246-1.502-4C5.335%2011.246%206%209.993%206%208c0-3.827%202.703-3.994%203-4h1V2H8.998C7.269%202.004%204%203.264%204%208c0%202.8-1.678%202.99-2.014%203L2%2013c.082%200%202%20.034%202%203c0%204.736%203.269%205.996%205%206m13-11c-.082%200-2-.034-2-3c0-4.736-3.269-5.996-5-6h-1v2h.989c.308.006%203.011.173%203.011%204c0%201.993.665%203.246%201.502%204c-.837.754-1.502%202.007-1.502%204c0%203.827-2.703%203.994-3%204h-1v2h1.002C16.731%2021.996%2020%2020.736%2020%2016c0-2.8%201.678-2.99%202.014-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/code-curly.svg?color=%231a73e8&size=48