norg logo
norg from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- norg
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
Use the norg logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGrQI1RYRy" x1="205.272" x2="800.726" y1="136.063" y2="855.023" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#33aae6"/><stop offset=".992" stop-color="#4b3892"/></linearGradient><linearGradient id="SVGdoBbQdCP" x1="531.93" x2="693.4" y1="357.426" y2="357.426" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3d85c9"/><stop offset="1" stop-color="#4a4198"/></linearGradient><linearGradient id="SVGddeV1dgZ" x1="531.92" x2="944.488" y1="288.905" y2="288.905" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#61c67c"/><stop offset="1" stop-color="#366794"/></linearGradient><linearGradient id="SVGuFlhHTEC" x1="843.48" x2="969.756" y1="404.53" y2="404.53" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2f6b7f"/><stop offset="1" stop-color="#325d87"/></linearGradient><linearGradient id="SVG9pmcVcFG" x1="513.323" x2="900.784" y1="718.004" y2="143.708" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3b7fc4"/><stop offset=".467" stop-color="#90b1df"/><stop offset=".764" stop-color="#7381c0"/><stop offset="1" stop-color="#5f5fab"/></linearGradient></defs><path fill="url(#SVGrQI1RYRy)" d="M111.113 107.7c46.95-64.388-36.812-96.177-72.226-40.263c-4.473-7.449-6.375-17.101-2.438-31.8C20.074 54.687 18 74.488 35.863 95.336c14.25-26.688 32.188-31.125 50.825-31.211l-.012 13.625c-8.438-.852-14.227 5.477-20.188 11.227c-9.875 7.347-18.375 18.023-23.937 35.261C-26.961 98.113-4.414-4.176 69.3.512c-7.602 8.113-14.114 16.625-13.727 27.687c56.664-40.097 96.301 37.574 55.95 79.102"/><path fill="url(#SVGdoBbQdCP)" d="M86.648 88.96c-1.375-11.147-12.312-8.136-20.16.017c5.961-5.75 11.739-12.079 20.188-11.227z"/><path fill="url(#SVGddeV1dgZ)" d="m86.664 88.977l-.016 14.835c15.403-7.511 22.454-31.789 21.84-47.976c13.114 17.465 11.399 34.578 3.024 51.465h.011c-11.449 12.16-27.734 20-45.023 20.636l-.012-38.96c7.848-8.153 18.785-11.165 20.176 0"/><path fill="url(#SVGuFlhHTEC)" d="M111.512 107.3c8.375-16.874 10.074-34-3.024-51.464c-.3-3.125-1.152-6.125-3.05-8.273c19.425 13.687 20.273 40.124 6.074 59.738"/><path fill="url(#SVG9pmcVcFG)" d="M111.523 107.3c14.188-19.612 13.34-46.062-6.085-59.737c-22.075-13.864-52.825-.012-66.551 19.863c35.527-55.989 119.125-24.028 72.226 40.261"/></svg>
React
import type { SVGProps } from "react";
export function DeviconNorg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGrQI1RYRy" x1="205.272" x2="800.726" y1="136.063" y2="855.023" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#33aae6"/><stop offset=".992" stopColor="#4b3892"/></linearGradient><linearGradient id="SVGdoBbQdCP" x1="531.93" x2="693.4" y1="357.426" y2="357.426" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#3d85c9"/><stop offset="1" stopColor="#4a4198"/></linearGradient><linearGradient id="SVGddeV1dgZ" x1="531.92" x2="944.488" y1="288.905" y2="288.905" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#61c67c"/><stop offset="1" stopColor="#366794"/></linearGradient><linearGradient id="SVGuFlhHTEC" x1="843.48" x2="969.756" y1="404.53" y2="404.53" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#2f6b7f"/><stop offset="1" stopColor="#325d87"/></linearGradient><linearGradient id="SVG9pmcVcFG" x1="513.323" x2="900.784" y1="718.004" y2="143.708" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#3b7fc4"/><stop offset=".467" stopColor="#90b1df"/><stop offset=".764" stopColor="#7381c0"/><stop offset="1" stopColor="#5f5fab"/></linearGradient></defs><path fill="url(#SVGrQI1RYRy)" d="M111.113 107.7c46.95-64.388-36.812-96.177-72.226-40.263c-4.473-7.449-6.375-17.101-2.438-31.8C20.074 54.687 18 74.488 35.863 95.336c14.25-26.688 32.188-31.125 50.825-31.211l-.012 13.625c-8.438-.852-14.227 5.477-20.188 11.227c-9.875 7.347-18.375 18.023-23.937 35.261C-26.961 98.113-4.414-4.176 69.3.512c-7.602 8.113-14.114 16.625-13.727 27.687c56.664-40.097 96.301 37.574 55.95 79.102"/><path fill="url(#SVGdoBbQdCP)" d="M86.648 88.96c-1.375-11.147-12.312-8.136-20.16.017c5.961-5.75 11.739-12.079 20.188-11.227z"/><path fill="url(#SVGddeV1dgZ)" d="m86.664 88.977l-.016 14.835c15.403-7.511 22.454-31.789 21.84-47.976c13.114 17.465 11.399 34.578 3.024 51.465h.011c-11.449 12.16-27.734 20-45.023 20.636l-.012-38.96c7.848-8.153 18.785-11.165 20.176 0"/><path fill="url(#SVGuFlhHTEC)" d="M111.512 107.3c8.375-16.874 10.074-34-3.024-51.464c-.3-3.125-1.152-6.125-3.05-8.273c19.425 13.687 20.273 40.124 6.074 59.738"/><path fill="url(#SVG9pmcVcFG)" d="M111.523 107.3c14.188-19.612 13.34-46.062-6.085-59.737c-22.075-13.864-52.825-.012-66.551 19.863c35.527-55.989 119.125-24.028 72.226 40.261"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGrQI1RYRy" x1="205.272" x2="800.726" y1="136.063" y2="855.023" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#33aae6"/><stop offset=".992" stop-color="#4b3892"/></linearGradient><linearGradient id="SVGdoBbQdCP" x1="531.93" x2="693.4" y1="357.426" y2="357.426" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3d85c9"/><stop offset="1" stop-color="#4a4198"/></linearGradient><linearGradient id="SVGddeV1dgZ" x1="531.92" x2="944.488" y1="288.905" y2="288.905" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#61c67c"/><stop offset="1" stop-color="#366794"/></linearGradient><linearGradient id="SVGuFlhHTEC" x1="843.48" x2="969.756" y1="404.53" y2="404.53" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2f6b7f"/><stop offset="1" stop-color="#325d87"/></linearGradient><linearGradient id="SVG9pmcVcFG" x1="513.323" x2="900.784" y1="718.004" y2="143.708" gradientTransform="matrix(.125 0 0 -.125 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3b7fc4"/><stop offset=".467" stop-color="#90b1df"/><stop offset=".764" stop-color="#7381c0"/><stop offset="1" stop-color="#5f5fab"/></linearGradient></defs><path fill="url(#SVGrQI1RYRy)" d="M111.113 107.7c46.95-64.388-36.812-96.177-72.226-40.263c-4.473-7.449-6.375-17.101-2.438-31.8C20.074 54.687 18 74.488 35.863 95.336c14.25-26.688 32.188-31.125 50.825-31.211l-.012 13.625c-8.438-.852-14.227 5.477-20.188 11.227c-9.875 7.347-18.375 18.023-23.937 35.261C-26.961 98.113-4.414-4.176 69.3.512c-7.602 8.113-14.114 16.625-13.727 27.687c56.664-40.097 96.301 37.574 55.95 79.102"/><path fill="url(#SVGdoBbQdCP)" d="M86.648 88.96c-1.375-11.147-12.312-8.136-20.16.017c5.961-5.75 11.739-12.079 20.188-11.227z"/><path fill="url(#SVGddeV1dgZ)" d="m86.664 88.977l-.016 14.835c15.403-7.511 22.454-31.789 21.84-47.976c13.114 17.465 11.399 34.578 3.024 51.465h.011c-11.449 12.16-27.734 20-45.023 20.636l-.012-38.96c7.848-8.153 18.785-11.165 20.176 0"/><path fill="url(#SVGuFlhHTEC)" d="M111.512 107.3c8.375-16.874 10.074-34-3.024-51.464c-.3-3.125-1.152-6.125-3.05-8.273c19.425 13.687 20.273 40.124 6.074 59.738"/><path fill="url(#SVG9pmcVcFG)" d="M111.523 107.3c14.188-19.612 13.34-46.062-6.085-59.737c-22.075-13.864-52.825-.012-66.551 19.863c35.527-55.989 119.125-24.028 72.226 40.261"/></svg> </template>
CSS
.icon-norg {
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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrQI1RYRy%22%20x1%3D%22205.272%22%20x2%3D%22800.726%22%20y1%3D%22136.063%22%20y2%3D%22855.023%22%20gradientTransform%3D%22matrix(.125%200%200%20-.125%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2333aae6%22%2F%3E%3Cstop%20offset%3D%22.992%22%20stop-color%3D%22%234b3892%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdoBbQdCP%22%20x1%3D%22531.93%22%20x2%3D%22693.4%22%20y1%3D%22357.426%22%20y2%3D%22357.426%22%20gradientTransform%3D%22matrix(.125%200%200%20-.125%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%233d85c9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234a4198%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGddeV1dgZ%22%20x1%3D%22531.92%22%20x2%3D%22944.488%22%20y1%3D%22288.905%22%20y2%3D%22288.905%22%20gradientTransform%3D%22matrix(.125%200%200%20-.125%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2361c67c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23366794%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGuFlhHTEC%22%20x1%3D%22843.48%22%20x2%3D%22969.756%22%20y1%3D%22404.53%22%20y2%3D%22404.53%22%20gradientTransform%3D%22matrix(.125%200%200%20-.125%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%232f6b7f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23325d87%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG9pmcVcFG%22%20x1%3D%22513.323%22%20x2%3D%22900.784%22%20y1%3D%22718.004%22%20y2%3D%22143.708%22%20gradientTransform%3D%22matrix(.125%200%200%20-.125%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%233b7fc4%22%2F%3E%3Cstop%20offset%3D%22.467%22%20stop-color%3D%22%2390b1df%22%2F%3E%3Cstop%20offset%3D%22.764%22%20stop-color%3D%22%237381c0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235f5fab%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGrQI1RYRy)%22%20d%3D%22M111.113%20107.7c46.95-64.388-36.812-96.177-72.226-40.263c-4.473-7.449-6.375-17.101-2.438-31.8C20.074%2054.687%2018%2074.488%2035.863%2095.336c14.25-26.688%2032.188-31.125%2050.825-31.211l-.012%2013.625c-8.438-.852-14.227%205.477-20.188%2011.227c-9.875%207.347-18.375%2018.023-23.937%2035.261C-26.961%2098.113-4.414-4.176%2069.3.512c-7.602%208.113-14.114%2016.625-13.727%2027.687c56.664-40.097%2096.301%2037.574%2055.95%2079.102%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdoBbQdCP)%22%20d%3D%22M86.648%2088.96c-1.375-11.147-12.312-8.136-20.16.017c5.961-5.75%2011.739-12.079%2020.188-11.227z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGddeV1dgZ)%22%20d%3D%22m86.664%2088.977l-.016%2014.835c15.403-7.511%2022.454-31.789%2021.84-47.976c13.114%2017.465%2011.399%2034.578%203.024%2051.465h.011c-11.449%2012.16-27.734%2020-45.023%2020.636l-.012-38.96c7.848-8.153%2018.785-11.165%2020.176%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGuFlhHTEC)%22%20d%3D%22M111.512%20107.3c8.375-16.874%2010.074-34-3.024-51.464c-.3-3.125-1.152-6.125-3.05-8.273c19.425%2013.687%2020.273%2040.124%206.074%2059.738%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9pmcVcFG)%22%20d%3D%22M111.523%20107.3c14.188-19.612%2013.34-46.062-6.085-59.737c-22.075-13.864-52.825-.012-66.551%2019.863c35.527-55.989%20119.125-24.028%2072.226%2040.261%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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrQI1RYRy%22%20x1%3D%22205.272%22%20x2%3D%22800.726%22%20y1%3D%22136.063%22%20y2%3D%22855.023%22%20gradientTransform%3D%22matrix(.125%200%200%20-.125%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2333aae6%22%2F%3E%3Cstop%20offset%3D%22.992%22%20stop-color%3D%22%234b3892%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdoBbQdCP%22%20x1%3D%22531.93%22%20x2%3D%22693.4%22%20y1%3D%22357.426%22%20y2%3D%22357.426%22%20gradientTransform%3D%22matrix(.125%200%200%20-.125%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%233d85c9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234a4198%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGddeV1dgZ%22%20x1%3D%22531.92%22%20x2%3D%22944.488%22%20y1%3D%22288.905%22%20y2%3D%22288.905%22%20gradientTransform%3D%22matrix(.125%200%200%20-.125%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2361c67c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23366794%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGuFlhHTEC%22%20x1%3D%22843.48%22%20x2%3D%22969.756%22%20y1%3D%22404.53%22%20y2%3D%22404.53%22%20gradientTransform%3D%22matrix(.125%200%200%20-.125%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%232f6b7f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23325d87%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG9pmcVcFG%22%20x1%3D%22513.323%22%20x2%3D%22900.784%22%20y1%3D%22718.004%22%20y2%3D%22143.708%22%20gradientTransform%3D%22matrix(.125%200%200%20-.125%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%233b7fc4%22%2F%3E%3Cstop%20offset%3D%22.467%22%20stop-color%3D%22%2390b1df%22%2F%3E%3Cstop%20offset%3D%22.764%22%20stop-color%3D%22%237381c0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235f5fab%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGrQI1RYRy)%22%20d%3D%22M111.113%20107.7c46.95-64.388-36.812-96.177-72.226-40.263c-4.473-7.449-6.375-17.101-2.438-31.8C20.074%2054.687%2018%2074.488%2035.863%2095.336c14.25-26.688%2032.188-31.125%2050.825-31.211l-.012%2013.625c-8.438-.852-14.227%205.477-20.188%2011.227c-9.875%207.347-18.375%2018.023-23.937%2035.261C-26.961%2098.113-4.414-4.176%2069.3.512c-7.602%208.113-14.114%2016.625-13.727%2027.687c56.664-40.097%2096.301%2037.574%2055.95%2079.102%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdoBbQdCP)%22%20d%3D%22M86.648%2088.96c-1.375-11.147-12.312-8.136-20.16.017c5.961-5.75%2011.739-12.079%2020.188-11.227z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGddeV1dgZ)%22%20d%3D%22m86.664%2088.977l-.016%2014.835c15.403-7.511%2022.454-31.789%2021.84-47.976c13.114%2017.465%2011.399%2034.578%203.024%2051.465h.011c-11.449%2012.16-27.734%2020-45.023%2020.636l-.012-38.96c7.848-8.153%2018.785-11.165%2020.176%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGuFlhHTEC)%22%20d%3D%22M111.512%20107.3c8.375-16.874%2010.074-34-3.024-51.464c-.3-3.125-1.152-6.125-3.05-8.273c19.425%2013.687%2020.273%2040.124%206.074%2059.738%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9pmcVcFG)%22%20d%3D%22M111.523%20107.3c14.188-19.612%2013.34-46.062-6.085-59.737c-22.075-13.864-52.825-.012-66.551%2019.863c35.527-55.989%20119.125-24.028%2072.226%2040.261%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/norg.svg?color=%231a73e8&size=48