nuxt icon logo
nuxt-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- nuxt-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×168
- License
- CC0
Use the nuxt icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 168"><path fill="#00dc82" d="M143.618 167.029h95.166c3.023 0 5.992-.771 8.61-2.237a16.96 16.96 0 0 0 6.302-6.115a16.3 16.3 0 0 0 2.304-8.352c0-2.932-.799-5.811-2.312-8.35L189.778 34.6a16.97 16.97 0 0 0-6.301-6.113a17.6 17.6 0 0 0-8.608-2.238c-3.023 0-5.991.772-8.609 2.238a16.96 16.96 0 0 0-6.3 6.113l-16.342 27.473l-31.95-53.724a17 17 0 0 0-6.304-6.112A17.64 17.64 0 0 0 96.754 0c-3.022 0-5.992.772-8.61 2.237a17 17 0 0 0-6.303 6.112L2.31 141.975a16.3 16.3 0 0 0-2.31 8.35c0 2.932.793 5.813 2.304 8.352a16.96 16.96 0 0 0 6.302 6.115a17.6 17.6 0 0 0 8.61 2.237h59.737c23.669 0 41.123-10.084 53.134-29.758l29.159-48.983l15.618-26.215l46.874 78.742h-62.492zm-67.64-26.24l-41.688-.01L96.782 35.796l31.181 52.492l-20.877 35.084c-7.976 12.765-17.037 17.416-31.107 17.416"/></svg>
React
import type { SVGProps } from "react";
export function LogosNuxtIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 168"><path fill="#00dc82" d="M143.618 167.029h95.166c3.023 0 5.992-.771 8.61-2.237a16.96 16.96 0 0 0 6.302-6.115a16.3 16.3 0 0 0 2.304-8.352c0-2.932-.799-5.811-2.312-8.35L189.778 34.6a16.97 16.97 0 0 0-6.301-6.113a17.6 17.6 0 0 0-8.608-2.238c-3.023 0-5.991.772-8.609 2.238a16.96 16.96 0 0 0-6.3 6.113l-16.342 27.473l-31.95-53.724a17 17 0 0 0-6.304-6.112A17.64 17.64 0 0 0 96.754 0c-3.022 0-5.992.772-8.61 2.237a17 17 0 0 0-6.303 6.112L2.31 141.975a16.3 16.3 0 0 0-2.31 8.35c0 2.932.793 5.813 2.304 8.352a16.96 16.96 0 0 0 6.302 6.115a17.6 17.6 0 0 0 8.61 2.237h59.737c23.669 0 41.123-10.084 53.134-29.758l29.159-48.983l15.618-26.215l46.874 78.742h-62.492zm-67.64-26.24l-41.688-.01L96.782 35.796l31.181 52.492l-20.877 35.084c-7.976 12.765-17.037 17.416-31.107 17.416"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 168"><path fill="#00dc82" d="M143.618 167.029h95.166c3.023 0 5.992-.771 8.61-2.237a16.96 16.96 0 0 0 6.302-6.115a16.3 16.3 0 0 0 2.304-8.352c0-2.932-.799-5.811-2.312-8.35L189.778 34.6a16.97 16.97 0 0 0-6.301-6.113a17.6 17.6 0 0 0-8.608-2.238c-3.023 0-5.991.772-8.609 2.238a16.96 16.96 0 0 0-6.3 6.113l-16.342 27.473l-31.95-53.724a17 17 0 0 0-6.304-6.112A17.64 17.64 0 0 0 96.754 0c-3.022 0-5.992.772-8.61 2.237a17 17 0 0 0-6.303 6.112L2.31 141.975a16.3 16.3 0 0 0-2.31 8.35c0 2.932.793 5.813 2.304 8.352a16.96 16.96 0 0 0 6.302 6.115a17.6 17.6 0 0 0 8.61 2.237h59.737c23.669 0 41.123-10.084 53.134-29.758l29.159-48.983l15.618-26.215l46.874 78.742h-62.492zm-67.64-26.24l-41.688-.01L96.782 35.796l31.181 52.492l-20.877 35.084c-7.976 12.765-17.037 17.416-31.107 17.416"/></svg> </template>
CSS
.icon-nuxt-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%20168%22%3E%3Cpath%20fill%3D%22%2300dc82%22%20d%3D%22M143.618%20167.029h95.166c3.023%200%205.992-.771%208.61-2.237a16.96%2016.96%200%200%200%206.302-6.115a16.3%2016.3%200%200%200%202.304-8.352c0-2.932-.799-5.811-2.312-8.35L189.778%2034.6a16.97%2016.97%200%200%200-6.301-6.113a17.6%2017.6%200%200%200-8.608-2.238c-3.023%200-5.991.772-8.609%202.238a16.96%2016.96%200%200%200-6.3%206.113l-16.342%2027.473l-31.95-53.724a17%2017%200%200%200-6.304-6.112A17.64%2017.64%200%200%200%2096.754%200c-3.022%200-5.992.772-8.61%202.237a17%2017%200%200%200-6.303%206.112L2.31%20141.975a16.3%2016.3%200%200%200-2.31%208.35c0%202.932.793%205.813%202.304%208.352a16.96%2016.96%200%200%200%206.302%206.115a17.6%2017.6%200%200%200%208.61%202.237h59.737c23.669%200%2041.123-10.084%2053.134-29.758l29.159-48.983l15.618-26.215l46.874%2078.742h-62.492zm-67.64-26.24l-41.688-.01L96.782%2035.796l31.181%2052.492l-20.877%2035.084c-7.976%2012.765-17.037%2017.416-31.107%2017.416%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%20168%22%3E%3Cpath%20fill%3D%22%2300dc82%22%20d%3D%22M143.618%20167.029h95.166c3.023%200%205.992-.771%208.61-2.237a16.96%2016.96%200%200%200%206.302-6.115a16.3%2016.3%200%200%200%202.304-8.352c0-2.932-.799-5.811-2.312-8.35L189.778%2034.6a16.97%2016.97%200%200%200-6.301-6.113a17.6%2017.6%200%200%200-8.608-2.238c-3.023%200-5.991.772-8.609%202.238a16.96%2016.96%200%200%200-6.3%206.113l-16.342%2027.473l-31.95-53.724a17%2017%200%200%200-6.304-6.112A17.64%2017.64%200%200%200%2096.754%200c-3.022%200-5.992.772-8.61%202.237a17%2017%200%200%200-6.303%206.112L2.31%20141.975a16.3%2016.3%200%200%200-2.31%208.35c0%202.932.793%205.813%202.304%208.352a16.96%2016.96%200%200%200%206.302%206.115a17.6%2017.6%200%200%200%208.61%202.237h59.737c23.669%200%2041.123-10.084%2053.134-29.758l29.159-48.983l15.618-26.215l46.874%2078.742h-62.492zm-67.64-26.24l-41.688-.01L96.782%2035.796l31.181%2052.492l-20.877%2035.084c-7.976%2012.765-17.037%2017.416-31.107%2017.416%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/nuxt-icon.svg?color=%231a73e8&size=48