buffer logo
buffer from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- buffer
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the buffer logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.714 24.318q.57.289 0 .5l-15.146 6.964q-.571.29-1.135 0L.287 24.818q-.57-.211 0-.5l3.625-1.641q.571-.282 1.135 0l10.385 4.766q.57.282 1.141 0l10.38-4.766a1.21 1.21 0 0 1 1.135 0zm0-8.604q.57.288 0 .568l-15.146 6.974q-.571.203-1.135 0L.287 16.282q-.57-.288 0-.568l3.625-1.635q.571-.29 1.135 0l10.385 4.76q.57.282 1.141 0l10.38-4.76a1.19 1.19 0 0 1 1.135 0l3.625 1.63zM.286 7.682q-.57-.289 0-.5L15.432.213c.375-.188.76-.188 1.135 0l15.146 6.974q.57.211 0 .5l-15.146 6.964q-.571.29-1.135 0z"/></svg>
React
import type { SVGProps } from "react";
export function CibBuffer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.714 24.318q.57.289 0 .5l-15.146 6.964q-.571.29-1.135 0L.287 24.818q-.57-.211 0-.5l3.625-1.641q.571-.282 1.135 0l10.385 4.766q.57.282 1.141 0l10.38-4.766a1.21 1.21 0 0 1 1.135 0zm0-8.604q.57.288 0 .568l-15.146 6.974q-.571.203-1.135 0L.287 16.282q-.57-.288 0-.568l3.625-1.635q.571-.29 1.135 0l10.385 4.76q.57.282 1.141 0l10.38-4.76a1.19 1.19 0 0 1 1.135 0l3.625 1.63zM.286 7.682q-.57-.289 0-.5L15.432.213c.375-.188.76-.188 1.135 0l15.146 6.974q.57.211 0 .5l-15.146 6.964q-.571.29-1.135 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.714 24.318q.57.289 0 .5l-15.146 6.964q-.571.29-1.135 0L.287 24.818q-.57-.211 0-.5l3.625-1.641q.571-.282 1.135 0l10.385 4.766q.57.282 1.141 0l10.38-4.766a1.21 1.21 0 0 1 1.135 0zm0-8.604q.57.288 0 .568l-15.146 6.974q-.571.203-1.135 0L.287 16.282q-.57-.288 0-.568l3.625-1.635q.571-.29 1.135 0l10.385 4.76q.57.282 1.141 0l10.38-4.76a1.19 1.19 0 0 1 1.135 0l3.625 1.63zM.286 7.682q-.57-.289 0-.5L15.432.213c.375-.188.76-.188 1.135 0l15.146 6.974q.57.211 0 .5l-15.146 6.964q-.571.29-1.135 0z"/></svg> </template>
CSS
.icon-buffer {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.714%2024.318q.57.289%200%20.5l-15.146%206.964q-.571.29-1.135%200L.287%2024.818q-.57-.211%200-.5l3.625-1.641q.571-.282%201.135%200l10.385%204.766q.57.282%201.141%200l10.38-4.766a1.21%201.21%200%200%201%201.135%200zm0-8.604q.57.288%200%20.568l-15.146%206.974q-.571.203-1.135%200L.287%2016.282q-.57-.288%200-.568l3.625-1.635q.571-.29%201.135%200l10.385%204.76q.57.282%201.141%200l10.38-4.76a1.19%201.19%200%200%201%201.135%200l3.625%201.63zM.286%207.682q-.57-.289%200-.5L15.432.213c.375-.188.76-.188%201.135%200l15.146%206.974q.57.211%200%20.5l-15.146%206.964q-.571.29-1.135%200z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.714%2024.318q.57.289%200%20.5l-15.146%206.964q-.571.29-1.135%200L.287%2024.818q-.57-.211%200-.5l3.625-1.641q.571-.282%201.135%200l10.385%204.766q.57.282%201.141%200l10.38-4.766a1.21%201.21%200%200%201%201.135%200zm0-8.604q.57.288%200%20.568l-15.146%206.974q-.571.203-1.135%200L.287%2016.282q-.57-.288%200-.568l3.625-1.635q.571-.29%201.135%200l10.385%204.76q.57.282%201.141%200l10.38-4.76a1.19%201.19%200%200%201%201.135%200l3.625%201.63zM.286%207.682q-.57-.289%200-.5L15.432.213c.375-.188.76-.188%201.135%200l15.146%206.974q.57.211%200%20.5l-15.146%206.964q-.571.29-1.135%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/buffer.svg?color=%231a73e8&size=48