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

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

The same logo in other sets

Use the bsd logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.725 6.664C5.6 6.91 6.353 7.684 6.6 8.556c.27.95-.032 1.905-.671 2.633c.783.432 1.44 1.083 1.704 1.956c.244.807.185 1.739-.224 2.483c-.446.812-1.3 1.457-2.203 1.65c-.496.106-1.02.07-1.524.07H.602c-.393 0-.602-.28-.602-.638V9.476C0 5.81 3.889 6.428 4.725 6.664M1.051 9.63v1.367h3.228c1.258 0 1.461-1.761 1.285-2.272c-.184-.533-.687-.893-1.2-1.056c-.426-.097-3.313-.784-3.313 1.961m0 2.357v4.297c0 .116-.006.099.116.099H3.57c.67 0 1.364.022 1.98-.284c.782-.387 1.24-1.422 1.158-2.263c-.084-.849-.667-1.43-1.44-1.72c-.387-.147-.927-.129-1.339-.129zm14.791-4.77c0-.47.28-.706.854-.706h2.916c2.9 0 4.388 2.797 4.388 5.492c0 2.754-1.797 5.404-4.683 5.404h-2.856c-.471 0-.619-.088-.619-.603V7.218zm1.09.369v8.746h2.311c2.342 0 3.594-2.15 3.594-4.329c0-2.238-1.134-4.417-3.387-4.417zm-5.506.017c-.948 0-1.824.776-1.824 1.796c0 .918 1.235 1.45 2.456 2.11c1.292.704 2.67 1.408 2.67 2.902c0 2.054-1.536 3.116-3.518 3.116a4.5 4.5 0 0 1-2.47-.718c-.258-.173-.388-.388-.388-.632c0-.33.159-.488.488-.488c.159 0 .33.057.504.172c.56.345 1.277.546 1.91.546c1.25 0 2.311-.546 2.311-1.925c0-.861-1.033-1.407-2.153-1.996c-1.408-.732-2.988-1.536-2.988-3.03c0-1.882 1.436-2.973 3.232-2.973c.775 0 1.622.215 2.441.66a.77.77 0 0 1 .402.661c0 .287-.201.56-.502.56c-.173 0-.345-.129-.546-.258c-.46-.287-1.279-.503-2.025-.503"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBsd(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="M4.725 6.664C5.6 6.91 6.353 7.684 6.6 8.556c.27.95-.032 1.905-.671 2.633c.783.432 1.44 1.083 1.704 1.956c.244.807.185 1.739-.224 2.483c-.446.812-1.3 1.457-2.203 1.65c-.496.106-1.02.07-1.524.07H.602c-.393 0-.602-.28-.602-.638V9.476C0 5.81 3.889 6.428 4.725 6.664M1.051 9.63v1.367h3.228c1.258 0 1.461-1.761 1.285-2.272c-.184-.533-.687-.893-1.2-1.056c-.426-.097-3.313-.784-3.313 1.961m0 2.357v4.297c0 .116-.006.099.116.099H3.57c.67 0 1.364.022 1.98-.284c.782-.387 1.24-1.422 1.158-2.263c-.084-.849-.667-1.43-1.44-1.72c-.387-.147-.927-.129-1.339-.129zm14.791-4.77c0-.47.28-.706.854-.706h2.916c2.9 0 4.388 2.797 4.388 5.492c0 2.754-1.797 5.404-4.683 5.404h-2.856c-.471 0-.619-.088-.619-.603V7.218zm1.09.369v8.746h2.311c2.342 0 3.594-2.15 3.594-4.329c0-2.238-1.134-4.417-3.387-4.417zm-5.506.017c-.948 0-1.824.776-1.824 1.796c0 .918 1.235 1.45 2.456 2.11c1.292.704 2.67 1.408 2.67 2.902c0 2.054-1.536 3.116-3.518 3.116a4.5 4.5 0 0 1-2.47-.718c-.258-.173-.388-.388-.388-.632c0-.33.159-.488.488-.488c.159 0 .33.057.504.172c.56.345 1.277.546 1.91.546c1.25 0 2.311-.546 2.311-1.925c0-.861-1.033-1.407-2.153-1.996c-1.408-.732-2.988-1.536-2.988-3.03c0-1.882 1.436-2.973 3.232-2.973c.775 0 1.622.215 2.441.66a.77.77 0 0 1 .402.661c0 .287-.201.56-.502.56c-.173 0-.345-.129-.546-.258c-.46-.287-1.279-.503-2.025-.503"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.725 6.664C5.6 6.91 6.353 7.684 6.6 8.556c.27.95-.032 1.905-.671 2.633c.783.432 1.44 1.083 1.704 1.956c.244.807.185 1.739-.224 2.483c-.446.812-1.3 1.457-2.203 1.65c-.496.106-1.02.07-1.524.07H.602c-.393 0-.602-.28-.602-.638V9.476C0 5.81 3.889 6.428 4.725 6.664M1.051 9.63v1.367h3.228c1.258 0 1.461-1.761 1.285-2.272c-.184-.533-.687-.893-1.2-1.056c-.426-.097-3.313-.784-3.313 1.961m0 2.357v4.297c0 .116-.006.099.116.099H3.57c.67 0 1.364.022 1.98-.284c.782-.387 1.24-1.422 1.158-2.263c-.084-.849-.667-1.43-1.44-1.72c-.387-.147-.927-.129-1.339-.129zm14.791-4.77c0-.47.28-.706.854-.706h2.916c2.9 0 4.388 2.797 4.388 5.492c0 2.754-1.797 5.404-4.683 5.404h-2.856c-.471 0-.619-.088-.619-.603V7.218zm1.09.369v8.746h2.311c2.342 0 3.594-2.15 3.594-4.329c0-2.238-1.134-4.417-3.387-4.417zm-5.506.017c-.948 0-1.824.776-1.824 1.796c0 .918 1.235 1.45 2.456 2.11c1.292.704 2.67 1.408 2.67 2.902c0 2.054-1.536 3.116-3.518 3.116a4.5 4.5 0 0 1-2.47-.718c-.258-.173-.388-.388-.388-.632c0-.33.159-.488.488-.488c.159 0 .33.057.504.172c.56.345 1.277.546 1.91.546c1.25 0 2.311-.546 2.311-1.925c0-.861-1.033-1.407-2.153-1.996c-1.408-.732-2.988-1.536-2.988-3.03c0-1.882 1.436-2.973 3.232-2.973c.775 0 1.622.215 2.441.66a.77.77 0 0 1 .402.661c0 .287-.201.56-.502.56c-.173 0-.345-.129-.546-.258c-.46-.287-1.279-.503-2.025-.503"/></svg>
</template>

