surfing icon
surfing-sharp from Material Symbols by Google · Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- surfing-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- surfing-outline-sharp
2 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the surfing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 23v-2h1q.8 0 1.55-.25T6 20q.7.5 1.45.738t1.55.237t1.563-.238T12 20q.7.5 1.45.738t1.55.237t1.563-.238T18 20q.675.5 1.438.75T21 21h1v2h-1q-.775 0-1.525-.187T18 22.25q-.725.375-1.475.563T15 23t-1.525-.187T12 22.25q-.725.375-1.475.563T9 23t-1.525-.187T6 22.25q-.725.375-1.475.563T3 23zM8.5 4l5.55 1.025q.35.05.675.275t.55.625l.875 1.55Q16.8 8.6 17.95 9.3t2.55.7v2q-1.95 0-3.55-.975t-2.525-2.55L12.175 10L16 13v3.85q.4.275.775.575T17.5 18q-.525.45-1.15.725T15 19q-.9 0-1.675-.425T12 17.5q-.55.65-1.325 1.075T9 19q-.25 0-.488-.038t-.462-.112q-2.15-1.475-3.6-2.975T3 13.275q0-.775.6-1.025T4.85 12q.725 0 1.675.213t2.025.612L7.825 8.6l3.125-2.1q-.075 0-.362-.062t-.638-.125t-.637-.125t-.363-.063L6.125 8.05L5 6.4zm1.8 7.1l.45 2.65q.675.325 1.675.863T14 15.5V14zM17 5.5q-.825 0-1.412-.587T15 3.5t.588-1.412T17 1.5t1.413.588T19 3.5t-.587 1.413T17 5.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSurfingSharp(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="M2 23v-2h1q.8 0 1.55-.25T6 20q.7.5 1.45.738t1.55.237t1.563-.238T12 20q.7.5 1.45.738t1.55.237t1.563-.238T18 20q.675.5 1.438.75T21 21h1v2h-1q-.775 0-1.525-.187T18 22.25q-.725.375-1.475.563T15 23t-1.525-.187T12 22.25q-.725.375-1.475.563T9 23t-1.525-.187T6 22.25q-.725.375-1.475.563T3 23zM8.5 4l5.55 1.025q.35.05.675.275t.55.625l.875 1.55Q16.8 8.6 17.95 9.3t2.55.7v2q-1.95 0-3.55-.975t-2.525-2.55L12.175 10L16 13v3.85q.4.275.775.575T17.5 18q-.525.45-1.15.725T15 19q-.9 0-1.675-.425T12 17.5q-.55.65-1.325 1.075T9 19q-.25 0-.488-.038t-.462-.112q-2.15-1.475-3.6-2.975T3 13.275q0-.775.6-1.025T4.85 12q.725 0 1.675.213t2.025.612L7.825 8.6l3.125-2.1q-.075 0-.362-.062t-.638-.125t-.637-.125t-.363-.063L6.125 8.05L5 6.4zm1.8 7.1l.45 2.65q.675.325 1.675.863T14 15.5V14zM17 5.5q-.825 0-1.412-.587T15 3.5t.588-1.412T17 1.5t1.413.588T19 3.5t-.587 1.413T17 5.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 23v-2h1q.8 0 1.55-.25T6 20q.7.5 1.45.738t1.55.237t1.563-.238T12 20q.7.5 1.45.738t1.55.237t1.563-.238T18 20q.675.5 1.438.75T21 21h1v2h-1q-.775 0-1.525-.187T18 22.25q-.725.375-1.475.563T15 23t-1.525-.187T12 22.25q-.725.375-1.475.563T9 23t-1.525-.187T6 22.25q-.725.375-1.475.563T3 23zM8.5 4l5.55 1.025q.35.05.675.275t.55.625l.875 1.55Q16.8 8.6 17.95 9.3t2.55.7v2q-1.95 0-3.55-.975t-2.525-2.55L12.175 10L16 13v3.85q.4.275.775.575T17.5 18q-.525.45-1.15.725T15 19q-.9 0-1.675-.425T12 17.5q-.55.65-1.325 1.075T9 19q-.25 0-.488-.038t-.462-.112q-2.15-1.475-3.6-2.975T3 13.275q0-.775.6-1.025T4.85 12q.725 0 1.675.213t2.025.612L7.825 8.6l3.125-2.1q-.075 0-.362-.062t-.638-.125t-.637-.125t-.363-.063L6.125 8.05L5 6.4zm1.8 7.1l.45 2.65q.675.325 1.675.863T14 15.5V14zM17 5.5q-.825 0-1.412-.587T15 3.5t.588-1.412T17 1.5t1.413.588T19 3.5t-.587 1.413T17 5.5"/></svg> </template>
CSS
.icon-surfing-sharp {
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%22M2%2023v-2h1q.8%200%201.55-.25T6%2020q.7.5%201.45.738t1.55.237t1.563-.238T12%2020q.7.5%201.45.738t1.55.237t1.563-.238T18%2020q.675.5%201.438.75T21%2021h1v2h-1q-.775%200-1.525-.187T18%2022.25q-.725.375-1.475.563T15%2023t-1.525-.187T12%2022.25q-.725.375-1.475.563T9%2023t-1.525-.187T6%2022.25q-.725.375-1.475.563T3%2023zM8.5%204l5.55%201.025q.35.05.675.275t.55.625l.875%201.55Q16.8%208.6%2017.95%209.3t2.55.7v2q-1.95%200-3.55-.975t-2.525-2.55L12.175%2010L16%2013v3.85q.4.275.775.575T17.5%2018q-.525.45-1.15.725T15%2019q-.9%200-1.675-.425T12%2017.5q-.55.65-1.325%201.075T9%2019q-.25%200-.488-.038t-.462-.112q-2.15-1.475-3.6-2.975T3%2013.275q0-.775.6-1.025T4.85%2012q.725%200%201.675.213t2.025.612L7.825%208.6l3.125-2.1q-.075%200-.362-.062t-.638-.125t-.637-.125t-.363-.063L6.125%208.05L5%206.4zm1.8%207.1l.45%202.65q.675.325%201.675.863T14%2015.5V14zM17%205.5q-.825%200-1.412-.587T15%203.5t.588-1.412T17%201.5t1.413.588T19%203.5t-.587%201.413T17%205.5%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%22M2%2023v-2h1q.8%200%201.55-.25T6%2020q.7.5%201.45.738t1.55.237t1.563-.238T12%2020q.7.5%201.45.738t1.55.237t1.563-.238T18%2020q.675.5%201.438.75T21%2021h1v2h-1q-.775%200-1.525-.187T18%2022.25q-.725.375-1.475.563T15%2023t-1.525-.187T12%2022.25q-.725.375-1.475.563T9%2023t-1.525-.187T6%2022.25q-.725.375-1.475.563T3%2023zM8.5%204l5.55%201.025q.35.05.675.275t.55.625l.875%201.55Q16.8%208.6%2017.95%209.3t2.55.7v2q-1.95%200-3.55-.975t-2.525-2.55L12.175%2010L16%2013v3.85q.4.275.775.575T17.5%2018q-.525.45-1.15.725T15%2019q-.9%200-1.675-.425T12%2017.5q-.55.65-1.325%201.075T9%2019q-.25%200-.488-.038t-.462-.112q-2.15-1.475-3.6-2.975T3%2013.275q0-.775.6-1.025T4.85%2012q.725%200%201.675.213t2.025.612L7.825%208.6l3.125-2.1q-.075%200-.362-.062t-.638-.125t-.637-.125t-.363-.063L6.125%208.05L5%206.4zm1.8%207.1l.45%202.65q.675.325%201.675.863T14%2015.5V14zM17%205.5q-.825%200-1.412-.587T15%203.5t.588-1.412T17%201.5t1.413.588T19%203.5t-.587%201.413T17%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/surfing-sharp.svg?color=%231a73e8&size=48