social buffer icon

social-buffer-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
social-buffer-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the social buffer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M70.7 164.5l169.2 81.7c4.4 2.1 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c8.9-4.3 8.9-11.3 0-15.6L272.1 67.2c-4.4-2.1-10.3-3.2-16.1-3.2s-11.7 1.1-16.1 3.2L70.7 148.9c-8.9 4.3-8.9 11.3 0 15.6zm176.1-82.9c1.6-.8 4.9-1.6 9.2-1.6 4.3 0 7.5.8 9.2 1.6l155.5 75.1-155.5 75.1c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L91.3 156.7l155.5-75.1z" fill="currentColor"/><path d="M441.3 248.2s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S272 291.6 272 291.6c-4.5 2.1-10.3 3.2-16.1 3.2s-11.7-1.1-16.1-3.2c0 0-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3l-33.4 16.1c-8.9 4.3-8.9 11.3 0 15.6l169.2 81.7c4.4 2.1 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c9.1-4.2 9.1-11.2.2-15.5zm-176.1 82.9c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L91.3 256l18.9-9.1 122.7 59.3c6.4 3.1 14.6 4.8 23.1 4.8s16.6-1.7 23.1-4.8l122.7-59.3 18.9 9.1-155.5 75.1z" fill="currentColor"/><path d="M441.3 347.5s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S272.1 391 272.1 391c-4.5 2.1-10.3 3.2-16.1 3.2s-11.7-1.1-16.1-3.2c0 0-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3l-33.4 16.1c-8.9 4.3-8.9 11.3 0 15.6l169.2 81.7c4.4 2.2 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c9-4.3 9-11.3.1-15.6zm-176.1 82.9c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L91.3 355.3l18.9-9.1 122.7 59.3c6.4 3.1 14.6 4.8 23.1 4.8s16.6-1.7 23.1-4.8l122.7-59.3 18.9 9.1-155.5 75.1z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSocialBufferOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M70.7 164.5l169.2 81.7c4.4 2.1 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c8.9-4.3 8.9-11.3 0-15.6L272.1 67.2c-4.4-2.1-10.3-3.2-16.1-3.2s-11.7 1.1-16.1 3.2L70.7 148.9c-8.9 4.3-8.9 11.3 0 15.6zm176.1-82.9c1.6-.8 4.9-1.6 9.2-1.6 4.3 0 7.5.8 9.2 1.6l155.5 75.1-155.5 75.1c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L91.3 156.7l155.5-75.1z" fill="currentColor"/><path d="M441.3 248.2s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S272 291.6 272 291.6c-4.5 2.1-10.3 3.2-16.1 3.2s-11.7-1.1-16.1-3.2c0 0-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3l-33.4 16.1c-8.9 4.3-8.9 11.3 0 15.6l169.2 81.7c4.4 2.1 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c9.1-4.2 9.1-11.2.2-15.5zm-176.1 82.9c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L91.3 256l18.9-9.1 122.7 59.3c6.4 3.1 14.6 4.8 23.1 4.8s16.6-1.7 23.1-4.8l122.7-59.3 18.9 9.1-155.5 75.1z" fill="currentColor"/><path d="M441.3 347.5s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S272.1 391 272.1 391c-4.5 2.1-10.3 3.2-16.1 3.2s-11.7-1.1-16.1-3.2c0 0-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3l-33.4 16.1c-8.9 4.3-8.9 11.3 0 15.6l169.2 81.7c4.4 2.2 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c9-4.3 9-11.3.1-15.6zm-176.1 82.9c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L91.3 355.3l18.9-9.1 122.7 59.3c6.4 3.1 14.6 4.8 23.1 4.8s16.6-1.7 23.1-4.8l122.7-59.3 18.9 9.1-155.5 75.1z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M70.7 164.5l169.2 81.7c4.4 2.1 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c8.9-4.3 8.9-11.3 0-15.6L272.1 67.2c-4.4-2.1-10.3-3.2-16.1-3.2s-11.7 1.1-16.1 3.2L70.7 148.9c-8.9 4.3-8.9 11.3 0 15.6zm176.1-82.9c1.6-.8 4.9-1.6 9.2-1.6 4.3 0 7.5.8 9.2 1.6l155.5 75.1-155.5 75.1c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L91.3 156.7l155.5-75.1z" fill="currentColor"/><path d="M441.3 248.2s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S272 291.6 272 291.6c-4.5 2.1-10.3 3.2-16.1 3.2s-11.7-1.1-16.1-3.2c0 0-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3l-33.4 16.1c-8.9 4.3-8.9 11.3 0 15.6l169.2 81.7c4.4 2.1 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c9.1-4.2 9.1-11.2.2-15.5zm-176.1 82.9c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L91.3 256l18.9-9.1 122.7 59.3c6.4 3.1 14.6 4.8 23.1 4.8s16.6-1.7 23.1-4.8l122.7-59.3 18.9 9.1-155.5 75.1z" fill="currentColor"/><path d="M441.3 347.5s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S272.1 391 272.1 391c-4.5 2.1-10.3 3.2-16.1 3.2s-11.7-1.1-16.1-3.2c0 0-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3l-33.4 16.1c-8.9 4.3-8.9 11.3 0 15.6l169.2 81.7c4.4 2.2 10.3 3.2 16.1 3.2s11.7-1.1 16.1-3.2l169.2-81.7c9-4.3 9-11.3.1-15.6zm-176.1 82.9c-1.6.8-4.9 1.6-9.2 1.6-4.3 0-7.5-.8-9.2-1.6L91.3 355.3l18.9-9.1 122.7 59.3c6.4 3.1 14.6 4.8 23.1 4.8s16.6-1.7 23.1-4.8l122.7-59.3 18.9 9.1-155.5 75.1z" fill="currentColor"/></svg>
</template>

