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

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

Use the esdoc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="128" fill="#e55151"/><path fill="#fff" d="M207.36 129.86c.564-4.113.862-8.325.862-12.614c0-21.679-7.595-41.562-21.385-55.986a74 74 0 0 0-4.825-4.584V29.4l-23.166 13.62c-9.143-3.346-19.184-5.083-29.934-5.083c-10.983 0-21.17 1.702-30.376 4.986L74.526 29.4v27.721a70 70 0 0 0-4.307 4.18C56.925 75.48 49.603 95.347 49.603 117.247c0 2.91.14 5.784.398 8.615c-7.385 17.474-1.101 55.401 18.434 68.142c3.786-4.497 6.64-9.442 8.57-14.59c6.487 5.321 13.88 9.448 22.046 12.313v17.404c0 4.441 3.6 8.041 8.042 8.041h5.847c2.83 0 5.926-2.294 5.926-5.123v15.016a7.946 7.946 0 0 0 7.945 7.946h4.663a7.946 7.946 0 0 0 7.946-7.946v-15.016c0 2.83 3.097 5.123 5.926 5.123h5.847c4.441 0 8.042-3.6 8.042-8.041v-17.636c7.373-2.668 14.126-6.372 20.144-11.077c1.918 4.786 4.65 9.382 8.188 13.586c18.155-11.84 24.861-45.429 19.794-64.144m-78.448 60.77c-20.939 0-37.795-6.564-50.056-17.422c4.085-18.27-3.252-37.845-23.038-48.771a91 91 0 0 1-.289-7.191c0-40.53 26.239-73.384 73.383-73.384c45.198 0 73.384 32.854 73.384 73.384c0 2.087-.09 4.15-.231 6.194c-21.64 10.92-29.449 31.768-24.64 50.932c-12.17 10.162-28.532 16.257-48.513 16.257m54.566-91.274c-.617-27.036-39.258-42.22-55.677-8.889C112.246 57.505 72.74 71.703 72 99.603c.618 22.715 17.654 32.097 46.789 28.64l9.012 10.741l9.135-10.74c31.974 1.728 45.592-5.483 46.542-28.888"/></svg>

React

import type { SVGProps } from "react";

export function LogosEsdoc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="128" fill="#e55151"/><path fill="#fff" d="M207.36 129.86c.564-4.113.862-8.325.862-12.614c0-21.679-7.595-41.562-21.385-55.986a74 74 0 0 0-4.825-4.584V29.4l-23.166 13.62c-9.143-3.346-19.184-5.083-29.934-5.083c-10.983 0-21.17 1.702-30.376 4.986L74.526 29.4v27.721a70 70 0 0 0-4.307 4.18C56.925 75.48 49.603 95.347 49.603 117.247c0 2.91.14 5.784.398 8.615c-7.385 17.474-1.101 55.401 18.434 68.142c3.786-4.497 6.64-9.442 8.57-14.59c6.487 5.321 13.88 9.448 22.046 12.313v17.404c0 4.441 3.6 8.041 8.042 8.041h5.847c2.83 0 5.926-2.294 5.926-5.123v15.016a7.946 7.946 0 0 0 7.945 7.946h4.663a7.946 7.946 0 0 0 7.946-7.946v-15.016c0 2.83 3.097 5.123 5.926 5.123h5.847c4.441 0 8.042-3.6 8.042-8.041v-17.636c7.373-2.668 14.126-6.372 20.144-11.077c1.918 4.786 4.65 9.382 8.188 13.586c18.155-11.84 24.861-45.429 19.794-64.144m-78.448 60.77c-20.939 0-37.795-6.564-50.056-17.422c4.085-18.27-3.252-37.845-23.038-48.771a91 91 0 0 1-.289-7.191c0-40.53 26.239-73.384 73.383-73.384c45.198 0 73.384 32.854 73.384 73.384c0 2.087-.09 4.15-.231 6.194c-21.64 10.92-29.449 31.768-24.64 50.932c-12.17 10.162-28.532 16.257-48.513 16.257m54.566-91.274c-.617-27.036-39.258-42.22-55.677-8.889C112.246 57.505 72.74 71.703 72 99.603c.618 22.715 17.654 32.097 46.789 28.64l9.012 10.741l9.135-10.74c31.974 1.728 45.592-5.483 46.542-28.888"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><circle cx="128" cy="128" r="128" fill="#e55151"/><path fill="#fff" d="M207.36 129.86c.564-4.113.862-8.325.862-12.614c0-21.679-7.595-41.562-21.385-55.986a74 74 0 0 0-4.825-4.584V29.4l-23.166 13.62c-9.143-3.346-19.184-5.083-29.934-5.083c-10.983 0-21.17 1.702-30.376 4.986L74.526 29.4v27.721a70 70 0 0 0-4.307 4.18C56.925 75.48 49.603 95.347 49.603 117.247c0 2.91.14 5.784.398 8.615c-7.385 17.474-1.101 55.401 18.434 68.142c3.786-4.497 6.64-9.442 8.57-14.59c6.487 5.321 13.88 9.448 22.046 12.313v17.404c0 4.441 3.6 8.041 8.042 8.041h5.847c2.83 0 5.926-2.294 5.926-5.123v15.016a7.946 7.946 0 0 0 7.945 7.946h4.663a7.946 7.946 0 0 0 7.946-7.946v-15.016c0 2.83 3.097 5.123 5.926 5.123h5.847c4.441 0 8.042-3.6 8.042-8.041v-17.636c7.373-2.668 14.126-6.372 20.144-11.077c1.918 4.786 4.65 9.382 8.188 13.586c18.155-11.84 24.861-45.429 19.794-64.144m-78.448 60.77c-20.939 0-37.795-6.564-50.056-17.422c4.085-18.27-3.252-37.845-23.038-48.771a91 91 0 0 1-.289-7.191c0-40.53 26.239-73.384 73.383-73.384c45.198 0 73.384 32.854 73.384 73.384c0 2.087-.09 4.15-.231 6.194c-21.64 10.92-29.449 31.768-24.64 50.932c-12.17 10.162-28.532 16.257-48.513 16.257m54.566-91.274c-.617-27.036-39.258-42.22-55.677-8.889C112.246 57.505 72.74 71.703 72 99.603c.618 22.715 17.654 32.097 46.789 28.64l9.012 10.741l9.135-10.74c31.974 1.728 45.592-5.483 46.542-28.888"/></svg>
</template>

