immer icon logo

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

Name
immer-icon
Set
SVG Logos
Style
Color
Viewbox
256×145
License
CC0

Use the immer icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 145"><path fill="#00e7c3" d="M189.727 0c22.575 0 45.15 14.022 54.536 41.742a33.1 33.1 0 0 0-12.477-2.412a33.2 33.2 0 0 0-14.177 3.155c-6.417-13.58-17.826-18.846-29.722-18.846c-15.585 0-30.237 16.416-46.209 41.348q.904 1.253 1.813 2.52l1.015 1.412l.508.707l1.02 1.419l1.025 1.421l1.028 1.422c13.555 18.715 28.036 37.145 42.222 37.145c10.883 0 14.124-2.241 22.047-11.168a33.3 33.3 0 0 0 19.43 6.235c3.897 0 7.644-.668 11.131-1.896c.345-.01.615-.032.798-.086c-9.873 25.783-34.115 39.999-55.71 39.999c-26.59 0-45.263-24.101-63.912-50.378c-17 27.296-34.126 49.203-58.94 49.203c-21.767 0-43.534-13.041-53.47-38.823c.118.033.28.065.474.087a33.2 33.2 0 0 0 11.098 1.894a33.2 33.2 0 0 0 15.061-3.587c6.567 12.052 17.418 16.791 28.688 16.791c14.802 0 32.33-20.372 45.985-41.265c-18.784-26.442-33.59-45.577-50-46.129c-8.128-.27-15.587 4.664-21.412 12.902a33.2 33.2 0 0 0-18.322-5.482a33.3 33.3 0 0 0-9.979 1.518C22.76 13.721 44.916 0 67.07 0c26.025 0 44.161 23.429 63.18 49.365C146.42 23.026 164.827 0 189.727 0M24.22 48.482c13.376 0 24.22 10.848 24.22 24.23c0 13.38-10.844 24.228-24.22 24.228S0 86.093 0 72.711s10.843-24.229 24.22-24.229m207.562 0c13.376 0 24.219 10.848 24.219 24.23c0 13.38-10.843 24.228-24.22 24.228c-13.375 0-24.219-10.847-24.219-24.229s10.844-24.229 24.22-24.229"/></svg>

React

import type { SVGProps } from "react";

export function LogosImmerIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 145"><path fill="#00e7c3" d="M189.727 0c22.575 0 45.15 14.022 54.536 41.742a33.1 33.1 0 0 0-12.477-2.412a33.2 33.2 0 0 0-14.177 3.155c-6.417-13.58-17.826-18.846-29.722-18.846c-15.585 0-30.237 16.416-46.209 41.348q.904 1.253 1.813 2.52l1.015 1.412l.508.707l1.02 1.419l1.025 1.421l1.028 1.422c13.555 18.715 28.036 37.145 42.222 37.145c10.883 0 14.124-2.241 22.047-11.168a33.3 33.3 0 0 0 19.43 6.235c3.897 0 7.644-.668 11.131-1.896c.345-.01.615-.032.798-.086c-9.873 25.783-34.115 39.999-55.71 39.999c-26.59 0-45.263-24.101-63.912-50.378c-17 27.296-34.126 49.203-58.94 49.203c-21.767 0-43.534-13.041-53.47-38.823c.118.033.28.065.474.087a33.2 33.2 0 0 0 11.098 1.894a33.2 33.2 0 0 0 15.061-3.587c6.567 12.052 17.418 16.791 28.688 16.791c14.802 0 32.33-20.372 45.985-41.265c-18.784-26.442-33.59-45.577-50-46.129c-8.128-.27-15.587 4.664-21.412 12.902a33.2 33.2 0 0 0-18.322-5.482a33.3 33.3 0 0 0-9.979 1.518C22.76 13.721 44.916 0 67.07 0c26.025 0 44.161 23.429 63.18 49.365C146.42 23.026 164.827 0 189.727 0M24.22 48.482c13.376 0 24.22 10.848 24.22 24.23c0 13.38-10.844 24.228-24.22 24.228S0 86.093 0 72.711s10.843-24.229 24.22-24.229m207.562 0c13.376 0 24.219 10.848 24.219 24.23c0 13.38-10.843 24.228-24.22 24.228c-13.375 0-24.219-10.847-24.219-24.229s10.844-24.229 24.22-24.229"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 145"><path fill="#00e7c3" d="M189.727 0c22.575 0 45.15 14.022 54.536 41.742a33.1 33.1 0 0 0-12.477-2.412a33.2 33.2 0 0 0-14.177 3.155c-6.417-13.58-17.826-18.846-29.722-18.846c-15.585 0-30.237 16.416-46.209 41.348q.904 1.253 1.813 2.52l1.015 1.412l.508.707l1.02 1.419l1.025 1.421l1.028 1.422c13.555 18.715 28.036 37.145 42.222 37.145c10.883 0 14.124-2.241 22.047-11.168a33.3 33.3 0 0 0 19.43 6.235c3.897 0 7.644-.668 11.131-1.896c.345-.01.615-.032.798-.086c-9.873 25.783-34.115 39.999-55.71 39.999c-26.59 0-45.263-24.101-63.912-50.378c-17 27.296-34.126 49.203-58.94 49.203c-21.767 0-43.534-13.041-53.47-38.823c.118.033.28.065.474.087a33.2 33.2 0 0 0 11.098 1.894a33.2 33.2 0 0 0 15.061-3.587c6.567 12.052 17.418 16.791 28.688 16.791c14.802 0 32.33-20.372 45.985-41.265c-18.784-26.442-33.59-45.577-50-46.129c-8.128-.27-15.587 4.664-21.412 12.902a33.2 33.2 0 0 0-18.322-5.482a33.3 33.3 0 0 0-9.979 1.518C22.76 13.721 44.916 0 67.07 0c26.025 0 44.161 23.429 63.18 49.365C146.42 23.026 164.827 0 189.727 0M24.22 48.482c13.376 0 24.22 10.848 24.22 24.23c0 13.38-10.844 24.228-24.22 24.228S0 86.093 0 72.711s10.843-24.229 24.22-24.229m207.562 0c13.376 0 24.219 10.848 24.219 24.23c0 13.38-10.843 24.228-24.22 24.228c-13.375 0-24.219-10.847-24.219-24.229s10.844-24.229 24.22-24.229"/></svg>
</template>

