forever from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
forever
Set
SVG Logos
Style
Color
Viewbox
256×127
License
CC0

Use the forever logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 127"><path d="M0 63.21q0-25.986 18.612-44.598T63.21 0t44.598 18.612l20.368 19.314l20.367-19.665Q166.804 0 192.79 0q25.635 0 44.423 18.612Q256 37.224 256 63.21t-18.787 44.598t-44.423 18.612q-25.986 0-44.598-18.612l-20.016-19.314l-20.72 19.665q-18.26 18.26-44.246 18.26t-44.598-18.611T0 63.21m63.21-26.69q-10.887 0-18.788 7.901t-7.9 18.788q0 11.236 7.725 18.963q7.725 7.725 18.963 7.725q11.236 0 18.963-7.725l19.314-18.963l-19.314-18.612Q74.095 36.52 63.21 36.52m148.543 45.652q7.725-7.726 7.726-18.963q0-11.238-7.726-18.963t-18.787-7.726t-18.788 7.726L154.513 63.21l19.314 18.612q7.726 7.726 18.963 7.9q11.238.177 18.963-7.55"/></svg>

React

import type { SVGProps } from "react";

export function LogosForever(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 127"><path d="M0 63.21q0-25.986 18.612-44.598T63.21 0t44.598 18.612l20.368 19.314l20.367-19.665Q166.804 0 192.79 0q25.635 0 44.423 18.612Q256 37.224 256 63.21t-18.787 44.598t-44.423 18.612q-25.986 0-44.598-18.612l-20.016-19.314l-20.72 19.665q-18.26 18.26-44.246 18.26t-44.598-18.611T0 63.21m63.21-26.69q-10.887 0-18.788 7.901t-7.9 18.788q0 11.236 7.725 18.963q7.725 7.725 18.963 7.725q11.236 0 18.963-7.725l19.314-18.963l-19.314-18.612Q74.095 36.52 63.21 36.52m148.543 45.652q7.725-7.726 7.726-18.963q0-11.238-7.726-18.963t-18.787-7.726t-18.788 7.726L154.513 63.21l19.314 18.612q7.726 7.726 18.963 7.9q11.238.177 18.963-7.55"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 127"><path d="M0 63.21q0-25.986 18.612-44.598T63.21 0t44.598 18.612l20.368 19.314l20.367-19.665Q166.804 0 192.79 0q25.635 0 44.423 18.612Q256 37.224 256 63.21t-18.787 44.598t-44.423 18.612q-25.986 0-44.598-18.612l-20.016-19.314l-20.72 19.665q-18.26 18.26-44.246 18.26t-44.598-18.611T0 63.21m63.21-26.69q-10.887 0-18.788 7.901t-7.9 18.788q0 11.236 7.725 18.963q7.725 7.725 18.963 7.725q11.236 0 18.963-7.725l19.314-18.963l-19.314-18.612Q74.095 36.52 63.21 36.52m148.543 45.652q7.725-7.726 7.726-18.963q0-11.238-7.726-18.963t-18.787-7.726t-18.788 7.726L154.513 63.21l19.314 18.612q7.726 7.726 18.963 7.9q11.238.177 18.963-7.55"/></svg>
</template>

CSS

.icon-forever {
  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%20127%22%3E%3Cpath%20d%3D%22M0%2063.21q0-25.986%2018.612-44.598T63.21%200t44.598%2018.612l20.368%2019.314l20.367-19.665Q166.804%200%20192.79%200q25.635%200%2044.423%2018.612Q256%2037.224%20256%2063.21t-18.787%2044.598t-44.423%2018.612q-25.986%200-44.598-18.612l-20.016-19.314l-20.72%2019.665q-18.26%2018.26-44.246%2018.26t-44.598-18.611T0%2063.21m63.21-26.69q-10.887%200-18.788%207.901t-7.9%2018.788q0%2011.236%207.725%2018.963q7.725%207.725%2018.963%207.725q11.236%200%2018.963-7.725l19.314-18.963l-19.314-18.612Q74.095%2036.52%2063.21%2036.52m148.543%2045.652q7.725-7.726%207.726-18.963q0-11.238-7.726-18.963t-18.787-7.726t-18.788%207.726L154.513%2063.21l19.314%2018.612q7.726%207.726%2018.963%207.9q11.238.177%2018.963-7.55%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%20127%22%3E%3Cpath%20d%3D%22M0%2063.21q0-25.986%2018.612-44.598T63.21%200t44.598%2018.612l20.368%2019.314l20.367-19.665Q166.804%200%20192.79%200q25.635%200%2044.423%2018.612Q256%2037.224%20256%2063.21t-18.787%2044.598t-44.423%2018.612q-25.986%200-44.598-18.612l-20.016-19.314l-20.72%2019.665q-18.26%2018.26-44.246%2018.26t-44.598-18.611T0%2063.21m63.21-26.69q-10.887%200-18.788%207.901t-7.9%2018.788q0%2011.236%207.725%2018.963q7.725%207.725%2018.963%207.725q11.236%200%2018.963-7.725l19.314-18.963l-19.314-18.612Q74.095%2036.52%2063.21%2036.52m148.543%2045.652q7.725-7.726%207.726-18.963q0-11.238-7.726-18.963t-18.787-7.726t-18.788%207.726L154.513%2063.21l19.314%2018.612q7.726%207.726%2018.963%207.9q11.238.177%2018.963-7.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Forever logo — SVG Logos · IconsDB