free code camp icon

free-code-camp from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
free-code-camp
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the free code camp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.03 6C4.774 6 1 10.166 1 16.318C1 21.708 4.653 26 6.088 26c.39 0 .912-.427.912-.863c0-.353-.38-.828-1.291-1.825c-.208-.229-.39-.427-.486-.552C3.859 20.977 2.974 18.528 3 15.979c.027-2.621 1.011-5.349 3.064-7.569l.135-.144c.338-.36.801-.852.801-1.342S6.457 6 6.03 6m19.94 0c-.427 0-.97.434-.97.924s.463.983.8 1.342l.136.144c2.053 2.22 3.037 4.948 3.064 7.569c.026 2.549-.859 4.998-2.223 6.78c-.096.126-.278.325-.486.553C25.38 24.31 25 24.785 25 25.137c0 .436.522.863.912.863C27.347 26 31 21.707 31 16.318C31 10.166 27.225 6 25.97 6M13.093 7.025c-.134.033-.215.104-.215.227s.131.205.234.256c.472.287 1.006 1.097 1.006 1.959c0 2.369-2.965 4.522-2.965 6.984c-.01 2.072 1.448 3.724 3.356 4.422c.226.092.625.266.625-.062c0-.134-.112-.143-.215-.184a1.96 1.96 0 0 1-.984-.781c-.421-.616-.514-1.242-.514-1.98c0-1.642 2.268-1.94 2.268-3.59c0-.627-.4-.811-.4-.985c0-.113.04-.113.153-.113c.411 0 .975.676 1.149 1.015c.113.236.123.309.123.565c0 .359-.031.728-.031 1.097c0 1.385 1.63 1.015 1.63.348c0-.307-.183-.593-.183-.89c0-.043 0-.063.04-.063c.175 0 .481.39.563.514c.297.46.442 1.065.442 1.609c0 1.662-1.518 2.512-1.518 2.871c0 .052.153.402.625.104C19.8 19.568 21 17.906 21 15.742c0-1.724-.44-2.964-1.64-4.232c-.206-.216-.843-.873-1.16-.873c-.422 0 .368.953.368 1.6c0 .368-.246.636-.625.636c-.595 0-.75-1.303-.822-1.713c-.297-1.733-.656-2.985-2.379-3.795c-.4-.193-1.25-.437-1.65-.34zM10.002 23c-.557 0-.979.438-.979 1.016c0 .543.44.984.979.984H22.16c.197 0 .84-.074.84-1.016c0-.598-.33-.984-.84-.984z"/></svg>

React

import type { SVGProps } from "react";

