rescript icon logo
rescript-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- rescript-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the rescript icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#d44140" d="M247.286 18.765a46 46 0 0 0-10.099-10.053C225.227 0 208.145 0 173.982 0H81.97C47.81 0 30.729 0 18.765 8.712A44.9 44.9 0 0 0 8.712 18.765C0 30.727 0 47.807 0 82.015v91.967c0 34.161 0 51.233 8.712 63.205a46 46 0 0 0 10.053 10.1C30.727 256 47.807 256 81.97 256h92.012c34.161 0 51.233 0 63.205-8.714a47.2 47.2 0 0 0 10.1-10.099C256 225.227 256 208.145 256 173.982V82.016c-.01-34.21-.01-51.29-8.714-63.251M118.553 174.123c0 8.007 0 12.055-1.302 15.218a17.22 17.22 0 0 1-9.309 9.309c-3.165 1.302-7.164 1.302-15.22 1.302c-8.006 0-12.055 0-15.218-1.302a17.22 17.22 0 0 1-9.308-9.309c-1.303-3.163-1.303-7.211-1.303-15.218V89.696c0-9.682 0-14.52 1.863-18.196a17.37 17.37 0 0 1 7.54-7.542c3.668-1.86 8.518-1.86 18.152-1.86h24.11zm54.923-50.227c-16.785 0-30.392-13.607-30.392-30.392s13.607-30.392 30.392-30.392c16.786 0 30.393 13.607 30.393 30.392a30.37 30.37 0 0 1-30.351 30.392z"/></svg>
React
import type { SVGProps } from "react";
export function LogosRescriptIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#d44140" d="M247.286 18.765a46 46 0 0 0-10.099-10.053C225.227 0 208.145 0 173.982 0H81.97C47.81 0 30.729 0 18.765 8.712A44.9 44.9 0 0 0 8.712 18.765C0 30.727 0 47.807 0 82.015v91.967c0 34.161 0 51.233 8.712 63.205a46 46 0 0 0 10.053 10.1C30.727 256 47.807 256 81.97 256h92.012c34.161 0 51.233 0 63.205-8.714a47.2 47.2 0 0 0 10.1-10.099C256 225.227 256 208.145 256 173.982V82.016c-.01-34.21-.01-51.29-8.714-63.251M118.553 174.123c0 8.007 0 12.055-1.302 15.218a17.22 17.22 0 0 1-9.309 9.309c-3.165 1.302-7.164 1.302-15.22 1.302c-8.006 0-12.055 0-15.218-1.302a17.22 17.22 0 0 1-9.308-9.309c-1.303-3.163-1.303-7.211-1.303-15.218V89.696c0-9.682 0-14.52 1.863-18.196a17.37 17.37 0 0 1 7.54-7.542c3.668-1.86 8.518-1.86 18.152-1.86h24.11zm54.923-50.227c-16.785 0-30.392-13.607-30.392-30.392s13.607-30.392 30.392-30.392c16.786 0 30.393 13.607 30.393 30.392a30.37 30.37 0 0 1-30.351 30.392z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#d44140" d="M247.286 18.765a46 46 0 0 0-10.099-10.053C225.227 0 208.145 0 173.982 0H81.97C47.81 0 30.729 0 18.765 8.712A44.9 44.9 0 0 0 8.712 18.765C0 30.727 0 47.807 0 82.015v91.967c0 34.161 0 51.233 8.712 63.205a46 46 0 0 0 10.053 10.1C30.727 256 47.807 256 81.97 256h92.012c34.161 0 51.233 0 63.205-8.714a47.2 47.2 0 0 0 10.1-10.099C256 225.227 256 208.145 256 173.982V82.016c-.01-34.21-.01-51.29-8.714-63.251M118.553 174.123c0 8.007 0 12.055-1.302 15.218a17.22 17.22 0 0 1-9.309 9.309c-3.165 1.302-7.164 1.302-15.22 1.302c-8.006 0-12.055 0-15.218-1.302a17.22 17.22 0 0 1-9.308-9.309c-1.303-3.163-1.303-7.211-1.303-15.218V89.696c0-9.682 0-14.52 1.863-18.196a17.37 17.37 0 0 1 7.54-7.542c3.668-1.86 8.518-1.86 18.152-1.86h24.11zm54.923-50.227c-16.785 0-30.392-13.607-30.392-30.392s13.607-30.392 30.392-30.392c16.786 0 30.393 13.607 30.393 30.392a30.37 30.37 0 0 1-30.351 30.392z"/></svg> </template>
CSS
.icon-rescript-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%20256%22%3E%3Cpath%20fill%3D%22%23d44140%22%20d%3D%22M247.286%2018.765a46%2046%200%200%200-10.099-10.053C225.227%200%20208.145%200%20173.982%200H81.97C47.81%200%2030.729%200%2018.765%208.712A44.9%2044.9%200%200%200%208.712%2018.765C0%2030.727%200%2047.807%200%2082.015v91.967c0%2034.161%200%2051.233%208.712%2063.205a46%2046%200%200%200%2010.053%2010.1C30.727%20256%2047.807%20256%2081.97%20256h92.012c34.161%200%2051.233%200%2063.205-8.714a47.2%2047.2%200%200%200%2010.1-10.099C256%20225.227%20256%20208.145%20256%20173.982V82.016c-.01-34.21-.01-51.29-8.714-63.251M118.553%20174.123c0%208.007%200%2012.055-1.302%2015.218a17.22%2017.22%200%200%201-9.309%209.309c-3.165%201.302-7.164%201.302-15.22%201.302c-8.006%200-12.055%200-15.218-1.302a17.22%2017.22%200%200%201-9.308-9.309c-1.303-3.163-1.303-7.211-1.303-15.218V89.696c0-9.682%200-14.52%201.863-18.196a17.37%2017.37%200%200%201%207.54-7.542c3.668-1.86%208.518-1.86%2018.152-1.86h24.11zm54.923-50.227c-16.785%200-30.392-13.607-30.392-30.392s13.607-30.392%2030.392-30.392c16.786%200%2030.393%2013.607%2030.393%2030.392a30.37%2030.37%200%200%201-30.351%2030.392z%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%23d44140%22%20d%3D%22M247.286%2018.765a46%2046%200%200%200-10.099-10.053C225.227%200%20208.145%200%20173.982%200H81.97C47.81%200%2030.729%200%2018.765%208.712A44.9%2044.9%200%200%200%208.712%2018.765C0%2030.727%200%2047.807%200%2082.015v91.967c0%2034.161%200%2051.233%208.712%2063.205a46%2046%200%200%200%2010.053%2010.1C30.727%20256%2047.807%20256%2081.97%20256h92.012c34.161%200%2051.233%200%2063.205-8.714a47.2%2047.2%200%200%200%2010.1-10.099C256%20225.227%20256%20208.145%20256%20173.982V82.016c-.01-34.21-.01-51.29-8.714-63.251M118.553%20174.123c0%208.007%200%2012.055-1.302%2015.218a17.22%2017.22%200%200%201-9.309%209.309c-3.165%201.302-7.164%201.302-15.22%201.302c-8.006%200-12.055%200-15.218-1.302a17.22%2017.22%200%200%201-9.308-9.309c-1.303-3.163-1.303-7.211-1.303-15.218V89.696c0-9.682%200-14.52%201.863-18.196a17.37%2017.37%200%200%201%207.54-7.542c3.668-1.86%208.518-1.86%2018.152-1.86h24.11zm54.923-50.227c-16.785%200-30.392-13.607-30.392-30.392s13.607-30.392%2030.392-30.392c16.786%200%2030.393%2013.607%2030.393%2030.392a30.37%2030.37%200%200%201-30.351%2030.392z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/rescript-icon.svg?color=%231a73e8&size=48