c-plus-plus from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
c-plus-plus
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Related icons in Boxicons Brands

Use the c plus plus logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.66 7a1.5 1.5 0 0 0-.55-.57l-7.34-4.24a1.67 1.67 0 0 0-1.54 0L3.89 6.43a1.68 1.68 0 0 0-.77 1.33v8.48a1.6 1.6 0 0 0 .22.76a1.5 1.5 0 0 0 .55.57l7.34 4.24a1.67 1.67 0 0 0 1.54 0l7.34-4.24a1.5 1.5 0 0 0 .55-.57a1.6 1.6 0 0 0 .22-.76V7.76a1.6 1.6 0 0 0-.22-.76M12 17.92A5.92 5.92 0 1 1 17.13 9L16 9.71l-.36.2l-1 .61A3 3 0 0 0 9 12a2.9 2.9 0 0 0 .4 1.48a3 3 0 0 0 5.13 0l2.6 1.52A5.94 5.94 0 0 1 12 17.92m5.92-5.59h-.66V13h-.65v-.66H16v-.66h.66V11h.65v.66h.66zm2.47 0h-.66V13h-.66v-.66h-.65v-.66h.65V11h.66v.66h.66z"/></svg>

React

import type { SVGProps } from "react";

export function BxlCPlusPlus(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="M20.66 7a1.5 1.5 0 0 0-.55-.57l-7.34-4.24a1.67 1.67 0 0 0-1.54 0L3.89 6.43a1.68 1.68 0 0 0-.77 1.33v8.48a1.6 1.6 0 0 0 .22.76a1.5 1.5 0 0 0 .55.57l7.34 4.24a1.67 1.67 0 0 0 1.54 0l7.34-4.24a1.5 1.5 0 0 0 .55-.57a1.6 1.6 0 0 0 .22-.76V7.76a1.6 1.6 0 0 0-.22-.76M12 17.92A5.92 5.92 0 1 1 17.13 9L16 9.71l-.36.2l-1 .61A3 3 0 0 0 9 12a2.9 2.9 0 0 0 .4 1.48a3 3 0 0 0 5.13 0l2.6 1.52A5.94 5.94 0 0 1 12 17.92m5.92-5.59h-.66V13h-.65v-.66H16v-.66h.66V11h.65v.66h.66zm2.47 0h-.66V13h-.66v-.66h-.65v-.66h.65V11h.66v.66h.66z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.66 7a1.5 1.5 0 0 0-.55-.57l-7.34-4.24a1.67 1.67 0 0 0-1.54 0L3.89 6.43a1.68 1.68 0 0 0-.77 1.33v8.48a1.6 1.6 0 0 0 .22.76a1.5 1.5 0 0 0 .55.57l7.34 4.24a1.67 1.67 0 0 0 1.54 0l7.34-4.24a1.5 1.5 0 0 0 .55-.57a1.6 1.6 0 0 0 .22-.76V7.76a1.6 1.6 0 0 0-.22-.76M12 17.92A5.92 5.92 0 1 1 17.13 9L16 9.71l-.36.2l-1 .61A3 3 0 0 0 9 12a2.9 2.9 0 0 0 .4 1.48a3 3 0 0 0 5.13 0l2.6 1.52A5.94 5.94 0 0 1 12 17.92m5.92-5.59h-.66V13h-.65v-.66H16v-.66h.66V11h.65v.66h.66zm2.47 0h-.66V13h-.66v-.66h-.65v-.66h.65V11h.66v.66h.66z"/></svg>
</template>

CSS

.icon-c-plus-plus {
  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%22M20.66%207a1.5%201.5%200%200%200-.55-.57l-7.34-4.24a1.67%201.67%200%200%200-1.54%200L3.89%206.43a1.68%201.68%200%200%200-.77%201.33v8.48a1.6%201.6%200%200%200%20.22.76a1.5%201.5%200%200%200%20.55.57l7.34%204.24a1.67%201.67%200%200%200%201.54%200l7.34-4.24a1.5%201.5%200%200%200%20.55-.57a1.6%201.6%200%200%200%20.22-.76V7.76a1.6%201.6%200%200%200-.22-.76M12%2017.92A5.92%205.92%200%201%201%2017.13%209L16%209.71l-.36.2l-1%20.61A3%203%200%200%200%209%2012a2.9%202.9%200%200%200%20.4%201.48a3%203%200%200%200%205.13%200l2.6%201.52A5.94%205.94%200%200%201%2012%2017.92m5.92-5.59h-.66V13h-.65v-.66H16v-.66h.66V11h.65v.66h.66zm2.47%200h-.66V13h-.66v-.66h-.65v-.66h.65V11h.66v.66h.66z%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%22M20.66%207a1.5%201.5%200%200%200-.55-.57l-7.34-4.24a1.67%201.67%200%200%200-1.54%200L3.89%206.43a1.68%201.68%200%200%200-.77%201.33v8.48a1.6%201.6%200%200%200%20.22.76a1.5%201.5%200%200%200%20.55.57l7.34%204.24a1.67%201.67%200%200%200%201.54%200l7.34-4.24a1.5%201.5%200%200%200%20.55-.57a1.6%201.6%200%200%200%20.22-.76V7.76a1.6%201.6%200%200%200-.22-.76M12%2017.92A5.92%205.92%200%201%201%2017.13%209L16%209.71l-.36.2l-1%20.61A3%203%200%200%200%209%2012a2.9%202.9%200%200%200%20.4%201.48a3%203%200%200%200%205.13%200l2.6%201.52A5.94%205.94%200%200%201%2012%2017.92m5.92-5.59h-.66V13h-.65v-.66H16v-.66h.66V11h.65v.66h.66zm2.47%200h-.66V13h-.66v-.66h-.65v-.66h.65V11h.66v.66h.66z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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