lookback logo

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

Name
lookback
Set
SVG Logos
Style
Color
Viewbox
512×96
License
CC0

Use the lookback logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 96"><g fill="#192d41"><path d="M296.128 31.545c-7.935 0-13.187 3.334-20.223 8.925V1.006L273.983 0l-24.319 11.5v1.76l9.408 5.783v71.828c8.641 3.768 16.384 4.774 24.318 4.774c17.729 0 35.203-12.067 35.203-34.688c-.066-16.907-9.6-29.412-22.465-29.412m-8.959 55.362c-4.737 0-8.324-2.136-11.33-5.783V45.181a48.4 48.4 0 0 1 10.432-1.318c8.641 0 14.336 7.035 14.336 21.305c.066 13.824-4.35 21.74-13.438 21.74m85.438-2.703V56.117c0-15.96-6.144-24.635-21.567-24.635c-9.982 0-18.177 3.584-25.342 10.62l2.748 5.47c5.25-3.33 10.24-5.341 15.36-5.341c8.513 0 11.842 5.024 11.842 14.83v2.578c-25.342 2.575-32.705 10.932-32.705 21.74c0 10.619 7.489 14.266 14.528 14.266c6.018 0 12.162-2.579 18.177-6.601v5.028h24.193V84.9h-6.593l-.64-.693zm-16.833-.184a33.8 33.8 0 0 1-7.934 1.318c-4.992 0-8.51-2.45-8.321-7.92c.129-6.471 4.862-9.613 16.258-10.619v17.22zm64.832 1.631c-10.11 0-19.647-8.04-19.647-26.079c0-12.818 3.97-19.732 11.459-19.732c3.072 0 5.437 1.131 8.063 3.33l11.135 14.642h1.92V34.69a51.4 51.4 0 0 0-17.151-3.142c-20.546 0-33.28 14.642-33.28 33.493c0 18.418 11.71 30.481 30.016 30.481a34.47 34.47 0 0 0 23.04-8.361l-2.755-5.025c-4.413 2.512-8.126 3.518-12.8 3.518zm82.307-.751L483.136 57.56l25.92-23.437v-1.131h-32.384v1.252l8.384 8.048L466.303 61.9l22.528 32.234H512v-9.23h-9.087z"/><path d="M465.088 84.204V1.009L463.04 0l-24.193 11.5v1.694l9.41 5.783v65.23l-.769.693h-6.593v9.234h31.552v-9.23h-6.59l-.77-.693zM15.04 9.489H0v84.774h50.88v-13.64H15.04zM83.456 31.67c-18.56 0-32.576 13.765-32.576 31.987c0 18.226 14.015 32.113 32.576 32.113c18.56 0 32.705-13.824 32.705-32.113c0-18.284-14.019-31.987-32.705-31.987m0 50.777c-10.369 0-18.174-8.041-18.174-18.727c0-10.682 7.809-18.664 18.174-18.664c10.24 0 18.307 8.17 18.307 18.601c0 10.682-7.81 18.79-18.307 18.79m70.144-50.84c-18.56 0-32.576 13.766-32.576 31.988c0 18.226 14.015 32.112 32.576 32.112c18.56 0 32.705-13.824 32.705-32.112S172.224 31.608 153.6 31.608m0 50.714c-10.369 0-18.174-8.044-18.174-18.726s7.809-18.602 18.174-18.602c10.24 0 18.307 8.17 18.307 18.602c0 10.682-7.875 18.726-18.307 18.726m93.055-49.266h-19.581l-18.627 18.977V6.41h-14.399v87.725h14.402v-26.96l25.214 26.963h18.88L220.29 59.572l26.366-26.52z"/></g></svg>

React

import type { SVGProps } from "react";

