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

Name
freebsd
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 freebsd icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v1c0 1.852.621 3.855 1.5 5.469A11 11 0 0 0 5 17c0 6.063 4.938 11 11 11c5.695 0 10.387-4.352 10.938-9.906c.035-.364.062-.723.062-1.094c0-1.574-.336-3.098-.969-4.5c-.05.086-.082.148-.125.219c-.343.765-.742 1.574-1.156 2.25A8.8 8.8 0 0 1 25 17c0 .305-.004.61-.031.906A9 9 0 0 1 16 26c-4.984 0-9-4.016-9-9s4.016-9 9-9c.43 0 .836.035 1.25.094c.242-.324.492-.614.719-.875v-.032L18.156 7c.219-.238.426-.441.625-.625A11 11 0 0 0 16 6c-1.395 0-2.738.273-3.969.75a8 8 0 0 0-1.094-.656C9.817 5.535 8.168 5 6 5zm21 0c-2.168 0-3.816.535-4.938 1.094c-1.12.558-1.78 1.187-1.78 1.187L19 7.594v.437s.023 1.211.656 2.438C20.29 11.695 21.72 13 24 13h.531l.313-.438S27 9.445 27 6V5zM7.219 7.156c1.093.14 2.031.39 2.687.688c-.746.496-1.398 1.09-2 1.75a13.3 13.3 0 0 1-.687-2.438m17.5 0c-.328 1.758-.91 3.137-1.25 3.719c-1.098-.168-1.696-.688-2.032-1.344c-.28-.543-.277-.808-.312-1.094c.172-.144.23-.238.813-.53c.644-.321 1.636-.598 2.78-.75z"/></svg>

React

import type { SVGProps } from "react";

