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

Name
codrops
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the codrops logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#237DAC" d="M256 128c0 70.692-57.308 128-128 128C57.307 256 0 198.692 0 128C0 57.307 57.307 0 128 0c70.692 0 128 57.307 128 128"/><path fill="#FFF" d="M129.283 60.731s39.839 64.87 39.839 88.5c0 18.839-8.81 41.505-39.839 41.505c-31.029 0-39.854-22.679-39.854-41.517c0-22.818 39.854-88.488 39.854-88.488"/><path fill="#61AAD4" d="M100.532 82.518s25.074 40.828 25.074 55.701c0 11.857-5.545 26.123-25.074 26.123c-19.53 0-25.084-14.274-25.084-26.131c0-14.361 25.084-55.693 25.084-55.693"/></svg>

React

import type { SVGProps } from "react";

export function LogosCodrops(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#237DAC" d="M256 128c0 70.692-57.308 128-128 128C57.307 256 0 198.692 0 128C0 57.307 57.307 0 128 0c70.692 0 128 57.307 128 128"/><path fill="#FFF" d="M129.283 60.731s39.839 64.87 39.839 88.5c0 18.839-8.81 41.505-39.839 41.505c-31.029 0-39.854-22.679-39.854-41.517c0-22.818 39.854-88.488 39.854-88.488"/><path fill="#61AAD4" d="M100.532 82.518s25.074 40.828 25.074 55.701c0 11.857-5.545 26.123-25.074 26.123c-19.53 0-25.084-14.274-25.084-26.131c0-14.361 25.084-55.693 25.084-55.693"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#237DAC" d="M256 128c0 70.692-57.308 128-128 128C57.307 256 0 198.692 0 128C0 57.307 57.307 0 128 0c70.692 0 128 57.307 128 128"/><path fill="#FFF" d="M129.283 60.731s39.839 64.87 39.839 88.5c0 18.839-8.81 41.505-39.839 41.505c-31.029 0-39.854-22.679-39.854-41.517c0-22.818 39.854-88.488 39.854-88.488"/><path fill="#61AAD4" d="M100.532 82.518s25.074 40.828 25.074 55.701c0 11.857-5.545 26.123-25.074 26.123c-19.53 0-25.084-14.274-25.084-26.131c0-14.361 25.084-55.693 25.084-55.693"/></svg>
</template>

CSS

.icon-codrops {
  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%20256%22%3E%3Cpath%20fill%3D%22%23237DAC%22%20d%3D%22M256%20128c0%2070.692-57.308%20128-128%20128C57.307%20256%200%20198.692%200%20128C0%2057.307%2057.307%200%20128%200c70.692%200%20128%2057.307%20128%20128%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M129.283%2060.731s39.839%2064.87%2039.839%2088.5c0%2018.839-8.81%2041.505-39.839%2041.505c-31.029%200-39.854-22.679-39.854-41.517c0-22.818%2039.854-88.488%2039.854-88.488%22%2F%3E%3Cpath%20fill%3D%22%2361AAD4%22%20d%3D%22M100.532%2082.518s25.074%2040.828%2025.074%2055.701c0%2011.857-5.545%2026.123-25.074%2026.123c-19.53%200-25.084-14.274-25.084-26.131c0-14.361%2025.084-55.693%2025.084-55.693%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%20256%22%3E%3Cpath%20fill%3D%22%23237DAC%22%20d%3D%22M256%20128c0%2070.692-57.308%20128-128%20128C57.307%20256%200%20198.692%200%20128C0%2057.307%2057.307%200%20128%200c70.692%200%20128%2057.307%20128%20128%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M129.283%2060.731s39.839%2064.87%2039.839%2088.5c0%2018.839-8.81%2041.505-39.839%2041.505c-31.029%200-39.854-22.679-39.854-41.517c0-22.818%2039.854-88.488%2039.854-88.488%22%2F%3E%3Cpath%20fill%3D%22%2361AAD4%22%20d%3D%22M100.532%2082.518s25.074%2040.828%2025.074%2055.701c0%2011.857-5.545%2026.123-25.074%2026.123c-19.53%200-25.084-14.274-25.084-26.131c0-14.361%2025.084-55.693%2025.084-55.693%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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