guitar icon
guitar-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- guitar-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
guitarEmoji One (Colored)guitarFont Awesome 6 SolidguitarFont Awesome Solidguitar-16-filledFluent UI System IconsguitarFluent EmojiguitarFluent Emoji FlatguitarFluent Emoji High ContrastguitarFirefox OS EmojiguitarHuge IconsguitarLine AwesomeguitarLucideguitar-fillMingCute IconguitarNoto EmojiguitarOpenMojiguitarStreamline EmojisguitarTDesign IconsguitarTwitter Emoji
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="m248.24 47.76l-40-40a6 6 0 0 0-8.48 8.48l3.76 3.76l-62.62 62.62C118.54 70.42 93.29 71 78.17 86.16a39.9 39.9 0 0 0-9 13.69a10.24 10.24 0 0 1-9.3 6.15c-14.06.48-26.27 5.5-35.3 14.53C13 132.18 8 149 10.72 167.79C13.32 186 22.78 204 37.37 218.63S70 242.68 88.21 245.28a70 70 0 0 0 9.88.72c14.79 0 27.81-5 37.35-14.57c9-9 14.05-21.23 14.53-35.3a10.24 10.24 0 0 1 6.18-9.35a39.9 39.9 0 0 0 13.69-8.95c15.12-15.12 15.74-40.37 3.54-62.73L236 52.48l3.76 3.76a6 6 0 0 0 8.48-8.48m-86.88 121.59a28.1 28.1 0 0 1-9.63 6.27a22.22 22.22 0 0 0-13.73 20.1c-.37 11-4.18 20.39-11 27.22c-8.89 8.89-22 12.61-37 10.46c-15.65-2.23-31.29-10.49-44.06-23.25s-21-28.41-23.25-44.06c-2.15-15 1.57-28.16 10.46-37.05c6.83-6.84 16.25-10.65 27.22-11a22.21 22.21 0 0 0 20.1-13.76a28.1 28.1 0 0 1 6.27-9.62c5.78-5.89 13.83-8.66 22.7-8.66A52.74 52.74 0 0 1 132 91.49l-22.6 22.63a30 30 0 1 0 32.48 32.48l22.64-22.6c8.11 16.82 7.48 34.68-3.16 45.35M151 105a73 73 0 0 1 7.17 8.34L139.5 132a30.18 30.18 0 0 0-15.5-15.5l18.62-18.62A72 72 0 0 1 151 105m-39 21a18 18 0 0 1 18 18a18 18 0 1 1-18-18m47.44-29.44a83 83 0 0 0-8.28-7.23L176 64.48L191.52 80l-24.84 24.83a84.5 84.5 0 0 0-7.23-8.28Zm40.55-25L184.49 56L212 28.48L227.52 44ZM92.25 195.75a6 6 0 1 1-8.48 8.48l-32-32a6 6 0 0 1 8.48-8.48Z"/></svg>
React
import type { SVGProps } from "react";
export function PhGuitarLight(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="m248.24 47.76l-40-40a6 6 0 0 0-8.48 8.48l3.76 3.76l-62.62 62.62C118.54 70.42 93.29 71 78.17 86.16a39.9 39.9 0 0 0-9 13.69a10.24 10.24 0 0 1-9.3 6.15c-14.06.48-26.27 5.5-35.3 14.53C13 132.18 8 149 10.72 167.79C13.32 186 22.78 204 37.37 218.63S70 242.68 88.21 245.28a70 70 0 0 0 9.88.72c14.79 0 27.81-5 37.35-14.57c9-9 14.05-21.23 14.53-35.3a10.24 10.24 0 0 1 6.18-9.35a39.9 39.9 0 0 0 13.69-8.95c15.12-15.12 15.74-40.37 3.54-62.73L236 52.48l3.76 3.76a6 6 0 0 0 8.48-8.48m-86.88 121.59a28.1 28.1 0 0 1-9.63 6.27a22.22 22.22 0 0 0-13.73 20.1c-.37 11-4.18 20.39-11 27.22c-8.89 8.89-22 12.61-37 10.46c-15.65-2.23-31.29-10.49-44.06-23.25s-21-28.41-23.25-44.06c-2.15-15 1.57-28.16 10.46-37.05c6.83-6.84 16.25-10.65 27.22-11a22.21 22.21 0 0 0 20.1-13.76a28.1 28.1 0 0 1 6.27-9.62c5.78-5.89 13.83-8.66 22.7-8.66A52.74 52.74 0 0 1 132 91.49l-22.6 22.63a30 30 0 1 0 32.48 32.48l22.64-22.6c8.11 16.82 7.48 34.68-3.16 45.35M151 105a73 73 0 0 1 7.17 8.34L139.5 132a30.18 30.18 0 0 0-15.5-15.5l18.62-18.62A72 72 0 0 1 151 105m-39 21a18 18 0 0 1 18 18a18 18 0 1 1-18-18m47.44-29.44a83 83 0 0 0-8.28-7.23L176 64.48L191.52 80l-24.84 24.83a84.5 84.5 0 0 0-7.23-8.28Zm40.55-25L184.49 56L212 28.48L227.52 44ZM92.25 195.75a6 6 0 1 1-8.48 8.48l-32-32a6 6 0 0 1 8.48-8.48Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m248.24 47.76l-40-40a6 6 0 0 0-8.48 8.48l3.76 3.76l-62.62 62.62C118.54 70.42 93.29 71 78.17 86.16a39.9 39.9 0 0 0-9 13.69a10.24 10.24 0 0 1-9.3 6.15c-14.06.48-26.27 5.5-35.3 14.53C13 132.18 8 149 10.72 167.79C13.32 186 22.78 204 37.37 218.63S70 242.68 88.21 245.28a70 70 0 0 0 9.88.72c14.79 0 27.81-5 37.35-14.57c9-9 14.05-21.23 14.53-35.3a10.24 10.24 0 0 1 6.18-9.35a39.9 39.9 0 0 0 13.69-8.95c15.12-15.12 15.74-40.37 3.54-62.73L236 52.48l3.76 3.76a6 6 0 0 0 8.48-8.48m-86.88 121.59a28.1 28.1 0 0 1-9.63 6.27a22.22 22.22 0 0 0-13.73 20.1c-.37 11-4.18 20.39-11 27.22c-8.89 8.89-22 12.61-37 10.46c-15.65-2.23-31.29-10.49-44.06-23.25s-21-28.41-23.25-44.06c-2.15-15 1.57-28.16 10.46-37.05c6.83-6.84 16.25-10.65 27.22-11a22.21 22.21 0 0 0 20.1-13.76a28.1 28.1 0 0 1 6.27-9.62c5.78-5.89 13.83-8.66 22.7-8.66A52.74 52.74 0 0 1 132 91.49l-22.6 22.63a30 30 0 1 0 32.48 32.48l22.64-22.6c8.11 16.82 7.48 34.68-3.16 45.35M151 105a73 73 0 0 1 7.17 8.34L139.5 132a30.18 30.18 0 0 0-15.5-15.5l18.62-18.62A72 72 0 0 1 151 105m-39 21a18 18 0 0 1 18 18a18 18 0 1 1-18-18m47.44-29.44a83 83 0 0 0-8.28-7.23L176 64.48L191.52 80l-24.84 24.83a84.5 84.5 0 0 0-7.23-8.28Zm40.55-25L184.49 56L212 28.48L227.52 44ZM92.25 195.75a6 6 0 1 1-8.48 8.48l-32-32a6 6 0 0 1 8.48-8.48Z"/></svg> </template>
CSS
.icon-guitar-light {
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%22m248.24%2047.76l-40-40a6%206%200%200%200-8.48%208.48l3.76%203.76l-62.62%2062.62C118.54%2070.42%2093.29%2071%2078.17%2086.16a39.9%2039.9%200%200%200-9%2013.69a10.24%2010.24%200%200%201-9.3%206.15c-14.06.48-26.27%205.5-35.3%2014.53C13%20132.18%208%20149%2010.72%20167.79C13.32%20186%2022.78%20204%2037.37%20218.63S70%20242.68%2088.21%20245.28a70%2070%200%200%200%209.88.72c14.79%200%2027.81-5%2037.35-14.57c9-9%2014.05-21.23%2014.53-35.3a10.24%2010.24%200%200%201%206.18-9.35a39.9%2039.9%200%200%200%2013.69-8.95c15.12-15.12%2015.74-40.37%203.54-62.73L236%2052.48l3.76%203.76a6%206%200%200%200%208.48-8.48m-86.88%20121.59a28.1%2028.1%200%200%201-9.63%206.27a22.22%2022.22%200%200%200-13.73%2020.1c-.37%2011-4.18%2020.39-11%2027.22c-8.89%208.89-22%2012.61-37%2010.46c-15.65-2.23-31.29-10.49-44.06-23.25s-21-28.41-23.25-44.06c-2.15-15%201.57-28.16%2010.46-37.05c6.83-6.84%2016.25-10.65%2027.22-11a22.21%2022.21%200%200%200%2020.1-13.76a28.1%2028.1%200%200%201%206.27-9.62c5.78-5.89%2013.83-8.66%2022.7-8.66A52.74%2052.74%200%200%201%20132%2091.49l-22.6%2022.63a30%2030%200%201%200%2032.48%2032.48l22.64-22.6c8.11%2016.82%207.48%2034.68-3.16%2045.35M151%20105a73%2073%200%200%201%207.17%208.34L139.5%20132a30.18%2030.18%200%200%200-15.5-15.5l18.62-18.62A72%2072%200%200%201%20151%20105m-39%2021a18%2018%200%200%201%2018%2018a18%2018%200%201%201-18-18m47.44-29.44a83%2083%200%200%200-8.28-7.23L176%2064.48L191.52%2080l-24.84%2024.83a84.5%2084.5%200%200%200-7.23-8.28Zm40.55-25L184.49%2056L212%2028.48L227.52%2044ZM92.25%20195.75a6%206%200%201%201-8.48%208.48l-32-32a6%206%200%200%201%208.48-8.48Z%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%22m248.24%2047.76l-40-40a6%206%200%200%200-8.48%208.48l3.76%203.76l-62.62%2062.62C118.54%2070.42%2093.29%2071%2078.17%2086.16a39.9%2039.9%200%200%200-9%2013.69a10.24%2010.24%200%200%201-9.3%206.15c-14.06.48-26.27%205.5-35.3%2014.53C13%20132.18%208%20149%2010.72%20167.79C13.32%20186%2022.78%20204%2037.37%20218.63S70%20242.68%2088.21%20245.28a70%2070%200%200%200%209.88.72c14.79%200%2027.81-5%2037.35-14.57c9-9%2014.05-21.23%2014.53-35.3a10.24%2010.24%200%200%201%206.18-9.35a39.9%2039.9%200%200%200%2013.69-8.95c15.12-15.12%2015.74-40.37%203.54-62.73L236%2052.48l3.76%203.76a6%206%200%200%200%208.48-8.48m-86.88%20121.59a28.1%2028.1%200%200%201-9.63%206.27a22.22%2022.22%200%200%200-13.73%2020.1c-.37%2011-4.18%2020.39-11%2027.22c-8.89%208.89-22%2012.61-37%2010.46c-15.65-2.23-31.29-10.49-44.06-23.25s-21-28.41-23.25-44.06c-2.15-15%201.57-28.16%2010.46-37.05c6.83-6.84%2016.25-10.65%2027.22-11a22.21%2022.21%200%200%200%2020.1-13.76a28.1%2028.1%200%200%201%206.27-9.62c5.78-5.89%2013.83-8.66%2022.7-8.66A52.74%2052.74%200%200%201%20132%2091.49l-22.6%2022.63a30%2030%200%201%200%2032.48%2032.48l22.64-22.6c8.11%2016.82%207.48%2034.68-3.16%2045.35M151%20105a73%2073%200%200%201%207.17%208.34L139.5%20132a30.18%2030.18%200%200%200-15.5-15.5l18.62-18.62A72%2072%200%200%201%20151%20105m-39%2021a18%2018%200%200%201%2018%2018a18%2018%200%201%201-18-18m47.44-29.44a83%2083%200%200%200-8.28-7.23L176%2064.48L191.52%2080l-24.84%2024.83a84.5%2084.5%200%200%200-7.23-8.28Zm40.55-25L184.49%2056L212%2028.48L227.52%2044ZM92.25%20195.75a6%206%200%201%201-8.48%208.48l-32-32a6%206%200%200%201%208.48-8.48Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/guitar-light.svg?color=%231a73e8&size=48