export function LaFreebsd(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="M5 5v1c0 1.852.621 3.855 1.5 5.469A11 11 0 0 0 5 17c0 6.063 4.938 11 11 11c5.695 0 10.387-4.352 10.938-9.906c.035-.364.062-.723.062-1.094c0-1.574-.336-3.098-.969-4.5c-.05.086-.082.148-.125.219c-.343.765-.742 1.574-1.156 2.25A8.8 8.8 0 0 1 25 17c0 .305-.004.61-.031.906A9 9 0 0 1 16 26c-4.984 0-9-4.016-9-9s4.016-9 9-9c.43 0 .836.035 1.25.094c.242-.324.492-.614.719-.875v-.032L18.156 7c.219-.238.426-.441.625-.625A11 11 0 0 0 16 6c-1.395 0-2.738.273-3.969.75a8 8 0 0 0-1.094-.656C9.817 5.535 8.168 5 6 5zm21 0c-2.168 0-3.816.535-4.938 1.094c-1.12.558-1.78 1.187-1.78 1.187L19 7.594v.437s.023 1.211.656 2.438C20.29 11.695 21.72 13 24 13h.531l.313-.438S27 9.445 27 6V5zM7.219 7.156c1.093.14 2.031.39 2.687.688c-.746.496-1.398 1.09-2 1.75a13.3 13.3 0 0 1-.687-2.438m17.5 0c-.328 1.758-.91 3.137-1.25 3.719c-1.098-.168-1.696-.688-2.032-1.344c-.28-.543-.277-.808-.312-1.094c.172-.144.23-.238.813-.53c.644-.321 1.636-.598 2.78-.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v1c0 1.852.621 3.855 1.5 5.469A11 11 0 0 0 5 17c0 6.063 4.938 11 11 11c5.695 0 10.387-4.352 10.938-9.906c.035-.364.062-.723.062-1.094c0-1.574-.336-3.098-.969-4.5c-.05.086-.082.148-.125.219c-.343.765-.742 1.574-1.156 2.25A8.8 8.8 0 0 1 25 17c0 .305-.004.61-.031.906A9 9 0 0 1 16 26c-4.984 0-9-4.016-9-9s4.016-9 9-9c.43 0 .836.035 1.25.094c.242-.324.492-.614.719-.875v-.032L18.156 7c.219-.238.426-.441.625-.625A11 11 0 0 0 16 6c-1.395 0-2.738.273-3.969.75a8 8 0 0 0-1.094-.656C9.817 5.535 8.168 5 6 5zm21 0c-2.168 0-3.816.535-4.938 1.094c-1.12.558-1.78 1.187-1.78 1.187L19 7.594v.437s.023 1.211.656 2.438C20.29 11.695 21.72 13 24 13h.531l.313-.438S27 9.445 27 6V5zM7.219 7.156c1.093.14 2.031.39 2.687.688c-.746.496-1.398 1.09-2 1.75a13.3 13.3 0 0 1-.687-2.438m17.5 0c-.328 1.758-.91 3.137-1.25 3.719c-1.098-.168-1.696-.688-2.032-1.344c-.28-.543-.277-.808-.312-1.094c.172-.144.23-.238.813-.53c.644-.321 1.636-.598 2.78-.75z"/></svg>
</template>

CSS

.icon-freebsd {
  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%22M5%205v1c0%201.852.621%203.855%201.5%205.469A11%2011%200%200%200%205%2017c0%206.063%204.938%2011%2011%2011c5.695%200%2010.387-4.352%2010.938-9.906c.035-.364.062-.723.062-1.094c0-1.574-.336-3.098-.969-4.5c-.05.086-.082.148-.125.219c-.343.765-.742%201.574-1.156%202.25A8.8%208.8%200%200%201%2025%2017c0%20.305-.004.61-.031.906A9%209%200%200%201%2016%2026c-4.984%200-9-4.016-9-9s4.016-9%209-9c.43%200%20.836.035%201.25.094c.242-.324.492-.614.719-.875v-.032L18.156%207c.219-.238.426-.441.625-.625A11%2011%200%200%200%2016%206c-1.395%200-2.738.273-3.969.75a8%208%200%200%200-1.094-.656C9.817%205.535%208.168%205%206%205zm21%200c-2.168%200-3.816.535-4.938%201.094c-1.12.558-1.78%201.187-1.78%201.187L19%207.594v.437s.023%201.211.656%202.438C20.29%2011.695%2021.72%2013%2024%2013h.531l.313-.438S27%209.445%2027%206V5zM7.219%207.156c1.093.14%202.031.39%202.687.688c-.746.496-1.398%201.09-2%201.75a13.3%2013.3%200%200%201-.687-2.438m17.5%200c-.328%201.758-.91%203.137-1.25%203.719c-1.098-.168-1.696-.688-2.032-1.344c-.28-.543-.277-.808-.312-1.094c.172-.144.23-.238.813-.53c.644-.321%201.636-.598%202.78-.75z%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%22M5%205v1c0%201.852.621%203.855%201.5%205.469A11%2011%200%200%200%205%2017c0%206.063%204.938%2011%2011%2011c5.695%200%2010.387-4.352%2010.938-9.906c.035-.364.062-.723.062-1.094c0-1.574-.336-3.098-.969-4.5c-.05.086-.082.148-.125.219c-.343.765-.742%201.574-1.156%202.25A8.8%208.8%200%200%201%2025%2017c0%20.305-.004.61-.031.906A9%209%200%200%201%2016%2026c-4.984%200-9-4.016-9-9s4.016-9%209-9c.43%200%20.836.035%201.25.094c.242-.324.492-.614.719-.875v-.032L18.156%207c.219-.238.426-.441.625-.625A11%2011%200%200%200%2016%206c-1.395%200-2.738.273-3.969.75a8%208%200%200%200-1.094-.656C9.817%205.535%208.168%205%206%205zm21%200c-2.168%200-3.816.535-4.938%201.094c-1.12.558-1.78%201.187-1.78%201.187L19%207.594v.437s.023%201.211.656%202.438C20.29%2011.695%2021.72%2013%2024%2013h.531l.313-.438S27%209.445%2027%206V5zM7.219%207.156c1.093.14%202.031.39%202.687.688c-.746.496-1.398%201.09-2%201.75a13.3%2013.3%200%200%201-.687-2.438m17.5%200c-.328%201.758-.91%203.137-1.25%203.719c-1.098-.168-1.696-.688-2.032-1.344c-.28-.543-.277-.808-.312-1.094c.172-.144.23-.238.813-.53c.644-.321%201.636-.598%202.78-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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