codenewbie logo

codenewbie from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
codenewbie
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the codenewbie logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.071 0A12.02 12.02 0 0 0 2.31 5.011c-2.913 4.075-2.879 9.774.068 13.821c.094.13.196.254.292.367c.27.306.543.59.782.82c.18.165.386.345.615.517q.626.507 1.343.873c-.429-.2-.834-.401-1.177-.58c-.075-.036-.139-.077-.207-.112c-.22-.11-.422-.228-.616-.339a5.5 5.5 0 0 1-.747-.527c-.153 1.044-.754 1.895-1.792 2c-.975.096-.954 1.383 0 1.5c2.647.33 5.45.648 8.22.648c1.68.014 3.359-.128 5.013-.426c.38-.098.758-.182 1.079-.27c5.512-1.53 9.055-6.856 8.64-12.487a1 1 0 0 0 0-.11c-.61-4.85-3.896-9-8.697-10.301A11.7 11.7 0 0 0 12.07 0zm-.108 3.025a.7.7 0 0 1 .396.14a11 11 0 0 1 1.86 1.677a16.7 16.7 0 0 1 2.874-.246h.432c.95.027.962 1.5.027 1.5h-.443q-.928 0-1.847.117a16.7 16.7 0 0 1 1.765 3.486c.947-.194 1.91-.303 2.877-.326h.02c.95 0 .935 1.482-.02 1.501q-1.205.034-2.387.264a26.4 26.4 0 0 1 .893 4.221c.057.479-.285.715-.66.715a.83.83 0 0 1-.846-.715a30 30 0 0 0-.23-1.411a24 24 0 0 0-.635-2.463a20 20 0 0 0-.505-1.418a15.7 15.7 0 0 0-1.93-3.577c-.263.069-.519.125-.782.2a15 15 0 0 0-1.805.616a20.5 20.5 0 0 1 1.798 3.791q.94-.451 1.93-.782l.713 1.35a15.5 15.5 0 0 0-2.18.872a20.7 20.7 0 0 1 .782 5.25a.7.7 0 0 1-.74.726a.723.723 0 0 1-.76-.727v-.228a19 19 0 0 0-.638-4.303a16 16 0 0 0-.449-1.473A19 19 0 0 0 9.674 7.95a8 8 0 0 0-.616.36c-.92.548-1.762 1.22-2.502 1.995a.7.7 0 0 1-.503.232c-.563 0-1.073-.754-.563-1.29A13.4 13.4 0 0 1 8.514 6.88q.146-.091.304-.173q-.333-.468-.712-.899a1 1 0 0 0-.07-.09c-.485-.554.023-1.306.57-1.306a.65.65 0 0 1 .496.248q.57.662 1.079 1.376l.013.007a15 15 0 0 1 1.923-.7q.195-.065.396-.109a7 7 0 0 0-.85-.727a.4.4 0 0 0-.063-.048c-.646-.463-.243-1.434.363-1.434m-1.386 9.299l.55 1.44a16.4 16.4 0 0 0-2.656 2.157c-.159.13-.338.218-.5.215c-.575 0-1.088-.752-.56-1.28a18.4 18.4 0 0 1 3.166-2.532"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCodenewbie(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="M12.071 0A12.02 12.02 0 0 0 2.31 5.011c-2.913 4.075-2.879 9.774.068 13.821c.094.13.196.254.292.367c.27.306.543.59.782.82c.18.165.386.345.615.517q.626.507 1.343.873c-.429-.2-.834-.401-1.177-.58c-.075-.036-.139-.077-.207-.112c-.22-.11-.422-.228-.616-.339a5.5 5.5 0 0 1-.747-.527c-.153 1.044-.754 1.895-1.792 2c-.975.096-.954 1.383 0 1.5c2.647.33 5.45.648 8.22.648c1.68.014 3.359-.128 5.013-.426c.38-.098.758-.182 1.079-.27c5.512-1.53 9.055-6.856 8.64-12.487a1 1 0 0 0 0-.11c-.61-4.85-3.896-9-8.697-10.301A11.7 11.7 0 0 0 12.07 0zm-.108 3.025a.7.7 0 0 1 .396.14a11 11 0 0 1 1.86 1.677a16.7 16.7 0 0 1 2.874-.246h.432c.95.027.962 1.5.027 1.5h-.443q-.928 0-1.847.117a16.7 16.7 0 0 1 1.765 3.486c.947-.194 1.91-.303 2.877-.326h.02c.95 0 .935 1.482-.02 1.501q-1.205.034-2.387.264a26.4 26.4 0 0 1 .893 4.221c.057.479-.285.715-.66.715a.83.83 0 0 1-.846-.715a30 30 0 0 0-.23-1.411a24 24 0 0 0-.635-2.463a20 20 0 0 0-.505-1.418a15.7 15.7 0 0 0-1.93-3.577c-.263.069-.519.125-.782.2a15 15 0 0 0-1.805.616a20.5 20.5 0 0 1 1.798 3.791q.94-.451 1.93-.782l.713 1.35a15.5 15.5 0 0 0-2.18.872a20.7 20.7 0 0 1 .782 5.25a.7.7 0 0 1-.74.726a.723.723 0 0 1-.76-.727v-.228a19 19 0 0 0-.638-4.303a16 16 0 0 0-.449-1.473A19 19 0 0 0 9.674 7.95a8 8 0 0 0-.616.36c-.92.548-1.762 1.22-2.502 1.995a.7.7 0 0 1-.503.232c-.563 0-1.073-.754-.563-1.29A13.4 13.4 0 0 1 8.514 6.88q.146-.091.304-.173q-.333-.468-.712-.899a1 1 0 0 0-.07-.09c-.485-.554.023-1.306.57-1.306a.65.65 0 0 1 .496.248q.57.662 1.079 1.376l.013.007a15 15 0 0 1 1.923-.7q.195-.065.396-.109a7 7 0 0 0-.85-.727a.4.4 0 0 0-.063-.048c-.646-.463-.243-1.434.363-1.434m-1.386 9.299l.55 1.44a16.4 16.4 0 0 0-2.656 2.157c-.159.13-.338.218-.5.215c-.575 0-1.088-.752-.56-1.28a18.4 18.4 0 0 1 3.166-2.532"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.071 0A12.02 12.02 0 0 0 2.31 5.011c-2.913 4.075-2.879 9.774.068 13.821c.094.13.196.254.292.367c.27.306.543.59.782.82c.18.165.386.345.615.517q.626.507 1.343.873c-.429-.2-.834-.401-1.177-.58c-.075-.036-.139-.077-.207-.112c-.22-.11-.422-.228-.616-.339a5.5 5.5 0 0 1-.747-.527c-.153 1.044-.754 1.895-1.792 2c-.975.096-.954 1.383 0 1.5c2.647.33 5.45.648 8.22.648c1.68.014 3.359-.128 5.013-.426c.38-.098.758-.182 1.079-.27c5.512-1.53 9.055-6.856 8.64-12.487a1 1 0 0 0 0-.11c-.61-4.85-3.896-9-8.697-10.301A11.7 11.7 0 0 0 12.07 0zm-.108 3.025a.7.7 0 0 1 .396.14a11 11 0 0 1 1.86 1.677a16.7 16.7 0 0 1 2.874-.246h.432c.95.027.962 1.5.027 1.5h-.443q-.928 0-1.847.117a16.7 16.7 0 0 1 1.765 3.486c.947-.194 1.91-.303 2.877-.326h.02c.95 0 .935 1.482-.02 1.501q-1.205.034-2.387.264a26.4 26.4 0 0 1 .893 4.221c.057.479-.285.715-.66.715a.83.83 0 0 1-.846-.715a30 30 0 0 0-.23-1.411a24 24 0 0 0-.635-2.463a20 20 0 0 0-.505-1.418a15.7 15.7 0 0 0-1.93-3.577c-.263.069-.519.125-.782.2a15 15 0 0 0-1.805.616a20.5 20.5 0 0 1 1.798 3.791q.94-.451 1.93-.782l.713 1.35a15.5 15.5 0 0 0-2.18.872a20.7 20.7 0 0 1 .782 5.25a.7.7 0 0 1-.74.726a.723.723 0 0 1-.76-.727v-.228a19 19 0 0 0-.638-4.303a16 16 0 0 0-.449-1.473A19 19 0 0 0 9.674 7.95a8 8 0 0 0-.616.36c-.92.548-1.762 1.22-2.502 1.995a.7.7 0 0 1-.503.232c-.563 0-1.073-.754-.563-1.29A13.4 13.4 0 0 1 8.514 6.88q.146-.091.304-.173q-.333-.468-.712-.899a1 1 0 0 0-.07-.09c-.485-.554.023-1.306.57-1.306a.65.65 0 0 1 .496.248q.57.662 1.079 1.376l.013.007a15 15 0 0 1 1.923-.7q.195-.065.396-.109a7 7 0 0 0-.85-.727a.4.4 0 0 0-.063-.048c-.646-.463-.243-1.434.363-1.434m-1.386 9.299l.55 1.44a16.4 16.4 0 0 0-2.656 2.157c-.159.13-.338.218-.5.215c-.575 0-1.088-.752-.56-1.28a18.4 18.4 0 0 1 3.166-2.532"/></svg>
</template>