CSS

.icon-esdoc {
  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%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22%23e55151%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M207.36%20129.86c.564-4.113.862-8.325.862-12.614c0-21.679-7.595-41.562-21.385-55.986a74%2074%200%200%200-4.825-4.584V29.4l-23.166%2013.62c-9.143-3.346-19.184-5.083-29.934-5.083c-10.983%200-21.17%201.702-30.376%204.986L74.526%2029.4v27.721a70%2070%200%200%200-4.307%204.18C56.925%2075.48%2049.603%2095.347%2049.603%20117.247c0%202.91.14%205.784.398%208.615c-7.385%2017.474-1.101%2055.401%2018.434%2068.142c3.786-4.497%206.64-9.442%208.57-14.59c6.487%205.321%2013.88%209.448%2022.046%2012.313v17.404c0%204.441%203.6%208.041%208.042%208.041h5.847c2.83%200%205.926-2.294%205.926-5.123v15.016a7.946%207.946%200%200%200%207.945%207.946h4.663a7.946%207.946%200%200%200%207.946-7.946v-15.016c0%202.83%203.097%205.123%205.926%205.123h5.847c4.441%200%208.042-3.6%208.042-8.041v-17.636c7.373-2.668%2014.126-6.372%2020.144-11.077c1.918%204.786%204.65%209.382%208.188%2013.586c18.155-11.84%2024.861-45.429%2019.794-64.144m-78.448%2060.77c-20.939%200-37.795-6.564-50.056-17.422c4.085-18.27-3.252-37.845-23.038-48.771a91%2091%200%200%201-.289-7.191c0-40.53%2026.239-73.384%2073.383-73.384c45.198%200%2073.384%2032.854%2073.384%2073.384c0%202.087-.09%204.15-.231%206.194c-21.64%2010.92-29.449%2031.768-24.64%2050.932c-12.17%2010.162-28.532%2016.257-48.513%2016.257m54.566-91.274c-.617-27.036-39.258-42.22-55.677-8.889C112.246%2057.505%2072.74%2071.703%2072%2099.603c.618%2022.715%2017.654%2032.097%2046.789%2028.64l9.012%2010.741l9.135-10.74c31.974%201.728%2045.592-5.483%2046.542-28.888%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%3Ccircle%20cx%3D%22128%22%20cy%3D%22128%22%20r%3D%22128%22%20fill%3D%22%23e55151%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M207.36%20129.86c.564-4.113.862-8.325.862-12.614c0-21.679-7.595-41.562-21.385-55.986a74%2074%200%200%200-4.825-4.584V29.4l-23.166%2013.62c-9.143-3.346-19.184-5.083-29.934-5.083c-10.983%200-21.17%201.702-30.376%204.986L74.526%2029.4v27.721a70%2070%200%200%200-4.307%204.18C56.925%2075.48%2049.603%2095.347%2049.603%20117.247c0%202.91.14%205.784.398%208.615c-7.385%2017.474-1.101%2055.401%2018.434%2068.142c3.786-4.497%206.64-9.442%208.57-14.59c6.487%205.321%2013.88%209.448%2022.046%2012.313v17.404c0%204.441%203.6%208.041%208.042%208.041h5.847c2.83%200%205.926-2.294%205.926-5.123v15.016a7.946%207.946%200%200%200%207.945%207.946h4.663a7.946%207.946%200%200%200%207.946-7.946v-15.016c0%202.83%203.097%205.123%205.926%205.123h5.847c4.441%200%208.042-3.6%208.042-8.041v-17.636c7.373-2.668%2014.126-6.372%2020.144-11.077c1.918%204.786%204.65%209.382%208.188%2013.586c18.155-11.84%2024.861-45.429%2019.794-64.144m-78.448%2060.77c-20.939%200-37.795-6.564-50.056-17.422c4.085-18.27-3.252-37.845-23.038-48.771a91%2091%200%200%201-.289-7.191c0-40.53%2026.239-73.384%2073.383-73.384c45.198%200%2073.384%2032.854%2073.384%2073.384c0%202.087-.09%204.15-.231%206.194c-21.64%2010.92-29.449%2031.768-24.64%2050.932c-12.17%2010.162-28.532%2016.257-48.513%2016.257m54.566-91.274c-.617-27.036-39.258-42.22-55.677-8.889C112.246%2057.505%2072.74%2071.703%2072%2099.603c.618%2022.715%2017.654%2032.097%2046.789%2028.64l9.012%2010.741l9.135-10.74c31.974%201.728%2045.592-5.483%2046.542-28.888%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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