CSS

.icon-bsd {
  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%22M4.725%206.664C5.6%206.91%206.353%207.684%206.6%208.556c.27.95-.032%201.905-.671%202.633c.783.432%201.44%201.083%201.704%201.956c.244.807.185%201.739-.224%202.483c-.446.812-1.3%201.457-2.203%201.65c-.496.106-1.02.07-1.524.07H.602c-.393%200-.602-.28-.602-.638V9.476C0%205.81%203.889%206.428%204.725%206.664M1.051%209.63v1.367h3.228c1.258%200%201.461-1.761%201.285-2.272c-.184-.533-.687-.893-1.2-1.056c-.426-.097-3.313-.784-3.313%201.961m0%202.357v4.297c0%20.116-.006.099.116.099H3.57c.67%200%201.364.022%201.98-.284c.782-.387%201.24-1.422%201.158-2.263c-.084-.849-.667-1.43-1.44-1.72c-.387-.147-.927-.129-1.339-.129zm14.791-4.77c0-.47.28-.706.854-.706h2.916c2.9%200%204.388%202.797%204.388%205.492c0%202.754-1.797%205.404-4.683%205.404h-2.856c-.471%200-.619-.088-.619-.603V7.218zm1.09.369v8.746h2.311c2.342%200%203.594-2.15%203.594-4.329c0-2.238-1.134-4.417-3.387-4.417zm-5.506.017c-.948%200-1.824.776-1.824%201.796c0%20.918%201.235%201.45%202.456%202.11c1.292.704%202.67%201.408%202.67%202.902c0%202.054-1.536%203.116-3.518%203.116a4.5%204.5%200%200%201-2.47-.718c-.258-.173-.388-.388-.388-.632c0-.33.159-.488.488-.488c.159%200%20.33.057.504.172c.56.345%201.277.546%201.91.546c1.25%200%202.311-.546%202.311-1.925c0-.861-1.033-1.407-2.153-1.996c-1.408-.732-2.988-1.536-2.988-3.03c0-1.882%201.436-2.973%203.232-2.973c.775%200%201.622.215%202.441.66a.77.77%200%200%201%20.402.661c0%20.287-.201.56-.502.56c-.173%200-.345-.129-.546-.258c-.46-.287-1.279-.503-2.025-.503%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%22M4.725%206.664C5.6%206.91%206.353%207.684%206.6%208.556c.27.95-.032%201.905-.671%202.633c.783.432%201.44%201.083%201.704%201.956c.244.807.185%201.739-.224%202.483c-.446.812-1.3%201.457-2.203%201.65c-.496.106-1.02.07-1.524.07H.602c-.393%200-.602-.28-.602-.638V9.476C0%205.81%203.889%206.428%204.725%206.664M1.051%209.63v1.367h3.228c1.258%200%201.461-1.761%201.285-2.272c-.184-.533-.687-.893-1.2-1.056c-.426-.097-3.313-.784-3.313%201.961m0%202.357v4.297c0%20.116-.006.099.116.099H3.57c.67%200%201.364.022%201.98-.284c.782-.387%201.24-1.422%201.158-2.263c-.084-.849-.667-1.43-1.44-1.72c-.387-.147-.927-.129-1.339-.129zm14.791-4.77c0-.47.28-.706.854-.706h2.916c2.9%200%204.388%202.797%204.388%205.492c0%202.754-1.797%205.404-4.683%205.404h-2.856c-.471%200-.619-.088-.619-.603V7.218zm1.09.369v8.746h2.311c2.342%200%203.594-2.15%203.594-4.329c0-2.238-1.134-4.417-3.387-4.417zm-5.506.017c-.948%200-1.824.776-1.824%201.796c0%20.918%201.235%201.45%202.456%202.11c1.292.704%202.67%201.408%202.67%202.902c0%202.054-1.536%203.116-3.518%203.116a4.5%204.5%200%200%201-2.47-.718c-.258-.173-.388-.388-.388-.632c0-.33.159-.488.488-.488c.159%200%20.33.057.504.172c.56.345%201.277.546%201.91.546c1.25%200%202.311-.546%202.311-1.925c0-.861-1.033-1.407-2.153-1.996c-1.408-.732-2.988-1.536-2.988-3.03c0-1.882%201.436-2.973%203.232-2.973c.775%200%201.622.215%202.441.66a.77.77%200%200%201%20.402.661c0%20.287-.201.56-.502.56c-.173%200-.345-.129-.546-.258c-.46-.287-1.279-.503-2.025-.503%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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