export function LaFreeCodeCamp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.03 6C4.774 6 1 10.166 1 16.318C1 21.708 4.653 26 6.088 26c.39 0 .912-.427.912-.863c0-.353-.38-.828-1.291-1.825c-.208-.229-.39-.427-.486-.552C3.859 20.977 2.974 18.528 3 15.979c.027-2.621 1.011-5.349 3.064-7.569l.135-.144c.338-.36.801-.852.801-1.342S6.457 6 6.03 6m19.94 0c-.427 0-.97.434-.97.924s.463.983.8 1.342l.136.144c2.053 2.22 3.037 4.948 3.064 7.569c.026 2.549-.859 4.998-2.223 6.78c-.096.126-.278.325-.486.553C25.38 24.31 25 24.785 25 25.137c0 .436.522.863.912.863C27.347 26 31 21.707 31 16.318C31 10.166 27.225 6 25.97 6M13.093 7.025c-.134.033-.215.104-.215.227s.131.205.234.256c.472.287 1.006 1.097 1.006 1.959c0 2.369-2.965 4.522-2.965 6.984c-.01 2.072 1.448 3.724 3.356 4.422c.226.092.625.266.625-.062c0-.134-.112-.143-.215-.184a1.96 1.96 0 0 1-.984-.781c-.421-.616-.514-1.242-.514-1.98c0-1.642 2.268-1.94 2.268-3.59c0-.627-.4-.811-.4-.985c0-.113.04-.113.153-.113c.411 0 .975.676 1.149 1.015c.113.236.123.309.123.565c0 .359-.031.728-.031 1.097c0 1.385 1.63 1.015 1.63.348c0-.307-.183-.593-.183-.89c0-.043 0-.063.04-.063c.175 0 .481.39.563.514c.297.46.442 1.065.442 1.609c0 1.662-1.518 2.512-1.518 2.871c0 .052.153.402.625.104C19.8 19.568 21 17.906 21 15.742c0-1.724-.44-2.964-1.64-4.232c-.206-.216-.843-.873-1.16-.873c-.422 0 .368.953.368 1.6c0 .368-.246.636-.625.636c-.595 0-.75-1.303-.822-1.713c-.297-1.733-.656-2.985-2.379-3.795c-.4-.193-1.25-.437-1.65-.34zM10.002 23c-.557 0-.979.438-.979 1.016c0 .543.44.984.979.984H22.16c.197 0 .84-.074.84-1.016c0-.598-.33-.984-.84-.984z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.03 6C4.774 6 1 10.166 1 16.318C1 21.708 4.653 26 6.088 26c.39 0 .912-.427.912-.863c0-.353-.38-.828-1.291-1.825c-.208-.229-.39-.427-.486-.552C3.859 20.977 2.974 18.528 3 15.979c.027-2.621 1.011-5.349 3.064-7.569l.135-.144c.338-.36.801-.852.801-1.342S6.457 6 6.03 6m19.94 0c-.427 0-.97.434-.97.924s.463.983.8 1.342l.136.144c2.053 2.22 3.037 4.948 3.064 7.569c.026 2.549-.859 4.998-2.223 6.78c-.096.126-.278.325-.486.553C25.38 24.31 25 24.785 25 25.137c0 .436.522.863.912.863C27.347 26 31 21.707 31 16.318C31 10.166 27.225 6 25.97 6M13.093 7.025c-.134.033-.215.104-.215.227s.131.205.234.256c.472.287 1.006 1.097 1.006 1.959c0 2.369-2.965 4.522-2.965 6.984c-.01 2.072 1.448 3.724 3.356 4.422c.226.092.625.266.625-.062c0-.134-.112-.143-.215-.184a1.96 1.96 0 0 1-.984-.781c-.421-.616-.514-1.242-.514-1.98c0-1.642 2.268-1.94 2.268-3.59c0-.627-.4-.811-.4-.985c0-.113.04-.113.153-.113c.411 0 .975.676 1.149 1.015c.113.236.123.309.123.565c0 .359-.031.728-.031 1.097c0 1.385 1.63 1.015 1.63.348c0-.307-.183-.593-.183-.89c0-.043 0-.063.04-.063c.175 0 .481.39.563.514c.297.46.442 1.065.442 1.609c0 1.662-1.518 2.512-1.518 2.871c0 .052.153.402.625.104C19.8 19.568 21 17.906 21 15.742c0-1.724-.44-2.964-1.64-4.232c-.206-.216-.843-.873-1.16-.873c-.422 0 .368.953.368 1.6c0 .368-.246.636-.625.636c-.595 0-.75-1.303-.822-1.713c-.297-1.733-.656-2.985-2.379-3.795c-.4-.193-1.25-.437-1.65-.34zM10.002 23c-.557 0-.979.438-.979 1.016c0 .543.44.984.979.984H22.16c.197 0 .84-.074.84-1.016c0-.598-.33-.984-.84-.984z"/></svg>
</template>

CSS

