guitar-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
guitar-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M155.2 100.8c-23-23-55.57-27.63-72.8-10.4a34.2 34.2 0 0 0-7.61 11.66a16.23 16.23 0 0 1-14.72 10C48 112.44 37 116.61 28.8 124.8C7.6 146 13.33 186.12 41.6 214.4s68.39 34 89.6 12.8c8.19-8.2 12.36-19.2 12.8-31.27a16.23 16.23 0 0 1 10-14.72a34.2 34.2 0 0 0 11.66-7.61c17.17-17.23 12.51-49.82-10.46-72.8M112 168a24 24 0 1 1 24-24a24 24 0 0 1-24 24" opacity=".2"/><path d="m249.66 46.34l-40-40a8 8 0 0 0-11.31 11.32l2.34 2.34l-60.17 60.16c-22.79-11.86-48.31-10.87-63.77 4.58a42.3 42.3 0 0 0-9.39 14.37a8.24 8.24 0 0 1-7.55 4.89c-14.59.49-27.26 5.72-36.65 15.11C11.08 131.22 6 148.6 8.74 168.07C11.4 186.7 21.07 205.15 36 220s33.34 24.56 52 27.22a71 71 0 0 0 10.1.78c15.32 0 28.83-5.23 38.76-15.16c9.39-9.39 14.62-22.06 15.11-36.65a8.24 8.24 0 0 1 4.92-7.55a42.1 42.1 0 0 0 14.37-9.39c15.45-15.46 16.44-41 4.58-63.77L236 55.31l2.34 2.34a8 8 0 1 0 11.32-11.31M160 167.93a26.1 26.1 0 0 1-8.95 5.83a24.24 24.24 0 0 0-15 21.89c-.36 10.46-4 19.41-10.43 25.88c-8.44 8.43-21 11.95-35.36 9.89c-15.26-2.17-30.53-10.23-42.99-22.69S26.75 181 24.58 165.81c-2-14.37 1.46-26.92 9.89-35.36C40.94 124 49.89 120.37 60.35 120a24.22 24.22 0 0 0 21.89-15a26.1 26.1 0 0 1 5.83-9c5.49-5.49 13-8.13 21.38-8.13a49.4 49.4 0 0 1 19.13 4.19l-20.08 20.13a32 32 0 1 0 35.31 35.31l20.08-20.08c6.52 15.29 5.58 30.99-3.89 40.51m-10.4-61.48a73 73 0 0 1 5.93 6.75l-15.42 15.42a32.2 32.2 0 0 0-12.68-12.68l15.42-15.43a73 73 0 0 1 6.7 5.94ZM112 128a16 16 0 0 1 16 16a16 16 0 1 1-16-16m48.85-32.85a87 87 0 0 0-6.68-6L176 67.31L188.69 80l-21.83 21.82a87 87 0 0 0-6-6.68ZM200 68.68L187.32 56L212 31.31L224.69 44ZM93.66 194.33a8 8 0 0 1-11.31 11.32l-32-32a8 8 0 0 1 11.32-11.31Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhGuitarDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M155.2 100.8c-23-23-55.57-27.63-72.8-10.4a34.2 34.2 0 0 0-7.61 11.66a16.23 16.23 0 0 1-14.72 10C48 112.44 37 116.61 28.8 124.8C7.6 146 13.33 186.12 41.6 214.4s68.39 34 89.6 12.8c8.19-8.2 12.36-19.2 12.8-31.27a16.23 16.23 0 0 1 10-14.72a34.2 34.2 0 0 0 11.66-7.61c17.17-17.23 12.51-49.82-10.46-72.8M112 168a24 24 0 1 1 24-24a24 24 0 0 1-24 24" opacity=".2"/><path d="m249.66 46.34l-40-40a8 8 0 0 0-11.31 11.32l2.34 2.34l-60.17 60.16c-22.79-11.86-48.31-10.87-63.77 4.58a42.3 42.3 0 0 0-9.39 14.37a8.24 8.24 0 0 1-7.55 4.89c-14.59.49-27.26 5.72-36.65 15.11C11.08 131.22 6 148.6 8.74 168.07C11.4 186.7 21.07 205.15 36 220s33.34 24.56 52 27.22a71 71 0 0 0 10.1.78c15.32 0 28.83-5.23 38.76-15.16c9.39-9.39 14.62-22.06 15.11-36.65a8.24 8.24 0 0 1 4.92-7.55a42.1 42.1 0 0 0 14.37-9.39c15.45-15.46 16.44-41 4.58-63.77L236 55.31l2.34 2.34a8 8 0 1 0 11.32-11.31M160 167.93a26.1 26.1 0 0 1-8.95 5.83a24.24 24.24 0 0 0-15 21.89c-.36 10.46-4 19.41-10.43 25.88c-8.44 8.43-21 11.95-35.36 9.89c-15.26-2.17-30.53-10.23-42.99-22.69S26.75 181 24.58 165.81c-2-14.37 1.46-26.92 9.89-35.36C40.94 124 49.89 120.37 60.35 120a24.22 24.22 0 0 0 21.89-15a26.1 26.1 0 0 1 5.83-9c5.49-5.49 13-8.13 21.38-8.13a49.4 49.4 0 0 1 19.13 4.19l-20.08 20.13a32 32 0 1 0 35.31 35.31l20.08-20.08c6.52 15.29 5.58 30.99-3.89 40.51m-10.4-61.48a73 73 0 0 1 5.93 6.75l-15.42 15.42a32.2 32.2 0 0 0-12.68-12.68l15.42-15.43a73 73 0 0 1 6.7 5.94ZM112 128a16 16 0 0 1 16 16a16 16 0 1 1-16-16m48.85-32.85a87 87 0 0 0-6.68-6L176 67.31L188.69 80l-21.83 21.82a87 87 0 0 0-6-6.68ZM200 68.68L187.32 56L212 31.31L224.69 44ZM93.66 194.33a8 8 0 0 1-11.31 11.32l-32-32a8 8 0 0 1 11.32-11.31Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M155.2 100.8c-23-23-55.57-27.63-72.8-10.4a34.2 34.2 0 0 0-7.61 11.66a16.23 16.23 0 0 1-14.72 10C48 112.44 37 116.61 28.8 124.8C7.6 146 13.33 186.12 41.6 214.4s68.39 34 89.6 12.8c8.19-8.2 12.36-19.2 12.8-31.27a16.23 16.23 0 0 1 10-14.72a34.2 34.2 0 0 0 11.66-7.61c17.17-17.23 12.51-49.82-10.46-72.8M112 168a24 24 0 1 1 24-24a24 24 0 0 1-24 24" opacity=".2"/><path d="m249.66 46.34l-40-40a8 8 0 0 0-11.31 11.32l2.34 2.34l-60.17 60.16c-22.79-11.86-48.31-10.87-63.77 4.58a42.3 42.3 0 0 0-9.39 14.37a8.24 8.24 0 0 1-7.55 4.89c-14.59.49-27.26 5.72-36.65 15.11C11.08 131.22 6 148.6 8.74 168.07C11.4 186.7 21.07 205.15 36 220s33.34 24.56 52 27.22a71 71 0 0 0 10.1.78c15.32 0 28.83-5.23 38.76-15.16c9.39-9.39 14.62-22.06 15.11-36.65a8.24 8.24 0 0 1 4.92-7.55a42.1 42.1 0 0 0 14.37-9.39c15.45-15.46 16.44-41 4.58-63.77L236 55.31l2.34 2.34a8 8 0 1 0 11.32-11.31M160 167.93a26.1 26.1 0 0 1-8.95 5.83a24.24 24.24 0 0 0-15 21.89c-.36 10.46-4 19.41-10.43 25.88c-8.44 8.43-21 11.95-35.36 9.89c-15.26-2.17-30.53-10.23-42.99-22.69S26.75 181 24.58 165.81c-2-14.37 1.46-26.92 9.89-35.36C40.94 124 49.89 120.37 60.35 120a24.22 24.22 0 0 0 21.89-15a26.1 26.1 0 0 1 5.83-9c5.49-5.49 13-8.13 21.38-8.13a49.4 49.4 0 0 1 19.13 4.19l-20.08 20.13a32 32 0 1 0 35.31 35.31l20.08-20.08c6.52 15.29 5.58 30.99-3.89 40.51m-10.4-61.48a73 73 0 0 1 5.93 6.75l-15.42 15.42a32.2 32.2 0 0 0-12.68-12.68l15.42-15.43a73 73 0 0 1 6.7 5.94ZM112 128a16 16 0 0 1 16 16a16 16 0 1 1-16-16m48.85-32.85a87 87 0 0 0-6.68-6L176 67.31L188.69 80l-21.83 21.82a87 87 0 0 0-6-6.68ZM200 68.68L187.32 56L212 31.31L224.69 44ZM93.66 194.33a8 8 0 0 1-11.31 11.32l-32-32a8 8 0 0 1 11.32-11.31Z"/></g></svg>
</template>

