guitar-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
guitar-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the guitar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92.49 187.5a12 12 0 1 1-17 17l-24-24a12 12 0 0 1 17-17ZM112 120a24 24 0 1 0 24 24a24 24 0 0 0-24-24m140.49-59.52a12 12 0 0 1-14.12 2.12L182 119a73 73 0 0 1 5.36 18.68c2.51 17.58-2.2 33.35-13.27 44.42a46.1 46.1 0 0 1-15.73 10.29a4.32 4.32 0 0 0-2.39 4c-.53 15.61-6.16 29.22-16.28 39.34C129 246.37 114.5 252 98.13 252a77 77 0 0 1-10.77-.78c-19.47-2.78-38.73-12.85-54.23-28.35S7.56 188.11 4.78 168.64c-3-20.75 2.56-39.34 15.55-52.33c10.12-10.12 23.73-15.75 39.34-16.31a4.32 4.32 0 0 0 4-2.39a46.1 46.1 0 0 1 10.26-15.7C85 70.84 100.77 66.13 118.35 68.64A73 73 0 0 1 137 74l56.4-56.37a12 12 0 0 1 19.09-14.12l40 40a12 12 0 0 1 0 16.97M221 46l-11-11l-19 19l11 11Zm-74.31 63.28C135.53 98.09 121.39 92 109.34 92c-7.29 0-13.81 2.21-18.44 6.85a22.2 22.2 0 0 0-4.9 7.62A28.23 28.23 0 0 1 60.48 124c-6.57.22-15.93 2-23.18 9.26c-7.52 7.52-10.63 18.87-8.76 32c2.05 14.37 9.71 28.81 21.56 40.66s26.29 19.51 40.66 21.56c13.09 1.87 24.44-1.24 32-8.76c7.25-7.25 9-16.61 9.26-23.18A28.23 28.23 0 0 1 149.53 170a22.2 22.2 0 0 0 7.59-4.94c12.31-12.27 7.55-37.83-10.4-55.78ZM169 98.07L185 82l-11-11l-16.07 16c2 1.67 3.9 3.42 5.76 5.27s3.6 3.82 5.31 5.8"/></svg>

React

import type { SVGProps } from "react";

export function PhGuitarBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92.49 187.5a12 12 0 1 1-17 17l-24-24a12 12 0 0 1 17-17ZM112 120a24 24 0 1 0 24 24a24 24 0 0 0-24-24m140.49-59.52a12 12 0 0 1-14.12 2.12L182 119a73 73 0 0 1 5.36 18.68c2.51 17.58-2.2 33.35-13.27 44.42a46.1 46.1 0 0 1-15.73 10.29a4.32 4.32 0 0 0-2.39 4c-.53 15.61-6.16 29.22-16.28 39.34C129 246.37 114.5 252 98.13 252a77 77 0 0 1-10.77-.78c-19.47-2.78-38.73-12.85-54.23-28.35S7.56 188.11 4.78 168.64c-3-20.75 2.56-39.34 15.55-52.33c10.12-10.12 23.73-15.75 39.34-16.31a4.32 4.32 0 0 0 4-2.39a46.1 46.1 0 0 1 10.26-15.7C85 70.84 100.77 66.13 118.35 68.64A73 73 0 0 1 137 74l56.4-56.37a12 12 0 0 1 19.09-14.12l40 40a12 12 0 0 1 0 16.97M221 46l-11-11l-19 19l11 11Zm-74.31 63.28C135.53 98.09 121.39 92 109.34 92c-7.29 0-13.81 2.21-18.44 6.85a22.2 22.2 0 0 0-4.9 7.62A28.23 28.23 0 0 1 60.48 124c-6.57.22-15.93 2-23.18 9.26c-7.52 7.52-10.63 18.87-8.76 32c2.05 14.37 9.71 28.81 21.56 40.66s26.29 19.51 40.66 21.56c13.09 1.87 24.44-1.24 32-8.76c7.25-7.25 9-16.61 9.26-23.18A28.23 28.23 0 0 1 149.53 170a22.2 22.2 0 0 0 7.59-4.94c12.31-12.27 7.55-37.83-10.4-55.78ZM169 98.07L185 82l-11-11l-16.07 16c2 1.67 3.9 3.42 5.76 5.27s3.6 3.82 5.31 5.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92.49 187.5a12 12 0 1 1-17 17l-24-24a12 12 0 0 1 17-17ZM112 120a24 24 0 1 0 24 24a24 24 0 0 0-24-24m140.49-59.52a12 12 0 0 1-14.12 2.12L182 119a73 73 0 0 1 5.36 18.68c2.51 17.58-2.2 33.35-13.27 44.42a46.1 46.1 0 0 1-15.73 10.29a4.32 4.32 0 0 0-2.39 4c-.53 15.61-6.16 29.22-16.28 39.34C129 246.37 114.5 252 98.13 252a77 77 0 0 1-10.77-.78c-19.47-2.78-38.73-12.85-54.23-28.35S7.56 188.11 4.78 168.64c-3-20.75 2.56-39.34 15.55-52.33c10.12-10.12 23.73-15.75 39.34-16.31a4.32 4.32 0 0 0 4-2.39a46.1 46.1 0 0 1 10.26-15.7C85 70.84 100.77 66.13 118.35 68.64A73 73 0 0 1 137 74l56.4-56.37a12 12 0 0 1 19.09-14.12l40 40a12 12 0 0 1 0 16.97M221 46l-11-11l-19 19l11 11Zm-74.31 63.28C135.53 98.09 121.39 92 109.34 92c-7.29 0-13.81 2.21-18.44 6.85a22.2 22.2 0 0 0-4.9 7.62A28.23 28.23 0 0 1 60.48 124c-6.57.22-15.93 2-23.18 9.26c-7.52 7.52-10.63 18.87-8.76 32c2.05 14.37 9.71 28.81 21.56 40.66s26.29 19.51 40.66 21.56c13.09 1.87 24.44-1.24 32-8.76c7.25-7.25 9-16.61 9.26-23.18A28.23 28.23 0 0 1 149.53 170a22.2 22.2 0 0 0 7.59-4.94c12.31-12.27 7.55-37.83-10.4-55.78ZM169 98.07L185 82l-11-11l-16.07 16c2 1.67 3.9 3.42 5.76 5.27s3.6 3.82 5.31 5.8"/></svg>
</template>