.icon-free-code-camp {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.03%206C4.774%206%201%2010.166%201%2016.318C1%2021.708%204.653%2026%206.088%2026c.39%200%20.912-.427.912-.863c0-.353-.38-.828-1.291-1.825c-.208-.229-.39-.427-.486-.552C3.859%2020.977%202.974%2018.528%203%2015.979c.027-2.621%201.011-5.349%203.064-7.569l.135-.144c.338-.36.801-.852.801-1.342S6.457%206%206.03%206m19.94%200c-.427%200-.97.434-.97.924s.463.983.8%201.342l.136.144c2.053%202.22%203.037%204.948%203.064%207.569c.026%202.549-.859%204.998-2.223%206.78c-.096.126-.278.325-.486.553C25.38%2024.31%2025%2024.785%2025%2025.137c0%20.436.522.863.912.863C27.347%2026%2031%2021.707%2031%2016.318C31%2010.166%2027.225%206%2025.97%206M13.093%207.025c-.134.033-.215.104-.215.227s.131.205.234.256c.472.287%201.006%201.097%201.006%201.959c0%202.369-2.965%204.522-2.965%206.984c-.01%202.072%201.448%203.724%203.356%204.422c.226.092.625.266.625-.062c0-.134-.112-.143-.215-.184a1.96%201.96%200%200%201-.984-.781c-.421-.616-.514-1.242-.514-1.98c0-1.642%202.268-1.94%202.268-3.59c0-.627-.4-.811-.4-.985c0-.113.04-.113.153-.113c.411%200%20.975.676%201.149%201.015c.113.236.123.309.123.565c0%20.359-.031.728-.031%201.097c0%201.385%201.63%201.015%201.63.348c0-.307-.183-.593-.183-.89c0-.043%200-.063.04-.063c.175%200%20.481.39.563.514c.297.46.442%201.065.442%201.609c0%201.662-1.518%202.512-1.518%202.871c0%20.052.153.402.625.104C19.8%2019.568%2021%2017.906%2021%2015.742c0-1.724-.44-2.964-1.64-4.232c-.206-.216-.843-.873-1.16-.873c-.422%200%20.368.953.368%201.6c0%20.368-.246.636-.625.636c-.595%200-.75-1.303-.822-1.713c-.297-1.733-.656-2.985-2.379-3.795c-.4-.193-1.25-.437-1.65-.34zM10.002%2023c-.557%200-.979.438-.979%201.016c0%20.543.44.984.979.984H22.16c.197%200%20.84-.074.84-1.016c0-.598-.33-.984-.84-.984z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.03%206C4.774%206%201%2010.166%201%2016.318C1%2021.708%204.653%2026%206.088%2026c.39%200%20.912-.427.912-.863c0-.353-.38-.828-1.291-1.825c-.208-.229-.39-.427-.486-.552C3.859%2020.977%202.974%2018.528%203%2015.979c.027-2.621%201.011-5.349%203.064-7.569l.135-.144c.338-.36.801-.852.801-1.342S6.457%206%206.03%206m19.94%200c-.427%200-.97.434-.97.924s.463.983.8%201.342l.136.144c2.053%202.22%203.037%204.948%203.064%207.569c.026%202.549-.859%204.998-2.223%206.78c-.096.126-.278.325-.486.553C25.38%2024.31%2025%2024.785%2025%2025.137c0%20.436.522.863.912.863C27.347%2026%2031%2021.707%2031%2016.318C31%2010.166%2027.225%206%2025.97%206M13.093%207.025c-.134.033-.215.104-.215.227s.131.205.234.256c.472.287%201.006%201.097%201.006%201.959c0%202.369-2.965%204.522-2.965%206.984c-.01%202.072%201.448%203.724%203.356%204.422c.226.092.625.266.625-.062c0-.134-.112-.143-.215-.184a1.96%201.96%200%200%201-.984-.781c-.421-.616-.514-1.242-.514-1.98c0-1.642%202.268-1.94%202.268-3.59c0-.627-.4-.811-.4-.985c0-.113.04-.113.153-.113c.411%200%20.975.676%201.149%201.015c.113.236.123.309.123.565c0%20.359-.031.728-.031%201.097c0%201.385%201.63%201.015%201.63.348c0-.307-.183-.593-.183-.89c0-.043%200-.063.04-.063c.175%200%20.481.39.563.514c.297.46.442%201.065.442%201.609c0%201.662-1.518%202.512-1.518%202.871c0%20.052.153.402.625.104C19.8%2019.568%2021%2017.906%2021%2015.742c0-1.724-.44-2.964-1.64-4.232c-.206-.216-.843-.873-1.16-.873c-.422%200%20.368.953.368%201.6c0%20.368-.246.636-.625.636c-.595%200-.75-1.303-.822-1.713c-.297-1.733-.656-2.985-2.379-3.795c-.4-.193-1.25-.437-1.65-.34zM10.002%2023c-.557%200-.979.438-.979%201.016c0%20.543.44.984.979.984H22.16c.197%200%20.84-.074.84-1.016c0-.598-.33-.984-.84-.984z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/free-code-camp.svg?color=%231a73e8&size=48