CSS

.icon-immer-icon {
  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%20145%22%3E%3Cpath%20fill%3D%22%2300e7c3%22%20d%3D%22M189.727%200c22.575%200%2045.15%2014.022%2054.536%2041.742a33.1%2033.1%200%200%200-12.477-2.412a33.2%2033.2%200%200%200-14.177%203.155c-6.417-13.58-17.826-18.846-29.722-18.846c-15.585%200-30.237%2016.416-46.209%2041.348q.904%201.253%201.813%202.52l1.015%201.412l.508.707l1.02%201.419l1.025%201.421l1.028%201.422c13.555%2018.715%2028.036%2037.145%2042.222%2037.145c10.883%200%2014.124-2.241%2022.047-11.168a33.3%2033.3%200%200%200%2019.43%206.235c3.897%200%207.644-.668%2011.131-1.896c.345-.01.615-.032.798-.086c-9.873%2025.783-34.115%2039.999-55.71%2039.999c-26.59%200-45.263-24.101-63.912-50.378c-17%2027.296-34.126%2049.203-58.94%2049.203c-21.767%200-43.534-13.041-53.47-38.823c.118.033.28.065.474.087a33.2%2033.2%200%200%200%2011.098%201.894a33.2%2033.2%200%200%200%2015.061-3.587c6.567%2012.052%2017.418%2016.791%2028.688%2016.791c14.802%200%2032.33-20.372%2045.985-41.265c-18.784-26.442-33.59-45.577-50-46.129c-8.128-.27-15.587%204.664-21.412%2012.902a33.2%2033.2%200%200%200-18.322-5.482a33.3%2033.3%200%200%200-9.979%201.518C22.76%2013.721%2044.916%200%2067.07%200c26.025%200%2044.161%2023.429%2063.18%2049.365C146.42%2023.026%20164.827%200%20189.727%200M24.22%2048.482c13.376%200%2024.22%2010.848%2024.22%2024.23c0%2013.38-10.844%2024.228-24.22%2024.228S0%2086.093%200%2072.711s10.843-24.229%2024.22-24.229m207.562%200c13.376%200%2024.219%2010.848%2024.219%2024.23c0%2013.38-10.843%2024.228-24.22%2024.228c-13.375%200-24.219-10.847-24.219-24.229s10.844-24.229%2024.22-24.229%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%20145%22%3E%3Cpath%20fill%3D%22%2300e7c3%22%20d%3D%22M189.727%200c22.575%200%2045.15%2014.022%2054.536%2041.742a33.1%2033.1%200%200%200-12.477-2.412a33.2%2033.2%200%200%200-14.177%203.155c-6.417-13.58-17.826-18.846-29.722-18.846c-15.585%200-30.237%2016.416-46.209%2041.348q.904%201.253%201.813%202.52l1.015%201.412l.508.707l1.02%201.419l1.025%201.421l1.028%201.422c13.555%2018.715%2028.036%2037.145%2042.222%2037.145c10.883%200%2014.124-2.241%2022.047-11.168a33.3%2033.3%200%200%200%2019.43%206.235c3.897%200%207.644-.668%2011.131-1.896c.345-.01.615-.032.798-.086c-9.873%2025.783-34.115%2039.999-55.71%2039.999c-26.59%200-45.263-24.101-63.912-50.378c-17%2027.296-34.126%2049.203-58.94%2049.203c-21.767%200-43.534-13.041-53.47-38.823c.118.033.28.065.474.087a33.2%2033.2%200%200%200%2011.098%201.894a33.2%2033.2%200%200%200%2015.061-3.587c6.567%2012.052%2017.418%2016.791%2028.688%2016.791c14.802%200%2032.33-20.372%2045.985-41.265c-18.784-26.442-33.59-45.577-50-46.129c-8.128-.27-15.587%204.664-21.412%2012.902a33.2%2033.2%200%200%200-18.322-5.482a33.3%2033.3%200%200%200-9.979%201.518C22.76%2013.721%2044.916%200%2067.07%200c26.025%200%2044.161%2023.429%2063.18%2049.365C146.42%2023.026%20164.827%200%20189.727%200M24.22%2048.482c13.376%200%2024.22%2010.848%2024.22%2024.23c0%2013.38-10.844%2024.228-24.22%2024.228S0%2086.093%200%2072.711s10.843-24.229%2024.22-24.229m207.562%200c13.376%200%2024.219%2010.848%2024.219%2024.23c0%2013.38-10.843%2024.228-24.22%2024.228c-13.375%200-24.219-10.847-24.219-24.229s10.844-24.229%2024.22-24.229%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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