guitar-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
guitar-thin
Set
Phosphor
Style
Thin
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="m246.83 49.17l-40-40a4 4 0 0 0-5.66 5.66l5.17 5.17l-65.09 65.1c-21.91-12.54-46.89-12.31-61.67 2.47a38.1 38.1 0 0 0-8.5 13A12.24 12.24 0 0 1 59.94 108c-13.55.46-25.29 5.28-34 13.94c-11.12 11.2-15.84 27.37-13.24 45.57c2.54 17.77 11.8 35.42 26.08 49.71s31.94 23.54 49.71 26.08a67.4 67.4 0 0 0 9.59.7c14.25 0 26.79-4.82 36-14c8.66-8.67 13.48-20.41 13.94-34a12.24 12.24 0 0 1 7.45-11.14a38.1 38.1 0 0 0 13-8.5c14.78-14.78 15-39.76 2.47-61.67L236 49.66l5.17 5.17a4 4 0 1 0 5.66-5.66m-84.06 121.59a29.9 29.9 0 0 1-10.3 6.72A20.25 20.25 0 0 0 140 195.79c-.38 11.49-4.39 21.37-11.6 28.57c-9.34 9.34-23.1 13.26-38.75 11c-16.07-2.29-32.11-10.75-45.18-23.82s-21.53-29.11-23.82-45.18c-2.24-15.65 1.68-29.41 11-38.75c7.2-7.21 17.08-11.22 28.57-11.6a20.25 20.25 0 0 0 18.31-12.5a29.9 29.9 0 0 1 6.72-10.3c11.8-11.8 31.84-12 50.14-2.27l-25.09 25.09a28 28 0 1 0 29.7 29.68l25-25.09c9.81 18.3 9.57 38.38-2.23 50.14M112 124a20 20 0 0 1 20 20a20 20 0 1 1-20-20m26.71 11.63a28.06 28.06 0 0 0-18.34-18.34l22-22a74.5 74.5 0 0 1 18.35 18.35ZM158 98a81 81 0 0 0-9.9-8.44L176 61.65L194.34 80l-27.87 27.87A81 81 0 0 0 158 98m42-23.63L181.66 56L212 25.66L230.34 44ZM90.84 197.16a4 4 0 0 1-5.66 5.66l-32-32a4 4 0 0 1 5.66-5.66Z"/></svg>

React

import type { SVGProps } from "react";