CSS

.icon-social-buffer-outline {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M70.7%20164.5l169.2%2081.7c4.4%202.1%2010.3%203.2%2016.1%203.2s11.7-1.1%2016.1-3.2l169.2-81.7c8.9-4.3%208.9-11.3%200-15.6L272.1%2067.2c-4.4-2.1-10.3-3.2-16.1-3.2s-11.7%201.1-16.1%203.2L70.7%20148.9c-8.9%204.3-8.9%2011.3%200%2015.6zm176.1-82.9c1.6-.8%204.9-1.6%209.2-1.6%204.3%200%207.5.8%209.2%201.6l155.5%2075.1-155.5%2075.1c-1.6.8-4.9%201.6-9.2%201.6-4.3%200-7.5-.8-9.2-1.6L91.3%20156.7l155.5-75.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M441.3%20248.2s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S272%20291.6%20272%20291.6c-4.5%202.1-10.3%203.2-16.1%203.2s-11.7-1.1-16.1-3.2c0%200-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3l-33.4%2016.1c-8.9%204.3-8.9%2011.3%200%2015.6l169.2%2081.7c4.4%202.1%2010.3%203.2%2016.1%203.2s11.7-1.1%2016.1-3.2l169.2-81.7c9.1-4.2%209.1-11.2.2-15.5zm-176.1%2082.9c-1.6.8-4.9%201.6-9.2%201.6-4.3%200-7.5-.8-9.2-1.6L91.3%20256l18.9-9.1%20122.7%2059.3c6.4%203.1%2014.6%204.8%2023.1%204.8s16.6-1.7%2023.1-4.8l122.7-59.3%2018.9%209.1-155.5%2075.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M441.3%20347.5s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S272.1%20391%20272.1%20391c-4.5%202.1-10.3%203.2-16.1%203.2s-11.7-1.1-16.1-3.2c0%200-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3l-33.4%2016.1c-8.9%204.3-8.9%2011.3%200%2015.6l169.2%2081.7c4.4%202.2%2010.3%203.2%2016.1%203.2s11.7-1.1%2016.1-3.2l169.2-81.7c9-4.3%209-11.3.1-15.6zm-176.1%2082.9c-1.6.8-4.9%201.6-9.2%201.6-4.3%200-7.5-.8-9.2-1.6L91.3%20355.3l18.9-9.1%20122.7%2059.3c6.4%203.1%2014.6%204.8%2023.1%204.8s16.6-1.7%2023.1-4.8l122.7-59.3%2018.9%209.1-155.5%2075.1z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M70.7%20164.5l169.2%2081.7c4.4%202.1%2010.3%203.2%2016.1%203.2s11.7-1.1%2016.1-3.2l169.2-81.7c8.9-4.3%208.9-11.3%200-15.6L272.1%2067.2c-4.4-2.1-10.3-3.2-16.1-3.2s-11.7%201.1-16.1%203.2L70.7%20148.9c-8.9%204.3-8.9%2011.3%200%2015.6zm176.1-82.9c1.6-.8%204.9-1.6%209.2-1.6%204.3%200%207.5.8%209.2%201.6l155.5%2075.1-155.5%2075.1c-1.6.8-4.9%201.6-9.2%201.6-4.3%200-7.5-.8-9.2-1.6L91.3%20156.7l155.5-75.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M441.3%20248.2s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S272%20291.6%20272%20291.6c-4.5%202.1-10.3%203.2-16.1%203.2s-11.7-1.1-16.1-3.2c0%200-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3l-33.4%2016.1c-8.9%204.3-8.9%2011.3%200%2015.6l169.2%2081.7c4.4%202.1%2010.3%203.2%2016.1%203.2s11.7-1.1%2016.1-3.2l169.2-81.7c9.1-4.2%209.1-11.2.2-15.5zm-176.1%2082.9c-1.6.8-4.9%201.6-9.2%201.6-4.3%200-7.5-.8-9.2-1.6L91.3%20256l18.9-9.1%20122.7%2059.3c6.4%203.1%2014.6%204.8%2023.1%204.8s16.6-1.7%2023.1-4.8l122.7-59.3%2018.9%209.1-155.5%2075.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M441.3%20347.5s-30.9-14.9-35-16.9-5.2-1.9-9.5.1S272.1%20391%20272.1%20391c-4.5%202.1-10.3%203.2-16.1%203.2s-11.7-1.1-16.1-3.2c0%200-117.3-56.6-122.8-59.3-6-2.9-7.7-2.9-13.1-.3l-33.4%2016.1c-8.9%204.3-8.9%2011.3%200%2015.6l169.2%2081.7c4.4%202.2%2010.3%203.2%2016.1%203.2s11.7-1.1%2016.1-3.2l169.2-81.7c9-4.3%209-11.3.1-15.6zm-176.1%2082.9c-1.6.8-4.9%201.6-9.2%201.6-4.3%200-7.5-.8-9.2-1.6L91.3%20355.3l18.9-9.1%20122.7%2059.3c6.4%203.1%2014.6%204.8%2023.1%204.8s16.6-1.7%2023.1-4.8l122.7-59.3%2018.9%209.1-155.5%2075.1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/social-buffer-outline.svg?color=%231a73e8&size=48