cc square icon
cc-square from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- cc-square
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Related icons in Bootstrap Icons
Use the cc square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><defs><path id="SVGZzR9RbFh" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.408 3.89c-.83 0-1.318.64-1.318 1.753v.742c0 1.108.479 1.727 1.318 1.727c.69 0 1.138-.435 1.187-1.05h1.147v.114c-.058 1.147-1.029 1.938-2.343 1.938c-1.612 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75c1.319 0 2.29.812 2.343 1.999v.11H6.595c-.049-.638-.506-1.108-1.187-1.108Zm5.404 0c-.831 0-1.319.64-1.319 1.753v.742c0 1.108.48 1.727 1.319 1.727c.69 0 1.138-.435 1.186-1.05h1.147v.114c-.057 1.147-1.028 1.938-2.342 1.938c-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75c1.318 0 2.29.812 2.342 1.999v.11h-1.147c-.048-.638-.505-1.108-1.186-1.108Z"/></defs><g fill="currentColor" fill-rule="evenodd"><use href="#SVGZzR9RbFh"/><use href="#SVGZzR9RbFh"/></g></svg>
React
import type { SVGProps } from "react";
export function BiCcSquare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><defs><path id="SVGZzR9RbFh" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.408 3.89c-.83 0-1.318.64-1.318 1.753v.742c0 1.108.479 1.727 1.318 1.727c.69 0 1.138-.435 1.187-1.05h1.147v.114c-.058 1.147-1.029 1.938-2.343 1.938c-1.612 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75c1.319 0 2.29.812 2.343 1.999v.11H6.595c-.049-.638-.506-1.108-1.187-1.108Zm5.404 0c-.831 0-1.319.64-1.319 1.753v.742c0 1.108.48 1.727 1.319 1.727c.69 0 1.138-.435 1.186-1.05h1.147v.114c-.057 1.147-1.028 1.938-2.342 1.938c-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75c1.318 0 2.29.812 2.342 1.999v.11h-1.147c-.048-.638-.505-1.108-1.186-1.108Z"/></defs><g fill="currentColor" fillRule="evenodd"><use href="#SVGZzR9RbFh"/><use href="#SVGZzR9RbFh"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><defs><path id="SVGZzR9RbFh" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.408 3.89c-.83 0-1.318.64-1.318 1.753v.742c0 1.108.479 1.727 1.318 1.727c.69 0 1.138-.435 1.187-1.05h1.147v.114c-.058 1.147-1.029 1.938-2.343 1.938c-1.612 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75c1.319 0 2.29.812 2.343 1.999v.11H6.595c-.049-.638-.506-1.108-1.187-1.108Zm5.404 0c-.831 0-1.319.64-1.319 1.753v.742c0 1.108.48 1.727 1.319 1.727c.69 0 1.138-.435 1.186-1.05h1.147v.114c-.057 1.147-1.028 1.938-2.342 1.938c-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75c1.318 0 2.29.812 2.342 1.999v.11h-1.147c-.048-.638-.505-1.108-1.186-1.108Z"/></defs><g fill="currentColor" fill-rule="evenodd"><use href="#SVGZzR9RbFh"/><use href="#SVGZzR9RbFh"/></g></svg> </template>
CSS
.icon-cc-square {
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%2016%2016%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGZzR9RbFh%22%20d%3D%22M15%202a1%201%200%200%200-1-1H2a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1zM0%202a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2zm5.408%203.89c-.83%200-1.318.64-1.318%201.753v.742c0%201.108.479%201.727%201.318%201.727c.69%200%201.138-.435%201.187-1.05h1.147v.114c-.058%201.147-1.029%201.938-2.343%201.938c-1.612%200-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75%202.518-2.75c1.319%200%202.29.812%202.343%201.999v.11H6.595c-.049-.638-.506-1.108-1.187-1.108Zm5.404%200c-.831%200-1.319.64-1.319%201.753v.742c0%201.108.48%201.727%201.319%201.727c.69%200%201.138-.435%201.186-1.05h1.147v.114c-.057%201.147-1.028%201.938-2.342%201.938c-1.613%200-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75%202.518-2.75c1.318%200%202.29.812%202.342%201.999v.11h-1.147c-.048-.638-.505-1.108-1.186-1.108Z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20href%3D%22%23SVGZzR9RbFh%22%2F%3E%3Cuse%20href%3D%22%23SVGZzR9RbFh%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGZzR9RbFh%22%20d%3D%22M15%202a1%201%200%200%200-1-1H2a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1zM0%202a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2zm5.408%203.89c-.83%200-1.318.64-1.318%201.753v.742c0%201.108.479%201.727%201.318%201.727c.69%200%201.138-.435%201.187-1.05h1.147v.114c-.058%201.147-1.029%201.938-2.343%201.938c-1.612%200-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75%202.518-2.75c1.319%200%202.29.812%202.343%201.999v.11H6.595c-.049-.638-.506-1.108-1.187-1.108Zm5.404%200c-.831%200-1.319.64-1.319%201.753v.742c0%201.108.48%201.727%201.319%201.727c.69%200%201.138-.435%201.186-1.05h1.147v.114c-.057%201.147-1.028%201.938-2.342%201.938c-1.613%200-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75%202.518-2.75c1.318%200%202.29.812%202.342%201.999v.11h-1.147c-.048-.638-.505-1.108-1.186-1.108Z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20href%3D%22%23SVGZzR9RbFh%22%2F%3E%3Cuse%20href%3D%22%23SVGZzR9RbFh%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/cc-square.svg?color=%231a73e8&size=48