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

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

The same logo in other sets

Use the wireguard logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.98 11.645S24.533 0 11.735 0C.418 0 .064 11.17.064 11.17S-1.6 24 11.997 24C25.04 24 23.98 11.645 23.98 11.645M8.155 7.576c2.4-1.47 5.469-.571 6.618 1.638c.218.419.246 1.063.108 1.503c-.477 1.516-1.601 2.366-3.145 2.728c.455-.39.817-.832.933-1.442a2.1 2.1 0 0 0-.364-1.677a2.14 2.14 0 0 0-2.465-.75c-.95.36-1.47 1.228-1.377 2.294c.087.99.839 1.632 2.245 1.876c-.21.111-.372.193-.53.281a5.1 5.1 0 0 0-1.644 1.43c-.143.192-.24.208-.458.075c-2.827-1.729-3.009-6.067.078-7.956zM6.04 18.258c-.455.116-.895.286-1.359.438c.227-1.532 2.021-2.943 3.539-2.782a3.9 3.9 0 0 0-.74 2.072c-.504.093-.98.155-1.44.272M15.703 3.3c.448.017.898.01 1.347.02a2 2 0 0 1 .334.047a3 3 0 0 1-.34.434c-.16.15-.341.296-.573.069c-.055-.055-.187-.042-.283-.044c-.447-.005-.894-.02-1.34-.003a8 8 0 0 0-1.154.118c-.072.013-.178.25-.146.338c.078.207.191.435.359.567c.619.49 1.277.928 1.9 1.413c.604.472 1.167.99 1.51 1.7c.446.928.46 1.9.267 2.877c-.322 1.63-1.147 2.98-2.483 3.962c-.538.395-1.205.62-1.821.903c-.543.25-1.1.465-1.644.712c-.98.446-1.53 1.51-1.369 2.615c.149 1.015 1.04 1.862 2.059 2.037c1.223.21 2.486-.586 2.785-1.83c.336-1.397-.423-2.646-1.845-3.024l-.256-.066c.38-.17.708-.291 1.012-.458q.793-.437 1.558-.925c.15-.096.231-.096.36.014c.977.846 1.56 1.898 1.724 3.187c.27 2.135-.74 4.096-2.646 5.101c-2.948 1.555-6.557-.215-7.208-3.484c-.558-2.8 1.418-5.34 3.797-5.83c1.023-.211 1.958-.637 2.685-1.425c.47-.508.697-.944.775-1.141a3.2 3.2 0 0 0 .217-1.158a2.7 2.7 0 0 0-.237-.992c-.248-.566-1.2-1.466-1.435-1.656l-2.24-1.754c-.079-.065-.168-.06-.36-.047c-.23.016-.815.048-1.067-.018c.204-.155.76-.38 1-.56c-.726-.49-1.554-.314-2.315-.46c.176-.328 1.046-.831 1.541-.888a7 7 0 0 0-.135-.822c-.03-.111-.154-.22-.263-.283c-.262-.154-.541-.281-.843-.434a1.76 1.76 0 0 1 .906-.28a3.4 3.4 0 0 1 .908.088c.54.123.97.042 1.399-.324c-.338-.136-.676-.26-1.003-.407a10 10 0 0 1-.942-.493c.85.118 1.671.437 2.54.32l.022-.118l-2.018-.47c1.203-.11 2.323-.128 3.384.388c.299.146.61.266.897.432c.14.08.233.24.348.365c.09.098.164.23.276.29c.424.225.89.234 1.366.223l.01-.16c.479.15 1.017.702 1.017 1.105c-.776 0-1.55-.003-2.325.004c-.083 0-.165.061-.247.094c.078.046.155.128.235.131m-1-1.147a.118.118 0 0 0-.016.19a.18.18 0 0 0 .246.065c.075-.038.148-.078.238-.125c-.072-.062-.13-.114-.19-.163c-.106-.087-.193-.032-.278.033"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWireguard(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="M23.98 11.645S24.533 0 11.735 0C.418 0 .064 11.17.064 11.17S-1.6 24 11.997 24C25.04 24 23.98 11.645 23.98 11.645M8.155 7.576c2.4-1.47 5.469-.571 6.618 1.638c.218.419.246 1.063.108 1.503c-.477 1.516-1.601 2.366-3.145 2.728c.455-.39.817-.832.933-1.442a2.1 2.1 0 0 0-.364-1.677a2.14 2.14 0 0 0-2.465-.75c-.95.36-1.47 1.228-1.377 2.294c.087.99.839 1.632 2.245 1.876c-.21.111-.372.193-.53.281a5.1 5.1 0 0 0-1.644 1.43c-.143.192-.24.208-.458.075c-2.827-1.729-3.009-6.067.078-7.956zM6.04 18.258c-.455.116-.895.286-1.359.438c.227-1.532 2.021-2.943 3.539-2.782a3.9 3.9 0 0 0-.74 2.072c-.504.093-.98.155-1.44.272M15.703 3.3c.448.017.898.01 1.347.02a2 2 0 0 1 .334.047a3 3 0 0 1-.34.434c-.16.15-.341.296-.573.069c-.055-.055-.187-.042-.283-.044c-.447-.005-.894-.02-1.34-.003a8 8 0 0 0-1.154.118c-.072.013-.178.25-.146.338c.078.207.191.435.359.567c.619.49 1.277.928 1.9 1.413c.604.472 1.167.99 1.51 1.7c.446.928.46 1.9.267 2.877c-.322 1.63-1.147 2.98-2.483 3.962c-.538.395-1.205.62-1.821.903c-.543.25-1.1.465-1.644.712c-.98.446-1.53 1.51-1.369 2.615c.149 1.015 1.04 1.862 2.059 2.037c1.223.21 2.486-.586 2.785-1.83c.336-1.397-.423-2.646-1.845-3.024l-.256-.066c.38-.17.708-.291 1.012-.458q.793-.437 1.558-.925c.15-.096.231-.096.36.014c.977.846 1.56 1.898 1.724 3.187c.27 2.135-.74 4.096-2.646 5.101c-2.948 1.555-6.557-.215-7.208-3.484c-.558-2.8 1.418-5.34 3.797-5.83c1.023-.211 1.958-.637 2.685-1.425c.47-.508.697-.944.775-1.141a3.2 3.2 0 0 0 .217-1.158a2.7 2.7 0 0 0-.237-.992c-.248-.566-1.2-1.466-1.435-1.656l-2.24-1.754c-.079-.065-.168-.06-.36-.047c-.23.016-.815.048-1.067-.018c.204-.155.76-.38 1-.56c-.726-.49-1.554-.314-2.315-.46c.176-.328 1.046-.831 1.541-.888a7 7 0 0 0-.135-.822c-.03-.111-.154-.22-.263-.283c-.262-.154-.541-.281-.843-.434a1.76 1.76 0 0 1 .906-.28a3.4 3.4 0 0 1 .908.088c.54.123.97.042 1.399-.324c-.338-.136-.676-.26-1.003-.407a10 10 0 0 1-.942-.493c.85.118 1.671.437 2.54.32l.022-.118l-2.018-.47c1.203-.11 2.323-.128 3.384.388c.299.146.61.266.897.432c.14.08.233.24.348.365c.09.098.164.23.276.29c.424.225.89.234 1.366.223l.01-.16c.479.15 1.017.702 1.017 1.105c-.776 0-1.55-.003-2.325.004c-.083 0-.165.061-.247.094c.078.046.155.128.235.131m-1-1.147a.118.118 0 0 0-.016.19a.18.18 0 0 0 .246.065c.075-.038.148-.078.238-.125c-.072-.062-.13-.114-.19-.163c-.106-.087-.193-.032-.278.033"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.98 11.645S24.533 0 11.735 0C.418 0 .064 11.17.064 11.17S-1.6 24 11.997 24C25.04 24 23.98 11.645 23.98 11.645M8.155 7.576c2.4-1.47 5.469-.571 6.618 1.638c.218.419.246 1.063.108 1.503c-.477 1.516-1.601 2.366-3.145 2.728c.455-.39.817-.832.933-1.442a2.1 2.1 0 0 0-.364-1.677a2.14 2.14 0 0 0-2.465-.75c-.95.36-1.47 1.228-1.377 2.294c.087.99.839 1.632 2.245 1.876c-.21.111-.372.193-.53.281a5.1 5.1 0 0 0-1.644 1.43c-.143.192-.24.208-.458.075c-2.827-1.729-3.009-6.067.078-7.956zM6.04 18.258c-.455.116-.895.286-1.359.438c.227-1.532 2.021-2.943 3.539-2.782a3.9 3.9 0 0 0-.74 2.072c-.504.093-.98.155-1.44.272M15.703 3.3c.448.017.898.01 1.347.02a2 2 0 0 1 .334.047a3 3 0 0 1-.34.434c-.16.15-.341.296-.573.069c-.055-.055-.187-.042-.283-.044c-.447-.005-.894-.02-1.34-.003a8 8 0 0 0-1.154.118c-.072.013-.178.25-.146.338c.078.207.191.435.359.567c.619.49 1.277.928 1.9 1.413c.604.472 1.167.99 1.51 1.7c.446.928.46 1.9.267 2.877c-.322 1.63-1.147 2.98-2.483 3.962c-.538.395-1.205.62-1.821.903c-.543.25-1.1.465-1.644.712c-.98.446-1.53 1.51-1.369 2.615c.149 1.015 1.04 1.862 2.059 2.037c1.223.21 2.486-.586 2.785-1.83c.336-1.397-.423-2.646-1.845-3.024l-.256-.066c.38-.17.708-.291 1.012-.458q.793-.437 1.558-.925c.15-.096.231-.096.36.014c.977.846 1.56 1.898 1.724 3.187c.27 2.135-.74 4.096-2.646 5.101c-2.948 1.555-6.557-.215-7.208-3.484c-.558-2.8 1.418-5.34 3.797-5.83c1.023-.211 1.958-.637 2.685-1.425c.47-.508.697-.944.775-1.141a3.2 3.2 0 0 0 .217-1.158a2.7 2.7 0 0 0-.237-.992c-.248-.566-1.2-1.466-1.435-1.656l-2.24-1.754c-.079-.065-.168-.06-.36-.047c-.23.016-.815.048-1.067-.018c.204-.155.76-.38 1-.56c-.726-.49-1.554-.314-2.315-.46c.176-.328 1.046-.831 1.541-.888a7 7 0 0 0-.135-.822c-.03-.111-.154-.22-.263-.283c-.262-.154-.541-.281-.843-.434a1.76 1.76 0 0 1 .906-.28a3.4 3.4 0 0 1 .908.088c.54.123.97.042 1.399-.324c-.338-.136-.676-.26-1.003-.407a10 10 0 0 1-.942-.493c.85.118 1.671.437 2.54.32l.022-.118l-2.018-.47c1.203-.11 2.323-.128 3.384.388c.299.146.61.266.897.432c.14.08.233.24.348.365c.09.098.164.23.276.29c.424.225.89.234 1.366.223l.01-.16c.479.15 1.017.702 1.017 1.105c-.776 0-1.55-.003-2.325.004c-.083 0-.165.061-.247.094c.078.046.155.128.235.131m-1-1.147a.118.118 0 0 0-.016.19a.18.18 0 0 0 .246.065c.075-.038.148-.078.238-.125c-.072-.062-.13-.114-.19-.163c-.106-.087-.193-.032-.278.033"/></svg>
</template>

