rescript logo
rescript from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- rescript
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the rescript logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.29 1.8q-.45-.6-.9-.9c-1.3-.9-2.899-.9-6.098-.9H7.696C4.498 0 2.9 0 1.8.8c-.4.3-.7.6-1 1C0 2.9 0 4.5 0 7.7v8.6c0 3.2 0 4.8.8 5.9q.45.6.9.9c1.199.9 2.798.9 5.996.9h8.596c3.199 0 4.798 0 5.898-.8q.6-.45.9-.9c.799-1.1.799-2.7.799-5.9V7.7c.2-3.2.2-4.8-.6-5.9ZM11.194 16.5c0 .2 0 .5-.1.8c0 .2-.1.3-.1.5c-.1.1-.2.3-.4.5s-.4.3-.6.4c-.3.1-.7.1-1.399.1c-.8 0-1.1 0-1.4-.1q-.6-.3-.899-.9c-.1-.3-.1-.7-.1-1.4v-8c0-.9 0-1.4.2-1.7s.4-.5.8-.7c.3-.2.8-.2 1.699-.2h2.299zm5.097-4.9a2.794 2.794 0 0 1-2.798-2.8c0-1.6 1.3-2.8 2.798-2.8c1.5 0 2.8 1.3 2.8 2.8s-1.3 2.8-2.8 2.8"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsRescript(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.29 1.8q-.45-.6-.9-.9c-1.3-.9-2.899-.9-6.098-.9H7.696C4.498 0 2.9 0 1.8.8c-.4.3-.7.6-1 1C0 2.9 0 4.5 0 7.7v8.6c0 3.2 0 4.8.8 5.9q.45.6.9.9c1.199.9 2.798.9 5.996.9h8.596c3.199 0 4.798 0 5.898-.8q.6-.45.9-.9c.799-1.1.799-2.7.799-5.9V7.7c.2-3.2.2-4.8-.6-5.9ZM11.194 16.5c0 .2 0 .5-.1.8c0 .2-.1.3-.1.5c-.1.1-.2.3-.4.5s-.4.3-.6.4c-.3.1-.7.1-1.399.1c-.8 0-1.1 0-1.4-.1q-.6-.3-.899-.9c-.1-.3-.1-.7-.1-1.4v-8c0-.9 0-1.4.2-1.7s.4-.5.8-.7c.3-.2.8-.2 1.699-.2h2.299zm5.097-4.9a2.794 2.794 0 0 1-2.798-2.8c0-1.6 1.3-2.8 2.798-2.8c1.5 0 2.8 1.3 2.8 2.8s-1.3 2.8-2.8 2.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.29 1.8q-.45-.6-.9-.9c-1.3-.9-2.899-.9-6.098-.9H7.696C4.498 0 2.9 0 1.8.8c-.4.3-.7.6-1 1C0 2.9 0 4.5 0 7.7v8.6c0 3.2 0 4.8.8 5.9q.45.6.9.9c1.199.9 2.798.9 5.996.9h8.596c3.199 0 4.798 0 5.898-.8q.6-.45.9-.9c.799-1.1.799-2.7.799-5.9V7.7c.2-3.2.2-4.8-.6-5.9ZM11.194 16.5c0 .2 0 .5-.1.8c0 .2-.1.3-.1.5c-.1.1-.2.3-.4.5s-.4.3-.6.4c-.3.1-.7.1-1.399.1c-.8 0-1.1 0-1.4-.1q-.6-.3-.899-.9c-.1-.3-.1-.7-.1-1.4v-8c0-.9 0-1.4.2-1.7s.4-.5.8-.7c.3-.2.8-.2 1.699-.2h2.299zm5.097-4.9a2.794 2.794 0 0 1-2.798-2.8c0-1.6 1.3-2.8 2.798-2.8c1.5 0 2.8 1.3 2.8 2.8s-1.3 2.8-2.8 2.8"/></svg> </template>
CSS
.icon-rescript {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.29%201.8q-.45-.6-.9-.9c-1.3-.9-2.899-.9-6.098-.9H7.696C4.498%200%202.9%200%201.8.8c-.4.3-.7.6-1%201C0%202.9%200%204.5%200%207.7v8.6c0%203.2%200%204.8.8%205.9q.45.6.9.9c1.199.9%202.798.9%205.996.9h8.596c3.199%200%204.798%200%205.898-.8q.6-.45.9-.9c.799-1.1.799-2.7.799-5.9V7.7c.2-3.2.2-4.8-.6-5.9ZM11.194%2016.5c0%20.2%200%20.5-.1.8c0%20.2-.1.3-.1.5c-.1.1-.2.3-.4.5s-.4.3-.6.4c-.3.1-.7.1-1.399.1c-.8%200-1.1%200-1.4-.1q-.6-.3-.899-.9c-.1-.3-.1-.7-.1-1.4v-8c0-.9%200-1.4.2-1.7s.4-.5.8-.7c.3-.2.8-.2%201.699-.2h2.299zm5.097-4.9a2.794%202.794%200%200%201-2.798-2.8c0-1.6%201.3-2.8%202.798-2.8c1.5%200%202.8%201.3%202.8%202.8s-1.3%202.8-2.8%202.8%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.29%201.8q-.45-.6-.9-.9c-1.3-.9-2.899-.9-6.098-.9H7.696C4.498%200%202.9%200%201.8.8c-.4.3-.7.6-1%201C0%202.9%200%204.5%200%207.7v8.6c0%203.2%200%204.8.8%205.9q.45.6.9.9c1.199.9%202.798.9%205.996.9h8.596c3.199%200%204.798%200%205.898-.8q.6-.45.9-.9c.799-1.1.799-2.7.799-5.9V7.7c.2-3.2.2-4.8-.6-5.9ZM11.194%2016.5c0%20.2%200%20.5-.1.8c0%20.2-.1.3-.1.5c-.1.1-.2.3-.4.5s-.4.3-.6.4c-.3.1-.7.1-1.399.1c-.8%200-1.1%200-1.4-.1q-.6-.3-.899-.9c-.1-.3-.1-.7-.1-1.4v-8c0-.9%200-1.4.2-1.7s.4-.5.8-.7c.3-.2.8-.2%201.699-.2h2.299zm5.097-4.9a2.794%202.794%200%200%201-2.798-2.8c0-1.6%201.3-2.8%202.798-2.8c1.5%200%202.8%201.3%202.8%202.8s-1.3%202.8-2.8%202.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/rescript.svg?color=%231a73e8&size=48