buffer logo
buffer from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- buffer
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×262
- License
- CC0
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 256 262"><path d="M136.442 1.515c38.04 17.645 76.703 35.867 114.69 53.622c2.027.948 4.685 1.593 4.688 4.463c.004 2.875-2.65 3.515-4.682 4.464a76683 76683 0 0 1-114.45 53.437c-5.814 2.707-11.784 2.672-17.605-.041A104727 104727 0 0 1 4.403 63.907c-1.967-.92-4.442-1.616-4.365-4.413c.072-2.617 2.44-3.297 4.332-4.182C42.747 37.38 81.513 19.166 119.94 1.344c4.062-1.881 12.27-1.753 16.502.17m-8.562 260.047c-2.767 0-4.84-1.05-8.794-2.53c-38.185-17.712-76.323-35.526-114.458-53.346c-2.027-.947-4.652-1.616-4.628-4.504c.025-2.873 2.652-3.507 4.68-4.471c6.325-3.008 12.683-5.948 19.038-8.893c6.35-2.943 12.657-2.902 19.025.083c25.28 11.85 50.586 23.64 75.876 35.465c6.28 2.936 12.506 2.875 18.778-.063a70166 70166 0 0 1 76.108-35.573c5.992-2.797 12.063-2.875 18.083-.147c6.77 3.067 13.49 6.244 20.214 9.405c.997.469 2.008.998 2.843 1.7c1.797 1.515 1.821 3.566-.013 5.035c-1.115.893-2.449 1.55-3.757 2.16c-37.827 17.674-75.649 35.358-113.527 52.922c-2.944 1.364-6.7 2.757-9.468 2.757m-.134-70.823c-1.265 0-6.18-1.342-8.978-2.641c-38.028-17.66-76.005-35.43-113.985-53.191c-2.04-.954-4.7-1.57-4.753-4.412c-.056-3.015 2.728-3.618 4.828-4.617c6.396-3.045 12.81-6.056 19.247-9.014c6.104-2.804 12.218-2.738 18.317.11c25.535 11.928 51.07 23.858 76.623 35.746c5.915 2.752 11.922 2.73 17.842-.025c25.627-11.933 51.236-23.903 76.86-35.844c5.924-2.761 11.91-2.76 17.838-.054c6.756 3.082 13.47 6.257 20.191 9.414c.923.434 1.87.892 2.66 1.52c2.04 1.62 2.023 3.759-.04 5.38c-.794.625-1.737 1.086-2.66 1.518c-38.37 17.937-76.732 35.89-115.148 53.725c-2.64 1.227-7.578 2.385-8.842 2.385"/></svg>
React
import type { SVGProps } from "react";
export function LogosBuffer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 262"><path d="M136.442 1.515c38.04 17.645 76.703 35.867 114.69 53.622c2.027.948 4.685 1.593 4.688 4.463c.004 2.875-2.65 3.515-4.682 4.464a76683 76683 0 0 1-114.45 53.437c-5.814 2.707-11.784 2.672-17.605-.041A104727 104727 0 0 1 4.403 63.907c-1.967-.92-4.442-1.616-4.365-4.413c.072-2.617 2.44-3.297 4.332-4.182C42.747 37.38 81.513 19.166 119.94 1.344c4.062-1.881 12.27-1.753 16.502.17m-8.562 260.047c-2.767 0-4.84-1.05-8.794-2.53c-38.185-17.712-76.323-35.526-114.458-53.346c-2.027-.947-4.652-1.616-4.628-4.504c.025-2.873 2.652-3.507 4.68-4.471c6.325-3.008 12.683-5.948 19.038-8.893c6.35-2.943 12.657-2.902 19.025.083c25.28 11.85 50.586 23.64 75.876 35.465c6.28 2.936 12.506 2.875 18.778-.063a70166 70166 0 0 1 76.108-35.573c5.992-2.797 12.063-2.875 18.083-.147c6.77 3.067 13.49 6.244 20.214 9.405c.997.469 2.008.998 2.843 1.7c1.797 1.515 1.821 3.566-.013 5.035c-1.115.893-2.449 1.55-3.757 2.16c-37.827 17.674-75.649 35.358-113.527 52.922c-2.944 1.364-6.7 2.757-9.468 2.757m-.134-70.823c-1.265 0-6.18-1.342-8.978-2.641c-38.028-17.66-76.005-35.43-113.985-53.191c-2.04-.954-4.7-1.57-4.753-4.412c-.056-3.015 2.728-3.618 4.828-4.617c6.396-3.045 12.81-6.056 19.247-9.014c6.104-2.804 12.218-2.738 18.317.11c25.535 11.928 51.07 23.858 76.623 35.746c5.915 2.752 11.922 2.73 17.842-.025c25.627-11.933 51.236-23.903 76.86-35.844c5.924-2.761 11.91-2.76 17.838-.054c6.756 3.082 13.47 6.257 20.191 9.414c.923.434 1.87.892 2.66 1.52c2.04 1.62 2.023 3.759-.04 5.38c-.794.625-1.737 1.086-2.66 1.518c-38.37 17.937-76.732 35.89-115.148 53.725c-2.64 1.227-7.578 2.385-8.842 2.385"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 262"><path d="M136.442 1.515c38.04 17.645 76.703 35.867 114.69 53.622c2.027.948 4.685 1.593 4.688 4.463c.004 2.875-2.65 3.515-4.682 4.464a76683 76683 0 0 1-114.45 53.437c-5.814 2.707-11.784 2.672-17.605-.041A104727 104727 0 0 1 4.403 63.907c-1.967-.92-4.442-1.616-4.365-4.413c.072-2.617 2.44-3.297 4.332-4.182C42.747 37.38 81.513 19.166 119.94 1.344c4.062-1.881 12.27-1.753 16.502.17m-8.562 260.047c-2.767 0-4.84-1.05-8.794-2.53c-38.185-17.712-76.323-35.526-114.458-53.346c-2.027-.947-4.652-1.616-4.628-4.504c.025-2.873 2.652-3.507 4.68-4.471c6.325-3.008 12.683-5.948 19.038-8.893c6.35-2.943 12.657-2.902 19.025.083c25.28 11.85 50.586 23.64 75.876 35.465c6.28 2.936 12.506 2.875 18.778-.063a70166 70166 0 0 1 76.108-35.573c5.992-2.797 12.063-2.875 18.083-.147c6.77 3.067 13.49 6.244 20.214 9.405c.997.469 2.008.998 2.843 1.7c1.797 1.515 1.821 3.566-.013 5.035c-1.115.893-2.449 1.55-3.757 2.16c-37.827 17.674-75.649 35.358-113.527 52.922c-2.944 1.364-6.7 2.757-9.468 2.757m-.134-70.823c-1.265 0-6.18-1.342-8.978-2.641c-38.028-17.66-76.005-35.43-113.985-53.191c-2.04-.954-4.7-1.57-4.753-4.412c-.056-3.015 2.728-3.618 4.828-4.617c6.396-3.045 12.81-6.056 19.247-9.014c6.104-2.804 12.218-2.738 18.317.11c25.535 11.928 51.07 23.858 76.623 35.746c5.915 2.752 11.922 2.73 17.842-.025c25.627-11.933 51.236-23.903 76.86-35.844c5.924-2.761 11.91-2.76 17.838-.054c6.756 3.082 13.47 6.257 20.191 9.414c.923.434 1.87.892 2.66 1.52c2.04 1.62 2.023 3.759-.04 5.38c-.794.625-1.737 1.086-2.66 1.518c-38.37 17.937-76.732 35.89-115.148 53.725c-2.64 1.227-7.578 2.385-8.842 2.385"/></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%20256%20262%22%3E%3Cpath%20d%3D%22M136.442%201.515c38.04%2017.645%2076.703%2035.867%20114.69%2053.622c2.027.948%204.685%201.593%204.688%204.463c.004%202.875-2.65%203.515-4.682%204.464a76683%2076683%200%200%201-114.45%2053.437c-5.814%202.707-11.784%202.672-17.605-.041A104727%20104727%200%200%201%204.403%2063.907c-1.967-.92-4.442-1.616-4.365-4.413c.072-2.617%202.44-3.297%204.332-4.182C42.747%2037.38%2081.513%2019.166%20119.94%201.344c4.062-1.881%2012.27-1.753%2016.502.17m-8.562%20260.047c-2.767%200-4.84-1.05-8.794-2.53c-38.185-17.712-76.323-35.526-114.458-53.346c-2.027-.947-4.652-1.616-4.628-4.504c.025-2.873%202.652-3.507%204.68-4.471c6.325-3.008%2012.683-5.948%2019.038-8.893c6.35-2.943%2012.657-2.902%2019.025.083c25.28%2011.85%2050.586%2023.64%2075.876%2035.465c6.28%202.936%2012.506%202.875%2018.778-.063a70166%2070166%200%200%201%2076.108-35.573c5.992-2.797%2012.063-2.875%2018.083-.147c6.77%203.067%2013.49%206.244%2020.214%209.405c.997.469%202.008.998%202.843%201.7c1.797%201.515%201.821%203.566-.013%205.035c-1.115.893-2.449%201.55-3.757%202.16c-37.827%2017.674-75.649%2035.358-113.527%2052.922c-2.944%201.364-6.7%202.757-9.468%202.757m-.134-70.823c-1.265%200-6.18-1.342-8.978-2.641c-38.028-17.66-76.005-35.43-113.985-53.191c-2.04-.954-4.7-1.57-4.753-4.412c-.056-3.015%202.728-3.618%204.828-4.617c6.396-3.045%2012.81-6.056%2019.247-9.014c6.104-2.804%2012.218-2.738%2018.317.11c25.535%2011.928%2051.07%2023.858%2076.623%2035.746c5.915%202.752%2011.922%202.73%2017.842-.025c25.627-11.933%2051.236-23.903%2076.86-35.844c5.924-2.761%2011.91-2.76%2017.838-.054c6.756%203.082%2013.47%206.257%2020.191%209.414c.923.434%201.87.892%202.66%201.52c2.04%201.62%202.023%203.759-.04%205.38c-.794.625-1.737%201.086-2.66%201.518c-38.37%2017.937-76.732%2035.89-115.148%2053.725c-2.64%201.227-7.578%202.385-8.842%202.385%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%20256%20262%22%3E%3Cpath%20d%3D%22M136.442%201.515c38.04%2017.645%2076.703%2035.867%20114.69%2053.622c2.027.948%204.685%201.593%204.688%204.463c.004%202.875-2.65%203.515-4.682%204.464a76683%2076683%200%200%201-114.45%2053.437c-5.814%202.707-11.784%202.672-17.605-.041A104727%20104727%200%200%201%204.403%2063.907c-1.967-.92-4.442-1.616-4.365-4.413c.072-2.617%202.44-3.297%204.332-4.182C42.747%2037.38%2081.513%2019.166%20119.94%201.344c4.062-1.881%2012.27-1.753%2016.502.17m-8.562%20260.047c-2.767%200-4.84-1.05-8.794-2.53c-38.185-17.712-76.323-35.526-114.458-53.346c-2.027-.947-4.652-1.616-4.628-4.504c.025-2.873%202.652-3.507%204.68-4.471c6.325-3.008%2012.683-5.948%2019.038-8.893c6.35-2.943%2012.657-2.902%2019.025.083c25.28%2011.85%2050.586%2023.64%2075.876%2035.465c6.28%202.936%2012.506%202.875%2018.778-.063a70166%2070166%200%200%201%2076.108-35.573c5.992-2.797%2012.063-2.875%2018.083-.147c6.77%203.067%2013.49%206.244%2020.214%209.405c.997.469%202.008.998%202.843%201.7c1.797%201.515%201.821%203.566-.013%205.035c-1.115.893-2.449%201.55-3.757%202.16c-37.827%2017.674-75.649%2035.358-113.527%2052.922c-2.944%201.364-6.7%202.757-9.468%202.757m-.134-70.823c-1.265%200-6.18-1.342-8.978-2.641c-38.028-17.66-76.005-35.43-113.985-53.191c-2.04-.954-4.7-1.57-4.753-4.412c-.056-3.015%202.728-3.618%204.828-4.617c6.396-3.045%2012.81-6.056%2019.247-9.014c6.104-2.804%2012.218-2.738%2018.317.11c25.535%2011.928%2051.07%2023.858%2076.623%2035.746c5.915%202.752%2011.922%202.73%2017.842-.025c25.627-11.933%2051.236-23.903%2076.86-35.844c5.924-2.761%2011.91-2.76%2017.838-.054c6.756%203.082%2013.47%206.257%2020.191%209.414c.923.434%201.87.892%202.66%201.52c2.04%201.62%202.023%203.759-.04%205.38c-.794.625-1.737%201.086-2.66%201.518c-38.37%2017.937-76.732%2035.89-115.148%2053.725c-2.64%201.227-7.578%202.385-8.842%202.385%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/buffer.svg?color=%231a73e8&size=48