kitesurfing icon
kitesurfing-outline-rounded from Material Symbols Light by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- kitesurfing-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the kitesurfing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 22.5q-.213 0-.357-.143T2.5 22t.143-.357T3 21.5q.689 0 1.355-.191q.666-.192 1.299-.542q.148-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.148-.086.349-.086t.343.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.142-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191q.214 0 .357.143T21.5 22t-.143.357T21 22.5q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5m6.02-3.384q-.65 0-1.26-.174q-.608-.173-1.068-.5l.937-.7q.645-.483 1.006-.738l-1.743-3.36q-.206-.367-.299-.784T6.5 12V8q0-.633.434-1.066Q7.367 6.5 8 6.5h3q.865 0 1.642-.229t1.48-.711q.176-.13.39-.117t.372.173q.147.165.131.353q-.015.189-.186.323q-.829.599-1.795.903Q12.067 7.5 11 7.5H9.1V12h2.716q.161 0 .313.068q.152.069.283.2l1.553 1.703q1.722-.713 3.023-1.092q1.3-.379 2.162-.379q.644 0 .997.213q.353.212.353.658q0 .918-1.523 2.472q-1.523 1.555-3.988 3.103q-.162.05-.357.081t-.363.03q-.477 0-.963-.201t-.921-.587q-.162-.161-.382-.177t-.401.133q-.512.442-1.22.666q-.707.225-1.363.225m.575-2.785q.592-.365 1.67-.973t1.744-.93L11.712 13l-3.423.389zm6.214-12.477l2.546-2.546q.344 0 .274.525t-1.566 2.02q-.253.253-.628.253t-.626-.252m-9 .337q-.5-.5-.5-1.191t.5-1.191Q7.31 1.308 8 1.308t1.191.5T9.692 3t-.5 1.191Q8.69 4.692 8 4.692t-1.191-.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightKitesurfingOutlineRounded(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="M3 22.5q-.213 0-.357-.143T2.5 22t.143-.357T3 21.5q.689 0 1.355-.191q.666-.192 1.299-.542q.148-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.148-.086.349-.086t.343.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.142-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191q.214 0 .357.143T21.5 22t-.143.357T21 22.5q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5m6.02-3.384q-.65 0-1.26-.174q-.608-.173-1.068-.5l.937-.7q.645-.483 1.006-.738l-1.743-3.36q-.206-.367-.299-.784T6.5 12V8q0-.633.434-1.066Q7.367 6.5 8 6.5h3q.865 0 1.642-.229t1.48-.711q.176-.13.39-.117t.372.173q.147.165.131.353q-.015.189-.186.323q-.829.599-1.795.903Q12.067 7.5 11 7.5H9.1V12h2.716q.161 0 .313.068q.152.069.283.2l1.553 1.703q1.722-.713 3.023-1.092q1.3-.379 2.162-.379q.644 0 .997.213q.353.212.353.658q0 .918-1.523 2.472q-1.523 1.555-3.988 3.103q-.162.05-.357.081t-.363.03q-.477 0-.963-.201t-.921-.587q-.162-.161-.382-.177t-.401.133q-.512.442-1.22.666q-.707.225-1.363.225m.575-2.785q.592-.365 1.67-.973t1.744-.93L11.712 13l-3.423.389zm6.214-12.477l2.546-2.546q.344 0 .274.525t-1.566 2.02q-.253.253-.628.253t-.626-.252m-9 .337q-.5-.5-.5-1.191t.5-1.191Q7.31 1.308 8 1.308t1.191.5T9.692 3t-.5 1.191Q8.69 4.692 8 4.692t-1.191-.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="M3 22.5q-.213 0-.357-.143T2.5 22t.143-.357T3 21.5q.689 0 1.355-.191q.666-.192 1.299-.542q.148-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.148-.086.349-.086t.343.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.142-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191q.214 0 .357.143T21.5 22t-.143.357T21 22.5q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5m6.02-3.384q-.65 0-1.26-.174q-.608-.173-1.068-.5l.937-.7q.645-.483 1.006-.738l-1.743-3.36q-.206-.367-.299-.784T6.5 12V8q0-.633.434-1.066Q7.367 6.5 8 6.5h3q.865 0 1.642-.229t1.48-.711q.176-.13.39-.117t.372.173q.147.165.131.353q-.015.189-.186.323q-.829.599-1.795.903Q12.067 7.5 11 7.5H9.1V12h2.716q.161 0 .313.068q.152.069.283.2l1.553 1.703q1.722-.713 3.023-1.092q1.3-.379 2.162-.379q.644 0 .997.213q.353.212.353.658q0 .918-1.523 2.472q-1.523 1.555-3.988 3.103q-.162.05-.357.081t-.363.03q-.477 0-.963-.201t-.921-.587q-.162-.161-.382-.177t-.401.133q-.512.442-1.22.666q-.707.225-1.363.225m.575-2.785q.592-.365 1.67-.973t1.744-.93L11.712 13l-3.423.389zm6.214-12.477l2.546-2.546q.344 0 .274.525t-1.566 2.02q-.253.253-.628.253t-.626-.252m-9 .337q-.5-.5-.5-1.191t.5-1.191Q7.31 1.308 8 1.308t1.191.5T9.692 3t-.5 1.191Q8.69 4.692 8 4.692t-1.191-.5"/></svg> </template>
CSS
.icon-kitesurfing-outline-rounded {
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%22M3%2022.5q-.213%200-.357-.143T2.5%2022t.143-.357T3%2021.5q.689%200%201.355-.191q.666-.192%201.299-.542q.148-.086.346-.086t.346.086q.633.35%201.3.542q.666.191%201.354.191t1.355-.191t1.299-.542q.148-.086.349-.086t.343.086q.633.35%201.3.542q.666.191%201.354.191t1.355-.191t1.299-.542q.142-.086.346-.086t.346.086q.633.35%201.3.542q.666.191%201.354.191q.214%200%20.357.143T21.5%2022t-.143.357T21%2022.5q-.717%200-1.467-.197T18%2021.693q-.783.413-1.533.61T15%2022.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9%2022.5t-1.467-.197T6%2021.693q-.783.413-1.533.61T3%2022.5m6.02-3.384q-.65%200-1.26-.174q-.608-.173-1.068-.5l.937-.7q.645-.483%201.006-.738l-1.743-3.36q-.206-.367-.299-.784T6.5%2012V8q0-.633.434-1.066Q7.367%206.5%208%206.5h3q.865%200%201.642-.229t1.48-.711q.176-.13.39-.117t.372.173q.147.165.131.353q-.015.189-.186.323q-.829.599-1.795.903Q12.067%207.5%2011%207.5H9.1V12h2.716q.161%200%20.313.068q.152.069.283.2l1.553%201.703q1.722-.713%203.023-1.092q1.3-.379%202.162-.379q.644%200%20.997.213q.353.212.353.658q0%20.918-1.523%202.472q-1.523%201.555-3.988%203.103q-.162.05-.357.081t-.363.03q-.477%200-.963-.201t-.921-.587q-.162-.161-.382-.177t-.401.133q-.512.442-1.22.666q-.707.225-1.363.225m.575-2.785q.592-.365%201.67-.973t1.744-.93L11.712%2013l-3.423.389zm6.214-12.477l2.546-2.546q.344%200%20.274.525t-1.566%202.02q-.253.253-.628.253t-.626-.252m-9%20.337q-.5-.5-.5-1.191t.5-1.191Q7.31%201.308%208%201.308t1.191.5T9.692%203t-.5%201.191Q8.69%204.692%208%204.692t-1.191-.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%22M3%2022.5q-.213%200-.357-.143T2.5%2022t.143-.357T3%2021.5q.689%200%201.355-.191q.666-.192%201.299-.542q.148-.086.346-.086t.346.086q.633.35%201.3.542q.666.191%201.354.191t1.355-.191t1.299-.542q.148-.086.349-.086t.343.086q.633.35%201.3.542q.666.191%201.354.191t1.355-.191t1.299-.542q.142-.086.346-.086t.346.086q.633.35%201.3.542q.666.191%201.354.191q.214%200%20.357.143T21.5%2022t-.143.357T21%2022.5q-.717%200-1.467-.197T18%2021.693q-.783.413-1.533.61T15%2022.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9%2022.5t-1.467-.197T6%2021.693q-.783.413-1.533.61T3%2022.5m6.02-3.384q-.65%200-1.26-.174q-.608-.173-1.068-.5l.937-.7q.645-.483%201.006-.738l-1.743-3.36q-.206-.367-.299-.784T6.5%2012V8q0-.633.434-1.066Q7.367%206.5%208%206.5h3q.865%200%201.642-.229t1.48-.711q.176-.13.39-.117t.372.173q.147.165.131.353q-.015.189-.186.323q-.829.599-1.795.903Q12.067%207.5%2011%207.5H9.1V12h2.716q.161%200%20.313.068q.152.069.283.2l1.553%201.703q1.722-.713%203.023-1.092q1.3-.379%202.162-.379q.644%200%20.997.213q.353.212.353.658q0%20.918-1.523%202.472q-1.523%201.555-3.988%203.103q-.162.05-.357.081t-.363.03q-.477%200-.963-.201t-.921-.587q-.162-.161-.382-.177t-.401.133q-.512.442-1.22.666q-.707.225-1.363.225m.575-2.785q.592-.365%201.67-.973t1.744-.93L11.712%2013l-3.423.389zm6.214-12.477l2.546-2.546q.344%200%20.274.525t-1.566%202.02q-.253.253-.628.253t-.626-.252m-9%20.337q-.5-.5-.5-1.191t.5-1.191Q7.31%201.308%208%201.308t1.191.5T9.692%203t-.5%201.191Q8.69%204.692%208%204.692t-1.191-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/kitesurfing-outline-rounded.svg?color=%231a73e8&size=48