CSS

.icon-guitar-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M92.49%20187.5a12%2012%200%201%201-17%2017l-24-24a12%2012%200%200%201%2017-17ZM112%20120a24%2024%200%201%200%2024%2024a24%2024%200%200%200-24-24m140.49-59.52a12%2012%200%200%201-14.12%202.12L182%20119a73%2073%200%200%201%205.36%2018.68c2.51%2017.58-2.2%2033.35-13.27%2044.42a46.1%2046.1%200%200%201-15.73%2010.29a4.32%204.32%200%200%200-2.39%204c-.53%2015.61-6.16%2029.22-16.28%2039.34C129%20246.37%20114.5%20252%2098.13%20252a77%2077%200%200%201-10.77-.78c-19.47-2.78-38.73-12.85-54.23-28.35S7.56%20188.11%204.78%20168.64c-3-20.75%202.56-39.34%2015.55-52.33c10.12-10.12%2023.73-15.75%2039.34-16.31a4.32%204.32%200%200%200%204-2.39a46.1%2046.1%200%200%201%2010.26-15.7C85%2070.84%20100.77%2066.13%20118.35%2068.64A73%2073%200%200%201%20137%2074l56.4-56.37a12%2012%200%200%201%2019.09-14.12l40%2040a12%2012%200%200%201%200%2016.97M221%2046l-11-11l-19%2019l11%2011Zm-74.31%2063.28C135.53%2098.09%20121.39%2092%20109.34%2092c-7.29%200-13.81%202.21-18.44%206.85a22.2%2022.2%200%200%200-4.9%207.62A28.23%2028.23%200%200%201%2060.48%20124c-6.57.22-15.93%202-23.18%209.26c-7.52%207.52-10.63%2018.87-8.76%2032c2.05%2014.37%209.71%2028.81%2021.56%2040.66s26.29%2019.51%2040.66%2021.56c13.09%201.87%2024.44-1.24%2032-8.76c7.25-7.25%209-16.61%209.26-23.18A28.23%2028.23%200%200%201%20149.53%20170a22.2%2022.2%200%200%200%207.59-4.94c12.31-12.27%207.55-37.83-10.4-55.78ZM169%2098.07L185%2082l-11-11l-16.07%2016c2%201.67%203.9%203.42%205.76%205.27s3.6%203.82%205.31%205.8%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M92.49%20187.5a12%2012%200%201%201-17%2017l-24-24a12%2012%200%200%201%2017-17ZM112%20120a24%2024%200%201%200%2024%2024a24%2024%200%200%200-24-24m140.49-59.52a12%2012%200%200%201-14.12%202.12L182%20119a73%2073%200%200%201%205.36%2018.68c2.51%2017.58-2.2%2033.35-13.27%2044.42a46.1%2046.1%200%200%201-15.73%2010.29a4.32%204.32%200%200%200-2.39%204c-.53%2015.61-6.16%2029.22-16.28%2039.34C129%20246.37%20114.5%20252%2098.13%20252a77%2077%200%200%201-10.77-.78c-19.47-2.78-38.73-12.85-54.23-28.35S7.56%20188.11%204.78%20168.64c-3-20.75%202.56-39.34%2015.55-52.33c10.12-10.12%2023.73-15.75%2039.34-16.31a4.32%204.32%200%200%200%204-2.39a46.1%2046.1%200%200%201%2010.26-15.7C85%2070.84%20100.77%2066.13%20118.35%2068.64A73%2073%200%200%201%20137%2074l56.4-56.37a12%2012%200%200%201%2019.09-14.12l40%2040a12%2012%200%200%201%200%2016.97M221%2046l-11-11l-19%2019l11%2011Zm-74.31%2063.28C135.53%2098.09%20121.39%2092%20109.34%2092c-7.29%200-13.81%202.21-18.44%206.85a22.2%2022.2%200%200%200-4.9%207.62A28.23%2028.23%200%200%201%2060.48%20124c-6.57.22-15.93%202-23.18%209.26c-7.52%207.52-10.63%2018.87-8.76%2032c2.05%2014.37%209.71%2028.81%2021.56%2040.66s26.29%2019.51%2040.66%2021.56c13.09%201.87%2024.44-1.24%2032-8.76c7.25-7.25%209-16.61%209.26-23.18A28.23%2028.23%200%200%201%20149.53%20170a22.2%2022.2%200%200%200%207.59-4.94c12.31-12.27%207.55-37.83-10.4-55.78ZM169%2098.07L185%2082l-11-11l-16.07%2016c2%201.67%203.9%203.42%205.76%205.27s3.6%203.82%205.31%205.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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