nim lang logo
nim-lang from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- nim-lang
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×141
- License
- CC0
Use the nim lang logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 141"><path d="M253.693 129.153V39.207h44.974c12.684 0 24.215 11.532 24.217 24.216v65.73h-16.145v-62.27c0-6.27-4.613-11.532-11.532-11.532h-25.37v85.333zm99.172 0V39.207h16.144v89.946zm0-110.703h16.144V0l-16.144 11.532zm62.27 110.703h-16.144V39.207h88.793c13.838 0 24.216 10.378 24.216 24.216v65.73l-16.144 11.531l-.001-73.801c0-6.92-4.613-11.532-11.532-11.532h-20.755v73.802h-16.144V55.35h-32.289z"/><path fill="#f3d400" d="M103.445 0S95.58 6.216 87.562 12.389c-8.249-.262-24.426 1.585-33.192 4.773C46.295 12.046 39.2 6.398 39.2 6.398s-6.064 10.43-9.877 16.552c-5.655 3.007-11.332 6.39-16.392 10.866A901 901 0 0 1 0 28.536c7.794 15.72 13.034 31.462 27.287 40.923c22.691-35.838 128.137-32.535 151.298-.203c14.968-7.807 20.79-24.604 26.676-40.112c-.646.213-8.655 2.894-13.847 4.875c-3.1-3.375-10.407-8.564-14.56-11.07c-3.939-7.213-9.672-16.958-9.672-16.958s-6.79 5.05-14.662 10.561c-10.633-1.962-23.495-4.347-34.312-3.757C110.845 6.742 103.445 0 103.445 0"/><path fill="#ffe953" d="M8.059 61.944s11.047 26.748 18.719 45.335c32.51 42.89 115.528 45.872 151.72.83c8.564-19.3 20.118-46.425 20.118-46.425c-9.285 13.755-24.396 23.25-33.702 28.365c-6.613 3.622-21.872 5.812-21.872 5.812l-40.06-20.759l-40.289 20.344s-15.056-2.419-21.871-5.605c-13.757-7.343-23.009-16.02-32.763-27.897"/></svg>
React
import type { SVGProps } from "react";
export function LogosNimLang(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 141"><path d="M253.693 129.153V39.207h44.974c12.684 0 24.215 11.532 24.217 24.216v65.73h-16.145v-62.27c0-6.27-4.613-11.532-11.532-11.532h-25.37v85.333zm99.172 0V39.207h16.144v89.946zm0-110.703h16.144V0l-16.144 11.532zm62.27 110.703h-16.144V39.207h88.793c13.838 0 24.216 10.378 24.216 24.216v65.73l-16.144 11.531l-.001-73.801c0-6.92-4.613-11.532-11.532-11.532h-20.755v73.802h-16.144V55.35h-32.289z"/><path fill="#f3d400" d="M103.445 0S95.58 6.216 87.562 12.389c-8.249-.262-24.426 1.585-33.192 4.773C46.295 12.046 39.2 6.398 39.2 6.398s-6.064 10.43-9.877 16.552c-5.655 3.007-11.332 6.39-16.392 10.866A901 901 0 0 1 0 28.536c7.794 15.72 13.034 31.462 27.287 40.923c22.691-35.838 128.137-32.535 151.298-.203c14.968-7.807 20.79-24.604 26.676-40.112c-.646.213-8.655 2.894-13.847 4.875c-3.1-3.375-10.407-8.564-14.56-11.07c-3.939-7.213-9.672-16.958-9.672-16.958s-6.79 5.05-14.662 10.561c-10.633-1.962-23.495-4.347-34.312-3.757C110.845 6.742 103.445 0 103.445 0"/><path fill="#ffe953" d="M8.059 61.944s11.047 26.748 18.719 45.335c32.51 42.89 115.528 45.872 151.72.83c8.564-19.3 20.118-46.425 20.118-46.425c-9.285 13.755-24.396 23.25-33.702 28.365c-6.613 3.622-21.872 5.812-21.872 5.812l-40.06-20.759l-40.289 20.344s-15.056-2.419-21.871-5.605c-13.757-7.343-23.009-16.02-32.763-27.897"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 141"><path d="M253.693 129.153V39.207h44.974c12.684 0 24.215 11.532 24.217 24.216v65.73h-16.145v-62.27c0-6.27-4.613-11.532-11.532-11.532h-25.37v85.333zm99.172 0V39.207h16.144v89.946zm0-110.703h16.144V0l-16.144 11.532zm62.27 110.703h-16.144V39.207h88.793c13.838 0 24.216 10.378 24.216 24.216v65.73l-16.144 11.531l-.001-73.801c0-6.92-4.613-11.532-11.532-11.532h-20.755v73.802h-16.144V55.35h-32.289z"/><path fill="#f3d400" d="M103.445 0S95.58 6.216 87.562 12.389c-8.249-.262-24.426 1.585-33.192 4.773C46.295 12.046 39.2 6.398 39.2 6.398s-6.064 10.43-9.877 16.552c-5.655 3.007-11.332 6.39-16.392 10.866A901 901 0 0 1 0 28.536c7.794 15.72 13.034 31.462 27.287 40.923c22.691-35.838 128.137-32.535 151.298-.203c14.968-7.807 20.79-24.604 26.676-40.112c-.646.213-8.655 2.894-13.847 4.875c-3.1-3.375-10.407-8.564-14.56-11.07c-3.939-7.213-9.672-16.958-9.672-16.958s-6.79 5.05-14.662 10.561c-10.633-1.962-23.495-4.347-34.312-3.757C110.845 6.742 103.445 0 103.445 0"/><path fill="#ffe953" d="M8.059 61.944s11.047 26.748 18.719 45.335c32.51 42.89 115.528 45.872 151.72.83c8.564-19.3 20.118-46.425 20.118-46.425c-9.285 13.755-24.396 23.25-33.702 28.365c-6.613 3.622-21.872 5.812-21.872 5.812l-40.06-20.759l-40.289 20.344s-15.056-2.419-21.871-5.605c-13.757-7.343-23.009-16.02-32.763-27.897"/></svg> </template>
CSS
.icon-nim-lang {
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%20141%22%3E%3Cpath%20d%3D%22M253.693%20129.153V39.207h44.974c12.684%200%2024.215%2011.532%2024.217%2024.216v65.73h-16.145v-62.27c0-6.27-4.613-11.532-11.532-11.532h-25.37v85.333zm99.172%200V39.207h16.144v89.946zm0-110.703h16.144V0l-16.144%2011.532zm62.27%20110.703h-16.144V39.207h88.793c13.838%200%2024.216%2010.378%2024.216%2024.216v65.73l-16.144%2011.531l-.001-73.801c0-6.92-4.613-11.532-11.532-11.532h-20.755v73.802h-16.144V55.35h-32.289z%22%2F%3E%3Cpath%20fill%3D%22%23f3d400%22%20d%3D%22M103.445%200S95.58%206.216%2087.562%2012.389c-8.249-.262-24.426%201.585-33.192%204.773C46.295%2012.046%2039.2%206.398%2039.2%206.398s-6.064%2010.43-9.877%2016.552c-5.655%203.007-11.332%206.39-16.392%2010.866A901%20901%200%200%201%200%2028.536c7.794%2015.72%2013.034%2031.462%2027.287%2040.923c22.691-35.838%20128.137-32.535%20151.298-.203c14.968-7.807%2020.79-24.604%2026.676-40.112c-.646.213-8.655%202.894-13.847%204.875c-3.1-3.375-10.407-8.564-14.56-11.07c-3.939-7.213-9.672-16.958-9.672-16.958s-6.79%205.05-14.662%2010.561c-10.633-1.962-23.495-4.347-34.312-3.757C110.845%206.742%20103.445%200%20103.445%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe953%22%20d%3D%22M8.059%2061.944s11.047%2026.748%2018.719%2045.335c32.51%2042.89%20115.528%2045.872%20151.72.83c8.564-19.3%2020.118-46.425%2020.118-46.425c-9.285%2013.755-24.396%2023.25-33.702%2028.365c-6.613%203.622-21.872%205.812-21.872%205.812l-40.06-20.759l-40.289%2020.344s-15.056-2.419-21.871-5.605c-13.757-7.343-23.009-16.02-32.763-27.897%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%20141%22%3E%3Cpath%20d%3D%22M253.693%20129.153V39.207h44.974c12.684%200%2024.215%2011.532%2024.217%2024.216v65.73h-16.145v-62.27c0-6.27-4.613-11.532-11.532-11.532h-25.37v85.333zm99.172%200V39.207h16.144v89.946zm0-110.703h16.144V0l-16.144%2011.532zm62.27%20110.703h-16.144V39.207h88.793c13.838%200%2024.216%2010.378%2024.216%2024.216v65.73l-16.144%2011.531l-.001-73.801c0-6.92-4.613-11.532-11.532-11.532h-20.755v73.802h-16.144V55.35h-32.289z%22%2F%3E%3Cpath%20fill%3D%22%23f3d400%22%20d%3D%22M103.445%200S95.58%206.216%2087.562%2012.389c-8.249-.262-24.426%201.585-33.192%204.773C46.295%2012.046%2039.2%206.398%2039.2%206.398s-6.064%2010.43-9.877%2016.552c-5.655%203.007-11.332%206.39-16.392%2010.866A901%20901%200%200%201%200%2028.536c7.794%2015.72%2013.034%2031.462%2027.287%2040.923c22.691-35.838%20128.137-32.535%20151.298-.203c14.968-7.807%2020.79-24.604%2026.676-40.112c-.646.213-8.655%202.894-13.847%204.875c-3.1-3.375-10.407-8.564-14.56-11.07c-3.939-7.213-9.672-16.958-9.672-16.958s-6.79%205.05-14.662%2010.561c-10.633-1.962-23.495-4.347-34.312-3.757C110.845%206.742%20103.445%200%20103.445%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe953%22%20d%3D%22M8.059%2061.944s11.047%2026.748%2018.719%2045.335c32.51%2042.89%20115.528%2045.872%20151.72.83c8.564-19.3%2020.118-46.425%2020.118-46.425c-9.285%2013.755-24.396%2023.25-33.702%2028.365c-6.613%203.622-21.872%205.812-21.872%205.812l-40.06-20.759l-40.289%2020.344s-15.056-2.419-21.871-5.605c-13.757-7.343-23.009-16.02-32.763-27.897%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/nim-lang.svg?color=%231a73e8&size=48