CSS

.icon-wireguard {
  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%22M23.98%2011.645S24.533%200%2011.735%200C.418%200%20.064%2011.17.064%2011.17S-1.6%2024%2011.997%2024C25.04%2024%2023.98%2011.645%2023.98%2011.645M8.155%207.576c2.4-1.47%205.469-.571%206.618%201.638c.218.419.246%201.063.108%201.503c-.477%201.516-1.601%202.366-3.145%202.728c.455-.39.817-.832.933-1.442a2.1%202.1%200%200%200-.364-1.677a2.14%202.14%200%200%200-2.465-.75c-.95.36-1.47%201.228-1.377%202.294c.087.99.839%201.632%202.245%201.876c-.21.111-.372.193-.53.281a5.1%205.1%200%200%200-1.644%201.43c-.143.192-.24.208-.458.075c-2.827-1.729-3.009-6.067.078-7.956zM6.04%2018.258c-.455.116-.895.286-1.359.438c.227-1.532%202.021-2.943%203.539-2.782a3.9%203.9%200%200%200-.74%202.072c-.504.093-.98.155-1.44.272M15.703%203.3c.448.017.898.01%201.347.02a2%202%200%200%201%20.334.047a3%203%200%200%201-.34.434c-.16.15-.341.296-.573.069c-.055-.055-.187-.042-.283-.044c-.447-.005-.894-.02-1.34-.003a8%208%200%200%200-1.154.118c-.072.013-.178.25-.146.338c.078.207.191.435.359.567c.619.49%201.277.928%201.9%201.413c.604.472%201.167.99%201.51%201.7c.446.928.46%201.9.267%202.877c-.322%201.63-1.147%202.98-2.483%203.962c-.538.395-1.205.62-1.821.903c-.543.25-1.1.465-1.644.712c-.98.446-1.53%201.51-1.369%202.615c.149%201.015%201.04%201.862%202.059%202.037c1.223.21%202.486-.586%202.785-1.83c.336-1.397-.423-2.646-1.845-3.024l-.256-.066c.38-.17.708-.291%201.012-.458q.793-.437%201.558-.925c.15-.096.231-.096.36.014c.977.846%201.56%201.898%201.724%203.187c.27%202.135-.74%204.096-2.646%205.101c-2.948%201.555-6.557-.215-7.208-3.484c-.558-2.8%201.418-5.34%203.797-5.83c1.023-.211%201.958-.637%202.685-1.425c.47-.508.697-.944.775-1.141a3.2%203.2%200%200%200%20.217-1.158a2.7%202.7%200%200%200-.237-.992c-.248-.566-1.2-1.466-1.435-1.656l-2.24-1.754c-.079-.065-.168-.06-.36-.047c-.23.016-.815.048-1.067-.018c.204-.155.76-.38%201-.56c-.726-.49-1.554-.314-2.315-.46c.176-.328%201.046-.831%201.541-.888a7%207%200%200%200-.135-.822c-.03-.111-.154-.22-.263-.283c-.262-.154-.541-.281-.843-.434a1.76%201.76%200%200%201%20.906-.28a3.4%203.4%200%200%201%20.908.088c.54.123.97.042%201.399-.324c-.338-.136-.676-.26-1.003-.407a10%2010%200%200%201-.942-.493c.85.118%201.671.437%202.54.32l.022-.118l-2.018-.47c1.203-.11%202.323-.128%203.384.388c.299.146.61.266.897.432c.14.08.233.24.348.365c.09.098.164.23.276.29c.424.225.89.234%201.366.223l.01-.16c.479.15%201.017.702%201.017%201.105c-.776%200-1.55-.003-2.325.004c-.083%200-.165.061-.247.094c.078.046.155.128.235.131m-1-1.147a.118.118%200%200%200-.016.19a.18.18%200%200%200%20.246.065c.075-.038.148-.078.238-.125c-.072-.062-.13-.114-.19-.163c-.106-.087-.193-.032-.278.033%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%22M23.98%2011.645S24.533%200%2011.735%200C.418%200%20.064%2011.17.064%2011.17S-1.6%2024%2011.997%2024C25.04%2024%2023.98%2011.645%2023.98%2011.645M8.155%207.576c2.4-1.47%205.469-.571%206.618%201.638c.218.419.246%201.063.108%201.503c-.477%201.516-1.601%202.366-3.145%202.728c.455-.39.817-.832.933-1.442a2.1%202.1%200%200%200-.364-1.677a2.14%202.14%200%200%200-2.465-.75c-.95.36-1.47%201.228-1.377%202.294c.087.99.839%201.632%202.245%201.876c-.21.111-.372.193-.53.281a5.1%205.1%200%200%200-1.644%201.43c-.143.192-.24.208-.458.075c-2.827-1.729-3.009-6.067.078-7.956zM6.04%2018.258c-.455.116-.895.286-1.359.438c.227-1.532%202.021-2.943%203.539-2.782a3.9%203.9%200%200%200-.74%202.072c-.504.093-.98.155-1.44.272M15.703%203.3c.448.017.898.01%201.347.02a2%202%200%200%201%20.334.047a3%203%200%200%201-.34.434c-.16.15-.341.296-.573.069c-.055-.055-.187-.042-.283-.044c-.447-.005-.894-.02-1.34-.003a8%208%200%200%200-1.154.118c-.072.013-.178.25-.146.338c.078.207.191.435.359.567c.619.49%201.277.928%201.9%201.413c.604.472%201.167.99%201.51%201.7c.446.928.46%201.9.267%202.877c-.322%201.63-1.147%202.98-2.483%203.962c-.538.395-1.205.62-1.821.903c-.543.25-1.1.465-1.644.712c-.98.446-1.53%201.51-1.369%202.615c.149%201.015%201.04%201.862%202.059%202.037c1.223.21%202.486-.586%202.785-1.83c.336-1.397-.423-2.646-1.845-3.024l-.256-.066c.38-.17.708-.291%201.012-.458q.793-.437%201.558-.925c.15-.096.231-.096.36.014c.977.846%201.56%201.898%201.724%203.187c.27%202.135-.74%204.096-2.646%205.101c-2.948%201.555-6.557-.215-7.208-3.484c-.558-2.8%201.418-5.34%203.797-5.83c1.023-.211%201.958-.637%202.685-1.425c.47-.508.697-.944.775-1.141a3.2%203.2%200%200%200%20.217-1.158a2.7%202.7%200%200%200-.237-.992c-.248-.566-1.2-1.466-1.435-1.656l-2.24-1.754c-.079-.065-.168-.06-.36-.047c-.23.016-.815.048-1.067-.018c.204-.155.76-.38%201-.56c-.726-.49-1.554-.314-2.315-.46c.176-.328%201.046-.831%201.541-.888a7%207%200%200%200-.135-.822c-.03-.111-.154-.22-.263-.283c-.262-.154-.541-.281-.843-.434a1.76%201.76%200%200%201%20.906-.28a3.4%203.4%200%200%201%20.908.088c.54.123.97.042%201.399-.324c-.338-.136-.676-.26-1.003-.407a10%2010%200%200%201-.942-.493c.85.118%201.671.437%202.54.32l.022-.118l-2.018-.47c1.203-.11%202.323-.128%203.384.388c.299.146.61.266.897.432c.14.08.233.24.348.365c.09.098.164.23.276.29c.424.225.89.234%201.366.223l.01-.16c.479.15%201.017.702%201.017%201.105c-.776%200-1.55-.003-2.325.004c-.083%200-.165.061-.247.094c.078.046.155.128.235.131m-1-1.147a.118.118%200%200%200-.016.19a.18.18%200%200%200%20.246.065c.075-.038.148-.078.238-.125c-.072-.062-.13-.114-.19-.163c-.106-.087-.193-.032-.278.033%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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