CSS

.icon-codenewbie {
  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%22M12.071%200A12.02%2012.02%200%200%200%202.31%205.011c-2.913%204.075-2.879%209.774.068%2013.821c.094.13.196.254.292.367c.27.306.543.59.782.82c.18.165.386.345.615.517q.626.507%201.343.873c-.429-.2-.834-.401-1.177-.58c-.075-.036-.139-.077-.207-.112c-.22-.11-.422-.228-.616-.339a5.5%205.5%200%200%201-.747-.527c-.153%201.044-.754%201.895-1.792%202c-.975.096-.954%201.383%200%201.5c2.647.33%205.45.648%208.22.648c1.68.014%203.359-.128%205.013-.426c.38-.098.758-.182%201.079-.27c5.512-1.53%209.055-6.856%208.64-12.487a1%201%200%200%200%200-.11c-.61-4.85-3.896-9-8.697-10.301A11.7%2011.7%200%200%200%2012.07%200zm-.108%203.025a.7.7%200%200%201%20.396.14a11%2011%200%200%201%201.86%201.677a16.7%2016.7%200%200%201%202.874-.246h.432c.95.027.962%201.5.027%201.5h-.443q-.928%200-1.847.117a16.7%2016.7%200%200%201%201.765%203.486c.947-.194%201.91-.303%202.877-.326h.02c.95%200%20.935%201.482-.02%201.501q-1.205.034-2.387.264a26.4%2026.4%200%200%201%20.893%204.221c.057.479-.285.715-.66.715a.83.83%200%200%201-.846-.715a30%2030%200%200%200-.23-1.411a24%2024%200%200%200-.635-2.463a20%2020%200%200%200-.505-1.418a15.7%2015.7%200%200%200-1.93-3.577c-.263.069-.519.125-.782.2a15%2015%200%200%200-1.805.616a20.5%2020.5%200%200%201%201.798%203.791q.94-.451%201.93-.782l.713%201.35a15.5%2015.5%200%200%200-2.18.872a20.7%2020.7%200%200%201%20.782%205.25a.7.7%200%200%201-.74.726a.723.723%200%200%201-.76-.727v-.228a19%2019%200%200%200-.638-4.303a16%2016%200%200%200-.449-1.473A19%2019%200%200%200%209.674%207.95a8%208%200%200%200-.616.36c-.92.548-1.762%201.22-2.502%201.995a.7.7%200%200%201-.503.232c-.563%200-1.073-.754-.563-1.29A13.4%2013.4%200%200%201%208.514%206.88q.146-.091.304-.173q-.333-.468-.712-.899a1%201%200%200%200-.07-.09c-.485-.554.023-1.306.57-1.306a.65.65%200%200%201%20.496.248q.57.662%201.079%201.376l.013.007a15%2015%200%200%201%201.923-.7q.195-.065.396-.109a7%207%200%200%200-.85-.727a.4.4%200%200%200-.063-.048c-.646-.463-.243-1.434.363-1.434m-1.386%209.299l.55%201.44a16.4%2016.4%200%200%200-2.656%202.157c-.159.13-.338.218-.5.215c-.575%200-1.088-.752-.56-1.28a18.4%2018.4%200%200%201%203.166-2.532%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%22M12.071%200A12.02%2012.02%200%200%200%202.31%205.011c-2.913%204.075-2.879%209.774.068%2013.821c.094.13.196.254.292.367c.27.306.543.59.782.82c.18.165.386.345.615.517q.626.507%201.343.873c-.429-.2-.834-.401-1.177-.58c-.075-.036-.139-.077-.207-.112c-.22-.11-.422-.228-.616-.339a5.5%205.5%200%200%201-.747-.527c-.153%201.044-.754%201.895-1.792%202c-.975.096-.954%201.383%200%201.5c2.647.33%205.45.648%208.22.648c1.68.014%203.359-.128%205.013-.426c.38-.098.758-.182%201.079-.27c5.512-1.53%209.055-6.856%208.64-12.487a1%201%200%200%200%200-.11c-.61-4.85-3.896-9-8.697-10.301A11.7%2011.7%200%200%200%2012.07%200zm-.108%203.025a.7.7%200%200%201%20.396.14a11%2011%200%200%201%201.86%201.677a16.7%2016.7%200%200%201%202.874-.246h.432c.95.027.962%201.5.027%201.5h-.443q-.928%200-1.847.117a16.7%2016.7%200%200%201%201.765%203.486c.947-.194%201.91-.303%202.877-.326h.02c.95%200%20.935%201.482-.02%201.501q-1.205.034-2.387.264a26.4%2026.4%200%200%201%20.893%204.221c.057.479-.285.715-.66.715a.83.83%200%200%201-.846-.715a30%2030%200%200%200-.23-1.411a24%2024%200%200%200-.635-2.463a20%2020%200%200%200-.505-1.418a15.7%2015.7%200%200%200-1.93-3.577c-.263.069-.519.125-.782.2a15%2015%200%200%200-1.805.616a20.5%2020.5%200%200%201%201.798%203.791q.94-.451%201.93-.782l.713%201.35a15.5%2015.5%200%200%200-2.18.872a20.7%2020.7%200%200%201%20.782%205.25a.7.7%200%200%201-.74.726a.723.723%200%200%201-.76-.727v-.228a19%2019%200%200%200-.638-4.303a16%2016%200%200%200-.449-1.473A19%2019%200%200%200%209.674%207.95a8%208%200%200%200-.616.36c-.92.548-1.762%201.22-2.502%201.995a.7.7%200%200%201-.503.232c-.563%200-1.073-.754-.563-1.29A13.4%2013.4%200%200%201%208.514%206.88q.146-.091.304-.173q-.333-.468-.712-.899a1%201%200%200%200-.07-.09c-.485-.554.023-1.306.57-1.306a.65.65%200%200%201%20.496.248q.57.662%201.079%201.376l.013.007a15%2015%200%200%201%201.923-.7q.195-.065.396-.109a7%207%200%200%200-.85-.727a.4.4%200%200%200-.063-.048c-.646-.463-.243-1.434.363-1.434m-1.386%209.299l.55%201.44a16.4%2016.4%200%200%200-2.656%202.157c-.159.13-.338.218-.5.215c-.575%200-1.088-.752-.56-1.28a18.4%2018.4%200%200%201%203.166-2.532%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/codenewbie.svg?color=%231a73e8&size=48