export function PhGuitarThin(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="m246.83 49.17l-40-40a4 4 0 0 0-5.66 5.66l5.17 5.17l-65.09 65.1c-21.91-12.54-46.89-12.31-61.67 2.47a38.1 38.1 0 0 0-8.5 13A12.24 12.24 0 0 1 59.94 108c-13.55.46-25.29 5.28-34 13.94c-11.12 11.2-15.84 27.37-13.24 45.57c2.54 17.77 11.8 35.42 26.08 49.71s31.94 23.54 49.71 26.08a67.4 67.4 0 0 0 9.59.7c14.25 0 26.79-4.82 36-14c8.66-8.67 13.48-20.41 13.94-34a12.24 12.24 0 0 1 7.45-11.14a38.1 38.1 0 0 0 13-8.5c14.78-14.78 15-39.76 2.47-61.67L236 49.66l5.17 5.17a4 4 0 1 0 5.66-5.66m-84.06 121.59a29.9 29.9 0 0 1-10.3 6.72A20.25 20.25 0 0 0 140 195.79c-.38 11.49-4.39 21.37-11.6 28.57c-9.34 9.34-23.1 13.26-38.75 11c-16.07-2.29-32.11-10.75-45.18-23.82s-21.53-29.11-23.82-45.18c-2.24-15.65 1.68-29.41 11-38.75c7.2-7.21 17.08-11.22 28.57-11.6a20.25 20.25 0 0 0 18.31-12.5a29.9 29.9 0 0 1 6.72-10.3c11.8-11.8 31.84-12 50.14-2.27l-25.09 25.09a28 28 0 1 0 29.7 29.68l25-25.09c9.81 18.3 9.57 38.38-2.23 50.14M112 124a20 20 0 0 1 20 20a20 20 0 1 1-20-20m26.71 11.63a28.06 28.06 0 0 0-18.34-18.34l22-22a74.5 74.5 0 0 1 18.35 18.35ZM158 98a81 81 0 0 0-9.9-8.44L176 61.65L194.34 80l-27.87 27.87A81 81 0 0 0 158 98m42-23.63L181.66 56L212 25.66L230.34 44ZM90.84 197.16a4 4 0 0 1-5.66 5.66l-32-32a4 4 0 0 1 5.66-5.66Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m246.83 49.17l-40-40a4 4 0 0 0-5.66 5.66l5.17 5.17l-65.09 65.1c-21.91-12.54-46.89-12.31-61.67 2.47a38.1 38.1 0 0 0-8.5 13A12.24 12.24 0 0 1 59.94 108c-13.55.46-25.29 5.28-34 13.94c-11.12 11.2-15.84 27.37-13.24 45.57c2.54 17.77 11.8 35.42 26.08 49.71s31.94 23.54 49.71 26.08a67.4 67.4 0 0 0 9.59.7c14.25 0 26.79-4.82 36-14c8.66-8.67 13.48-20.41 13.94-34a12.24 12.24 0 0 1 7.45-11.14a38.1 38.1 0 0 0 13-8.5c14.78-14.78 15-39.76 2.47-61.67L236 49.66l5.17 5.17a4 4 0 1 0 5.66-5.66m-84.06 121.59a29.9 29.9 0 0 1-10.3 6.72A20.25 20.25 0 0 0 140 195.79c-.38 11.49-4.39 21.37-11.6 28.57c-9.34 9.34-23.1 13.26-38.75 11c-16.07-2.29-32.11-10.75-45.18-23.82s-21.53-29.11-23.82-45.18c-2.24-15.65 1.68-29.41 11-38.75c7.2-7.21 17.08-11.22 28.57-11.6a20.25 20.25 0 0 0 18.31-12.5a29.9 29.9 0 0 1 6.72-10.3c11.8-11.8 31.84-12 50.14-2.27l-25.09 25.09a28 28 0 1 0 29.7 29.68l25-25.09c9.81 18.3 9.57 38.38-2.23 50.14M112 124a20 20 0 0 1 20 20a20 20 0 1 1-20-20m26.71 11.63a28.06 28.06 0 0 0-18.34-18.34l22-22a74.5 74.5 0 0 1 18.35 18.35ZM158 98a81 81 0 0 0-9.9-8.44L176 61.65L194.34 80l-27.87 27.87A81 81 0 0 0 158 98m42-23.63L181.66 56L212 25.66L230.34 44ZM90.84 197.16a4 4 0 0 1-5.66 5.66l-32-32a4 4 0 0 1 5.66-5.66Z"/></svg>
</template>

CSS

.icon-guitar-thin {
  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%22m246.83%2049.17l-40-40a4%204%200%200%200-5.66%205.66l5.17%205.17l-65.09%2065.1c-21.91-12.54-46.89-12.31-61.67%202.47a38.1%2038.1%200%200%200-8.5%2013A12.24%2012.24%200%200%201%2059.94%20108c-13.55.46-25.29%205.28-34%2013.94c-11.12%2011.2-15.84%2027.37-13.24%2045.57c2.54%2017.77%2011.8%2035.42%2026.08%2049.71s31.94%2023.54%2049.71%2026.08a67.4%2067.4%200%200%200%209.59.7c14.25%200%2026.79-4.82%2036-14c8.66-8.67%2013.48-20.41%2013.94-34a12.24%2012.24%200%200%201%207.45-11.14a38.1%2038.1%200%200%200%2013-8.5c14.78-14.78%2015-39.76%202.47-61.67L236%2049.66l5.17%205.17a4%204%200%201%200%205.66-5.66m-84.06%20121.59a29.9%2029.9%200%200%201-10.3%206.72A20.25%2020.25%200%200%200%20140%20195.79c-.38%2011.49-4.39%2021.37-11.6%2028.57c-9.34%209.34-23.1%2013.26-38.75%2011c-16.07-2.29-32.11-10.75-45.18-23.82s-21.53-29.11-23.82-45.18c-2.24-15.65%201.68-29.41%2011-38.75c7.2-7.21%2017.08-11.22%2028.57-11.6a20.25%2020.25%200%200%200%2018.31-12.5a29.9%2029.9%200%200%201%206.72-10.3c11.8-11.8%2031.84-12%2050.14-2.27l-25.09%2025.09a28%2028%200%201%200%2029.7%2029.68l25-25.09c9.81%2018.3%209.57%2038.38-2.23%2050.14M112%20124a20%2020%200%200%201%2020%2020a20%2020%200%201%201-20-20m26.71%2011.63a28.06%2028.06%200%200%200-18.34-18.34l22-22a74.5%2074.5%200%200%201%2018.35%2018.35ZM158%2098a81%2081%200%200%200-9.9-8.44L176%2061.65L194.34%2080l-27.87%2027.87A81%2081%200%200%200%20158%2098m42-23.63L181.66%2056L212%2025.66L230.34%2044ZM90.84%20197.16a4%204%200%200%201-5.66%205.66l-32-32a4%204%200%200%201%205.66-5.66Z%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%22m246.83%2049.17l-40-40a4%204%200%200%200-5.66%205.66l5.17%205.17l-65.09%2065.1c-21.91-12.54-46.89-12.31-61.67%202.47a38.1%2038.1%200%200%200-8.5%2013A12.24%2012.24%200%200%201%2059.94%20108c-13.55.46-25.29%205.28-34%2013.94c-11.12%2011.2-15.84%2027.37-13.24%2045.57c2.54%2017.77%2011.8%2035.42%2026.08%2049.71s31.94%2023.54%2049.71%2026.08a67.4%2067.4%200%200%200%209.59.7c14.25%200%2026.79-4.82%2036-14c8.66-8.67%2013.48-20.41%2013.94-34a12.24%2012.24%200%200%201%207.45-11.14a38.1%2038.1%200%200%200%2013-8.5c14.78-14.78%2015-39.76%202.47-61.67L236%2049.66l5.17%205.17a4%204%200%201%200%205.66-5.66m-84.06%20121.59a29.9%2029.9%200%200%201-10.3%206.72A20.25%2020.25%200%200%200%20140%20195.79c-.38%2011.49-4.39%2021.37-11.6%2028.57c-9.34%209.34-23.1%2013.26-38.75%2011c-16.07-2.29-32.11-10.75-45.18-23.82s-21.53-29.11-23.82-45.18c-2.24-15.65%201.68-29.41%2011-38.75c7.2-7.21%2017.08-11.22%2028.57-11.6a20.25%2020.25%200%200%200%2018.31-12.5a29.9%2029.9%200%200%201%206.72-10.3c11.8-11.8%2031.84-12%2050.14-2.27l-25.09%2025.09a28%2028%200%201%200%2029.7%2029.68l25-25.09c9.81%2018.3%209.57%2038.38-2.23%2050.14M112%20124a20%2020%200%200%201%2020%2020a20%2020%200%201%201-20-20m26.71%2011.63a28.06%2028.06%200%200%200-18.34-18.34l22-22a74.5%2074.5%200%200%201%2018.35%2018.35ZM158%2098a81%2081%200%200%200-9.9-8.44L176%2061.65L194.34%2080l-27.87%2027.87A81%2081%200%200%200%20158%2098m42-23.63L181.66%2056L212%2025.66L230.34%2044ZM90.84%20197.16a4%204%200%200%201-5.66%205.66l-32-32a4%204%200%200%201%205.66-5.66Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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