reasonml logo
reasonml from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- reasonml
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×192
- License
- CC0
Related icons in SVG Logos
Use the reasonml logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 192"><path fill="#dd4b39" d="M0 0h191.336v191.336H0z"/><path fill="#333" d="m255.19 174.505l-5.017-12.961h-31.671l-5.122 12.961h-19.65l31.461-73.273h19.651l30.73 73.273zm-30.94-27.595h20.279l-10.035-26.131zm111.624-23.1c-7.735-4.39-17.56-7.84-23.623-7.84c-4.6 0-7.63 1.673-7.63 5.018c0 12.125 38.57 5.226 38.57 31.567c0 14.947-13.17 22.577-29.477 22.577c-12.23 0-24.981-4.494-33.762-11.707l7.422-14.947c7.526 6.48 18.919 11.08 26.55 11.08c5.644 0 9.198-2.09 9.198-5.958c0-12.439-38.57-4.913-38.57-30.835c0-13.693 11.602-22.369 29.267-22.369c10.766 0 21.637 3.345 29.267 8.258zm55.492-23.1c22.683 0 39.616 15.888 39.616 37.107c0 21.427-16.933 37.524-39.616 37.524c-22.682 0-39.615-16.097-39.615-37.524c0-21.324 16.933-37.107 39.615-37.107m.21 16.306c-10.976 0-20.174 8.99-20.174 20.905s9.303 21.114 20.173 21.114c10.976 0 19.756-9.198 19.756-21.114s-8.78-20.905-19.756-20.905m52.46-15.784h16.83l33.239 44.11v-44.11h17.77v73.273H495.15l-33.24-43.9v43.9h-17.873z"/><path fill="#fff" d="M113.497 174.505H91.861l-10.662-20.278H66.983v20.278H47.855v-73.273h32.926c19.442 0 30.521 9.408 30.521 25.714c0 11.08-4.599 19.233-13.065 23.623zm-46.514-58.012v22.473h13.902c7.735 0 12.23-3.972 12.23-11.393c0-7.212-4.495-11.08-12.23-11.08zm56.549-15.26h57.803v15.26H142.66v13.693h34.912v15.156l-34.912.105v13.797h39.72v15.261h-58.848z"/></svg>
React
import type { SVGProps } from "react";
export function LogosReasonml(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 192"><path fill="#dd4b39" d="M0 0h191.336v191.336H0z"/><path fill="#333" d="m255.19 174.505l-5.017-12.961h-31.671l-5.122 12.961h-19.65l31.461-73.273h19.651l30.73 73.273zm-30.94-27.595h20.279l-10.035-26.131zm111.624-23.1c-7.735-4.39-17.56-7.84-23.623-7.84c-4.6 0-7.63 1.673-7.63 5.018c0 12.125 38.57 5.226 38.57 31.567c0 14.947-13.17 22.577-29.477 22.577c-12.23 0-24.981-4.494-33.762-11.707l7.422-14.947c7.526 6.48 18.919 11.08 26.55 11.08c5.644 0 9.198-2.09 9.198-5.958c0-12.439-38.57-4.913-38.57-30.835c0-13.693 11.602-22.369 29.267-22.369c10.766 0 21.637 3.345 29.267 8.258zm55.492-23.1c22.683 0 39.616 15.888 39.616 37.107c0 21.427-16.933 37.524-39.616 37.524c-22.682 0-39.615-16.097-39.615-37.524c0-21.324 16.933-37.107 39.615-37.107m.21 16.306c-10.976 0-20.174 8.99-20.174 20.905s9.303 21.114 20.173 21.114c10.976 0 19.756-9.198 19.756-21.114s-8.78-20.905-19.756-20.905m52.46-15.784h16.83l33.239 44.11v-44.11h17.77v73.273H495.15l-33.24-43.9v43.9h-17.873z"/><path fill="#fff" d="M113.497 174.505H91.861l-10.662-20.278H66.983v20.278H47.855v-73.273h32.926c19.442 0 30.521 9.408 30.521 25.714c0 11.08-4.599 19.233-13.065 23.623zm-46.514-58.012v22.473h13.902c7.735 0 12.23-3.972 12.23-11.393c0-7.212-4.495-11.08-12.23-11.08zm56.549-15.26h57.803v15.26H142.66v13.693h34.912v15.156l-34.912.105v13.797h39.72v15.261h-58.848z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 192"><path fill="#dd4b39" d="M0 0h191.336v191.336H0z"/><path fill="#333" d="m255.19 174.505l-5.017-12.961h-31.671l-5.122 12.961h-19.65l31.461-73.273h19.651l30.73 73.273zm-30.94-27.595h20.279l-10.035-26.131zm111.624-23.1c-7.735-4.39-17.56-7.84-23.623-7.84c-4.6 0-7.63 1.673-7.63 5.018c0 12.125 38.57 5.226 38.57 31.567c0 14.947-13.17 22.577-29.477 22.577c-12.23 0-24.981-4.494-33.762-11.707l7.422-14.947c7.526 6.48 18.919 11.08 26.55 11.08c5.644 0 9.198-2.09 9.198-5.958c0-12.439-38.57-4.913-38.57-30.835c0-13.693 11.602-22.369 29.267-22.369c10.766 0 21.637 3.345 29.267 8.258zm55.492-23.1c22.683 0 39.616 15.888 39.616 37.107c0 21.427-16.933 37.524-39.616 37.524c-22.682 0-39.615-16.097-39.615-37.524c0-21.324 16.933-37.107 39.615-37.107m.21 16.306c-10.976 0-20.174 8.99-20.174 20.905s9.303 21.114 20.173 21.114c10.976 0 19.756-9.198 19.756-21.114s-8.78-20.905-19.756-20.905m52.46-15.784h16.83l33.239 44.11v-44.11h17.77v73.273H495.15l-33.24-43.9v43.9h-17.873z"/><path fill="#fff" d="M113.497 174.505H91.861l-10.662-20.278H66.983v20.278H47.855v-73.273h32.926c19.442 0 30.521 9.408 30.521 25.714c0 11.08-4.599 19.233-13.065 23.623zm-46.514-58.012v22.473h13.902c7.735 0 12.23-3.972 12.23-11.393c0-7.212-4.495-11.08-12.23-11.08zm56.549-15.26h57.803v15.26H142.66v13.693h34.912v15.156l-34.912.105v13.797h39.72v15.261h-58.848z"/></svg> </template>
CSS
.icon-reasonml {
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%20192%22%3E%3Cpath%20fill%3D%22%23dd4b39%22%20d%3D%22M0%200h191.336v191.336H0z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22m255.19%20174.505l-5.017-12.961h-31.671l-5.122%2012.961h-19.65l31.461-73.273h19.651l30.73%2073.273zm-30.94-27.595h20.279l-10.035-26.131zm111.624-23.1c-7.735-4.39-17.56-7.84-23.623-7.84c-4.6%200-7.63%201.673-7.63%205.018c0%2012.125%2038.57%205.226%2038.57%2031.567c0%2014.947-13.17%2022.577-29.477%2022.577c-12.23%200-24.981-4.494-33.762-11.707l7.422-14.947c7.526%206.48%2018.919%2011.08%2026.55%2011.08c5.644%200%209.198-2.09%209.198-5.958c0-12.439-38.57-4.913-38.57-30.835c0-13.693%2011.602-22.369%2029.267-22.369c10.766%200%2021.637%203.345%2029.267%208.258zm55.492-23.1c22.683%200%2039.616%2015.888%2039.616%2037.107c0%2021.427-16.933%2037.524-39.616%2037.524c-22.682%200-39.615-16.097-39.615-37.524c0-21.324%2016.933-37.107%2039.615-37.107m.21%2016.306c-10.976%200-20.174%208.99-20.174%2020.905s9.303%2021.114%2020.173%2021.114c10.976%200%2019.756-9.198%2019.756-21.114s-8.78-20.905-19.756-20.905m52.46-15.784h16.83l33.239%2044.11v-44.11h17.77v73.273H495.15l-33.24-43.9v43.9h-17.873z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M113.497%20174.505H91.861l-10.662-20.278H66.983v20.278H47.855v-73.273h32.926c19.442%200%2030.521%209.408%2030.521%2025.714c0%2011.08-4.599%2019.233-13.065%2023.623zm-46.514-58.012v22.473h13.902c7.735%200%2012.23-3.972%2012.23-11.393c0-7.212-4.495-11.08-12.23-11.08zm56.549-15.26h57.803v15.26H142.66v13.693h34.912v15.156l-34.912.105v13.797h39.72v15.261h-58.848z%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%20512%20192%22%3E%3Cpath%20fill%3D%22%23dd4b39%22%20d%3D%22M0%200h191.336v191.336H0z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22m255.19%20174.505l-5.017-12.961h-31.671l-5.122%2012.961h-19.65l31.461-73.273h19.651l30.73%2073.273zm-30.94-27.595h20.279l-10.035-26.131zm111.624-23.1c-7.735-4.39-17.56-7.84-23.623-7.84c-4.6%200-7.63%201.673-7.63%205.018c0%2012.125%2038.57%205.226%2038.57%2031.567c0%2014.947-13.17%2022.577-29.477%2022.577c-12.23%200-24.981-4.494-33.762-11.707l7.422-14.947c7.526%206.48%2018.919%2011.08%2026.55%2011.08c5.644%200%209.198-2.09%209.198-5.958c0-12.439-38.57-4.913-38.57-30.835c0-13.693%2011.602-22.369%2029.267-22.369c10.766%200%2021.637%203.345%2029.267%208.258zm55.492-23.1c22.683%200%2039.616%2015.888%2039.616%2037.107c0%2021.427-16.933%2037.524-39.616%2037.524c-22.682%200-39.615-16.097-39.615-37.524c0-21.324%2016.933-37.107%2039.615-37.107m.21%2016.306c-10.976%200-20.174%208.99-20.174%2020.905s9.303%2021.114%2020.173%2021.114c10.976%200%2019.756-9.198%2019.756-21.114s-8.78-20.905-19.756-20.905m52.46-15.784h16.83l33.239%2044.11v-44.11h17.77v73.273H495.15l-33.24-43.9v43.9h-17.873z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M113.497%20174.505H91.861l-10.662-20.278H66.983v20.278H47.855v-73.273h32.926c19.442%200%2030.521%209.408%2030.521%2025.714c0%2011.08-4.599%2019.233-13.065%2023.623zm-46.514-58.012v22.473h13.902c7.735%200%2012.23-3.972%2012.23-11.393c0-7.212-4.495-11.08-12.23-11.08zm56.549-15.26h57.803v15.26H142.66v13.693h34.912v15.156l-34.912.105v13.797h39.72v15.261h-58.848z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/reasonml.svg?color=%231a73e8&size=48