CSS

.icon-guitar-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M155.2%20100.8c-23-23-55.57-27.63-72.8-10.4a34.2%2034.2%200%200%200-7.61%2011.66a16.23%2016.23%200%200%201-14.72%2010C48%20112.44%2037%20116.61%2028.8%20124.8C7.6%20146%2013.33%20186.12%2041.6%20214.4s68.39%2034%2089.6%2012.8c8.19-8.2%2012.36-19.2%2012.8-31.27a16.23%2016.23%200%200%201%2010-14.72a34.2%2034.2%200%200%200%2011.66-7.61c17.17-17.23%2012.51-49.82-10.46-72.8M112%20168a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m249.66%2046.34l-40-40a8%208%200%200%200-11.31%2011.32l2.34%202.34l-60.17%2060.16c-22.79-11.86-48.31-10.87-63.77%204.58a42.3%2042.3%200%200%200-9.39%2014.37a8.24%208.24%200%200%201-7.55%204.89c-14.59.49-27.26%205.72-36.65%2015.11C11.08%20131.22%206%20148.6%208.74%20168.07C11.4%20186.7%2021.07%20205.15%2036%20220s33.34%2024.56%2052%2027.22a71%2071%200%200%200%2010.1.78c15.32%200%2028.83-5.23%2038.76-15.16c9.39-9.39%2014.62-22.06%2015.11-36.65a8.24%208.24%200%200%201%204.92-7.55a42.1%2042.1%200%200%200%2014.37-9.39c15.45-15.46%2016.44-41%204.58-63.77L236%2055.31l2.34%202.34a8%208%200%201%200%2011.32-11.31M160%20167.93a26.1%2026.1%200%200%201-8.95%205.83a24.24%2024.24%200%200%200-15%2021.89c-.36%2010.46-4%2019.41-10.43%2025.88c-8.44%208.43-21%2011.95-35.36%209.89c-15.26-2.17-30.53-10.23-42.99-22.69S26.75%20181%2024.58%20165.81c-2-14.37%201.46-26.92%209.89-35.36C40.94%20124%2049.89%20120.37%2060.35%20120a24.22%2024.22%200%200%200%2021.89-15a26.1%2026.1%200%200%201%205.83-9c5.49-5.49%2013-8.13%2021.38-8.13a49.4%2049.4%200%200%201%2019.13%204.19l-20.08%2020.13a32%2032%200%201%200%2035.31%2035.31l20.08-20.08c6.52%2015.29%205.58%2030.99-3.89%2040.51m-10.4-61.48a73%2073%200%200%201%205.93%206.75l-15.42%2015.42a32.2%2032.2%200%200%200-12.68-12.68l15.42-15.43a73%2073%200%200%201%206.7%205.94ZM112%20128a16%2016%200%200%201%2016%2016a16%2016%200%201%201-16-16m48.85-32.85a87%2087%200%200%200-6.68-6L176%2067.31L188.69%2080l-21.83%2021.82a87%2087%200%200%200-6-6.68ZM200%2068.68L187.32%2056L212%2031.31L224.69%2044ZM93.66%20194.33a8%208%200%200%201-11.31%2011.32l-32-32a8%208%200%200%201%2011.32-11.31Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M155.2%20100.8c-23-23-55.57-27.63-72.8-10.4a34.2%2034.2%200%200%200-7.61%2011.66a16.23%2016.23%200%200%201-14.72%2010C48%20112.44%2037%20116.61%2028.8%20124.8C7.6%20146%2013.33%20186.12%2041.6%20214.4s68.39%2034%2089.6%2012.8c8.19-8.2%2012.36-19.2%2012.8-31.27a16.23%2016.23%200%200%201%2010-14.72a34.2%2034.2%200%200%200%2011.66-7.61c17.17-17.23%2012.51-49.82-10.46-72.8M112%20168a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m249.66%2046.34l-40-40a8%208%200%200%200-11.31%2011.32l2.34%202.34l-60.17%2060.16c-22.79-11.86-48.31-10.87-63.77%204.58a42.3%2042.3%200%200%200-9.39%2014.37a8.24%208.24%200%200%201-7.55%204.89c-14.59.49-27.26%205.72-36.65%2015.11C11.08%20131.22%206%20148.6%208.74%20168.07C11.4%20186.7%2021.07%20205.15%2036%20220s33.34%2024.56%2052%2027.22a71%2071%200%200%200%2010.1.78c15.32%200%2028.83-5.23%2038.76-15.16c9.39-9.39%2014.62-22.06%2015.11-36.65a8.24%208.24%200%200%201%204.92-7.55a42.1%2042.1%200%200%200%2014.37-9.39c15.45-15.46%2016.44-41%204.58-63.77L236%2055.31l2.34%202.34a8%208%200%201%200%2011.32-11.31M160%20167.93a26.1%2026.1%200%200%201-8.95%205.83a24.24%2024.24%200%200%200-15%2021.89c-.36%2010.46-4%2019.41-10.43%2025.88c-8.44%208.43-21%2011.95-35.36%209.89c-15.26-2.17-30.53-10.23-42.99-22.69S26.75%20181%2024.58%20165.81c-2-14.37%201.46-26.92%209.89-35.36C40.94%20124%2049.89%20120.37%2060.35%20120a24.22%2024.22%200%200%200%2021.89-15a26.1%2026.1%200%200%201%205.83-9c5.49-5.49%2013-8.13%2021.38-8.13a49.4%2049.4%200%200%201%2019.13%204.19l-20.08%2020.13a32%2032%200%201%200%2035.31%2035.31l20.08-20.08c6.52%2015.29%205.58%2030.99-3.89%2040.51m-10.4-61.48a73%2073%200%200%201%205.93%206.75l-15.42%2015.42a32.2%2032.2%200%200%200-12.68-12.68l15.42-15.43a73%2073%200%200%201%206.7%205.94ZM112%20128a16%2016%200%200%201%2016%2016a16%2016%200%201%201-16-16m48.85-32.85a87%2087%200%200%200-6.68-6L176%2067.31L188.69%2080l-21.83%2021.82a87%2087%200%200%200-6-6.68ZM200%2068.68L187.32%2056L212%2031.31L224.69%2044ZM93.66%20194.33a8%208%200%200%201-11.31%2011.32l-32-32a8%208%200%200%201%2011.32-11.31Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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