export function LogosLookback(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 96"><g fill="#192d41"><path d="M296.128 31.545c-7.935 0-13.187 3.334-20.223 8.925V1.006L273.983 0l-24.319 11.5v1.76l9.408 5.783v71.828c8.641 3.768 16.384 4.774 24.318 4.774c17.729 0 35.203-12.067 35.203-34.688c-.066-16.907-9.6-29.412-22.465-29.412m-8.959 55.362c-4.737 0-8.324-2.136-11.33-5.783V45.181a48.4 48.4 0 0 1 10.432-1.318c8.641 0 14.336 7.035 14.336 21.305c.066 13.824-4.35 21.74-13.438 21.74m85.438-2.703V56.117c0-15.96-6.144-24.635-21.567-24.635c-9.982 0-18.177 3.584-25.342 10.62l2.748 5.47c5.25-3.33 10.24-5.341 15.36-5.341c8.513 0 11.842 5.024 11.842 14.83v2.578c-25.342 2.575-32.705 10.932-32.705 21.74c0 10.619 7.489 14.266 14.528 14.266c6.018 0 12.162-2.579 18.177-6.601v5.028h24.193V84.9h-6.593l-.64-.693zm-16.833-.184a33.8 33.8 0 0 1-7.934 1.318c-4.992 0-8.51-2.45-8.321-7.92c.129-6.471 4.862-9.613 16.258-10.619v17.22zm64.832 1.631c-10.11 0-19.647-8.04-19.647-26.079c0-12.818 3.97-19.732 11.459-19.732c3.072 0 5.437 1.131 8.063 3.33l11.135 14.642h1.92V34.69a51.4 51.4 0 0 0-17.151-3.142c-20.546 0-33.28 14.642-33.28 33.493c0 18.418 11.71 30.481 30.016 30.481a34.47 34.47 0 0 0 23.04-8.361l-2.755-5.025c-4.413 2.512-8.126 3.518-12.8 3.518zm82.307-.751L483.136 57.56l25.92-23.437v-1.131h-32.384v1.252l8.384 8.048L466.303 61.9l22.528 32.234H512v-9.23h-9.087z"/><path d="M465.088 84.204V1.009L463.04 0l-24.193 11.5v1.694l9.41 5.783v65.23l-.769.693h-6.593v9.234h31.552v-9.23h-6.59l-.77-.693zM15.04 9.489H0v84.774h50.88v-13.64H15.04zM83.456 31.67c-18.56 0-32.576 13.765-32.576 31.987c0 18.226 14.015 32.113 32.576 32.113c18.56 0 32.705-13.824 32.705-32.113c0-18.284-14.019-31.987-32.705-31.987m0 50.777c-10.369 0-18.174-8.041-18.174-18.727c0-10.682 7.809-18.664 18.174-18.664c10.24 0 18.307 8.17 18.307 18.601c0 10.682-7.81 18.79-18.307 18.79m70.144-50.84c-18.56 0-32.576 13.766-32.576 31.988c0 18.226 14.015 32.112 32.576 32.112c18.56 0 32.705-13.824 32.705-32.112S172.224 31.608 153.6 31.608m0 50.714c-10.369 0-18.174-8.044-18.174-18.726s7.809-18.602 18.174-18.602c10.24 0 18.307 8.17 18.307 18.602c0 10.682-7.875 18.726-18.307 18.726m93.055-49.266h-19.581l-18.627 18.977V6.41h-14.399v87.725h14.402v-26.96l25.214 26.963h18.88L220.29 59.572l26.366-26.52z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 96"><g fill="#192d41"><path d="M296.128 31.545c-7.935 0-13.187 3.334-20.223 8.925V1.006L273.983 0l-24.319 11.5v1.76l9.408 5.783v71.828c8.641 3.768 16.384 4.774 24.318 4.774c17.729 0 35.203-12.067 35.203-34.688c-.066-16.907-9.6-29.412-22.465-29.412m-8.959 55.362c-4.737 0-8.324-2.136-11.33-5.783V45.181a48.4 48.4 0 0 1 10.432-1.318c8.641 0 14.336 7.035 14.336 21.305c.066 13.824-4.35 21.74-13.438 21.74m85.438-2.703V56.117c0-15.96-6.144-24.635-21.567-24.635c-9.982 0-18.177 3.584-25.342 10.62l2.748 5.47c5.25-3.33 10.24-5.341 15.36-5.341c8.513 0 11.842 5.024 11.842 14.83v2.578c-25.342 2.575-32.705 10.932-32.705 21.74c0 10.619 7.489 14.266 14.528 14.266c6.018 0 12.162-2.579 18.177-6.601v5.028h24.193V84.9h-6.593l-.64-.693zm-16.833-.184a33.8 33.8 0 0 1-7.934 1.318c-4.992 0-8.51-2.45-8.321-7.92c.129-6.471 4.862-9.613 16.258-10.619v17.22zm64.832 1.631c-10.11 0-19.647-8.04-19.647-26.079c0-12.818 3.97-19.732 11.459-19.732c3.072 0 5.437 1.131 8.063 3.33l11.135 14.642h1.92V34.69a51.4 51.4 0 0 0-17.151-3.142c-20.546 0-33.28 14.642-33.28 33.493c0 18.418 11.71 30.481 30.016 30.481a34.47 34.47 0 0 0 23.04-8.361l-2.755-5.025c-4.413 2.512-8.126 3.518-12.8 3.518zm82.307-.751L483.136 57.56l25.92-23.437v-1.131h-32.384v1.252l8.384 8.048L466.303 61.9l22.528 32.234H512v-9.23h-9.087z"/><path d="M465.088 84.204V1.009L463.04 0l-24.193 11.5v1.694l9.41 5.783v65.23l-.769.693h-6.593v9.234h31.552v-9.23h-6.59l-.77-.693zM15.04 9.489H0v84.774h50.88v-13.64H15.04zM83.456 31.67c-18.56 0-32.576 13.765-32.576 31.987c0 18.226 14.015 32.113 32.576 32.113c18.56 0 32.705-13.824 32.705-32.113c0-18.284-14.019-31.987-32.705-31.987m0 50.777c-10.369 0-18.174-8.041-18.174-18.727c0-10.682 7.809-18.664 18.174-18.664c10.24 0 18.307 8.17 18.307 18.601c0 10.682-7.81 18.79-18.307 18.79m70.144-50.84c-18.56 0-32.576 13.766-32.576 31.988c0 18.226 14.015 32.112 32.576 32.112c18.56 0 32.705-13.824 32.705-32.112S172.224 31.608 153.6 31.608m0 50.714c-10.369 0-18.174-8.044-18.174-18.726s7.809-18.602 18.174-18.602c10.24 0 18.307 8.17 18.307 18.602c0 10.682-7.875 18.726-18.307 18.726m93.055-49.266h-19.581l-18.627 18.977V6.41h-14.399v87.725h14.402v-26.96l25.214 26.963h18.88L220.29 59.572l26.366-26.52z"/></g></svg>
</template>

CSS

.icon-lookback {
  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%2096%22%3E%3Cg%20fill%3D%22%23192d41%22%3E%3Cpath%20d%3D%22M296.128%2031.545c-7.935%200-13.187%203.334-20.223%208.925V1.006L273.983%200l-24.319%2011.5v1.76l9.408%205.783v71.828c8.641%203.768%2016.384%204.774%2024.318%204.774c17.729%200%2035.203-12.067%2035.203-34.688c-.066-16.907-9.6-29.412-22.465-29.412m-8.959%2055.362c-4.737%200-8.324-2.136-11.33-5.783V45.181a48.4%2048.4%200%200%201%2010.432-1.318c8.641%200%2014.336%207.035%2014.336%2021.305c.066%2013.824-4.35%2021.74-13.438%2021.74m85.438-2.703V56.117c0-15.96-6.144-24.635-21.567-24.635c-9.982%200-18.177%203.584-25.342%2010.62l2.748%205.47c5.25-3.33%2010.24-5.341%2015.36-5.341c8.513%200%2011.842%205.024%2011.842%2014.83v2.578c-25.342%202.575-32.705%2010.932-32.705%2021.74c0%2010.619%207.489%2014.266%2014.528%2014.266c6.018%200%2012.162-2.579%2018.177-6.601v5.028h24.193V84.9h-6.593l-.64-.693zm-16.833-.184a33.8%2033.8%200%200%201-7.934%201.318c-4.992%200-8.51-2.45-8.321-7.92c.129-6.471%204.862-9.613%2016.258-10.619v17.22zm64.832%201.631c-10.11%200-19.647-8.04-19.647-26.079c0-12.818%203.97-19.732%2011.459-19.732c3.072%200%205.437%201.131%208.063%203.33l11.135%2014.642h1.92V34.69a51.4%2051.4%200%200%200-17.151-3.142c-20.546%200-33.28%2014.642-33.28%2033.493c0%2018.418%2011.71%2030.481%2030.016%2030.481a34.47%2034.47%200%200%200%2023.04-8.361l-2.755-5.025c-4.413%202.512-8.126%203.518-12.8%203.518zm82.307-.751L483.136%2057.56l25.92-23.437v-1.131h-32.384v1.252l8.384%208.048L466.303%2061.9l22.528%2032.234H512v-9.23h-9.087z%22%2F%3E%3Cpath%20d%3D%22M465.088%2084.204V1.009L463.04%200l-24.193%2011.5v1.694l9.41%205.783v65.23l-.769.693h-6.593v9.234h31.552v-9.23h-6.59l-.77-.693zM15.04%209.489H0v84.774h50.88v-13.64H15.04zM83.456%2031.67c-18.56%200-32.576%2013.765-32.576%2031.987c0%2018.226%2014.015%2032.113%2032.576%2032.113c18.56%200%2032.705-13.824%2032.705-32.113c0-18.284-14.019-31.987-32.705-31.987m0%2050.777c-10.369%200-18.174-8.041-18.174-18.727c0-10.682%207.809-18.664%2018.174-18.664c10.24%200%2018.307%208.17%2018.307%2018.601c0%2010.682-7.81%2018.79-18.307%2018.79m70.144-50.84c-18.56%200-32.576%2013.766-32.576%2031.988c0%2018.226%2014.015%2032.112%2032.576%2032.112c18.56%200%2032.705-13.824%2032.705-32.112S172.224%2031.608%20153.6%2031.608m0%2050.714c-10.369%200-18.174-8.044-18.174-18.726s7.809-18.602%2018.174-18.602c10.24%200%2018.307%208.17%2018.307%2018.602c0%2010.682-7.875%2018.726-18.307%2018.726m93.055-49.266h-19.581l-18.627%2018.977V6.41h-14.399v87.725h14.402v-26.96l25.214%2026.963h18.88L220.29%2059.572l26.366-26.52z%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%20512%2096%22%3E%3Cg%20fill%3D%22%23192d41%22%3E%3Cpath%20d%3D%22M296.128%2031.545c-7.935%200-13.187%203.334-20.223%208.925V1.006L273.983%200l-24.319%2011.5v1.76l9.408%205.783v71.828c8.641%203.768%2016.384%204.774%2024.318%204.774c17.729%200%2035.203-12.067%2035.203-34.688c-.066-16.907-9.6-29.412-22.465-29.412m-8.959%2055.362c-4.737%200-8.324-2.136-11.33-5.783V45.181a48.4%2048.4%200%200%201%2010.432-1.318c8.641%200%2014.336%207.035%2014.336%2021.305c.066%2013.824-4.35%2021.74-13.438%2021.74m85.438-2.703V56.117c0-15.96-6.144-24.635-21.567-24.635c-9.982%200-18.177%203.584-25.342%2010.62l2.748%205.47c5.25-3.33%2010.24-5.341%2015.36-5.341c8.513%200%2011.842%205.024%2011.842%2014.83v2.578c-25.342%202.575-32.705%2010.932-32.705%2021.74c0%2010.619%207.489%2014.266%2014.528%2014.266c6.018%200%2012.162-2.579%2018.177-6.601v5.028h24.193V84.9h-6.593l-.64-.693zm-16.833-.184a33.8%2033.8%200%200%201-7.934%201.318c-4.992%200-8.51-2.45-8.321-7.92c.129-6.471%204.862-9.613%2016.258-10.619v17.22zm64.832%201.631c-10.11%200-19.647-8.04-19.647-26.079c0-12.818%203.97-19.732%2011.459-19.732c3.072%200%205.437%201.131%208.063%203.33l11.135%2014.642h1.92V34.69a51.4%2051.4%200%200%200-17.151-3.142c-20.546%200-33.28%2014.642-33.28%2033.493c0%2018.418%2011.71%2030.481%2030.016%2030.481a34.47%2034.47%200%200%200%2023.04-8.361l-2.755-5.025c-4.413%202.512-8.126%203.518-12.8%203.518zm82.307-.751L483.136%2057.56l25.92-23.437v-1.131h-32.384v1.252l8.384%208.048L466.303%2061.9l22.528%2032.234H512v-9.23h-9.087z%22%2F%3E%3Cpath%20d%3D%22M465.088%2084.204V1.009L463.04%200l-24.193%2011.5v1.694l9.41%205.783v65.23l-.769.693h-6.593v9.234h31.552v-9.23h-6.59l-.77-.693zM15.04%209.489H0v84.774h50.88v-13.64H15.04zM83.456%2031.67c-18.56%200-32.576%2013.765-32.576%2031.987c0%2018.226%2014.015%2032.113%2032.576%2032.113c18.56%200%2032.705-13.824%2032.705-32.113c0-18.284-14.019-31.987-32.705-31.987m0%2050.777c-10.369%200-18.174-8.041-18.174-18.727c0-10.682%207.809-18.664%2018.174-18.664c10.24%200%2018.307%208.17%2018.307%2018.601c0%2010.682-7.81%2018.79-18.307%2018.79m70.144-50.84c-18.56%200-32.576%2013.766-32.576%2031.988c0%2018.226%2014.015%2032.112%2032.576%2032.112c18.56%200%2032.705-13.824%2032.705-32.112S172.224%2031.608%20153.6%2031.608m0%2050.714c-10.369%200-18.174-8.044-18.174-18.726s7.809-18.602%2018.174-18.602c10.24%200%2018.307%208.17%2018.307%2018.602c0%2010.682-7.875%2018.726-18.307%2018.726m93.055-49.266h-19.581l-18.627%2018.977V6.41h-14.399v87.725h14.402v-26.96l25.214%2026.963h18.88L220.29%2059.572l26.366-26.52z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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