sweep icon
sweep-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- sweep-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the sweep icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 17.5q-.213 0-.356-.144t-.144-.357t.144-.356T11 16.5h4q.213 0 .356.144t.144.357t-.144.356T15 17.5zm-4.95-1.62l8.801-8.801q.146-.146.345-.156t.363.156t.166.356t-.166.357l-8.943 8.95q-.242.242-.566.242t-.566-.242l-4.05-4.048q-.146-.147-.152-.348q-.007-.202.158-.367q.166-.165.357-.165t.357.165zM15 13.5q-.213 0-.356-.144t-.144-.357t.144-.356T15 12.5h4q.213 0 .356.144t.144.357t-.144.356T19 13.5zm4-4q-.213 0-.356-.144t-.144-.357t.144-.356T19 8.5h4q.213 0 .356.144t.144.357t-.144.356T23 9.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSweepRounded(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="M11 17.5q-.213 0-.356-.144t-.144-.357t.144-.356T11 16.5h4q.213 0 .356.144t.144.357t-.144.356T15 17.5zm-4.95-1.62l8.801-8.801q.146-.146.345-.156t.363.156t.166.356t-.166.357l-8.943 8.95q-.242.242-.566.242t-.566-.242l-4.05-4.048q-.146-.147-.152-.348q-.007-.202.158-.367q.166-.165.357-.165t.357.165zM15 13.5q-.213 0-.356-.144t-.144-.357t.144-.356T15 12.5h4q.213 0 .356.144t.144.357t-.144.356T19 13.5zm4-4q-.213 0-.356-.144t-.144-.357t.144-.356T19 8.5h4q.213 0 .356.144t.144.357t-.144.356T23 9.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 17.5q-.213 0-.356-.144t-.144-.357t.144-.356T11 16.5h4q.213 0 .356.144t.144.357t-.144.356T15 17.5zm-4.95-1.62l8.801-8.801q.146-.146.345-.156t.363.156t.166.356t-.166.357l-8.943 8.95q-.242.242-.566.242t-.566-.242l-4.05-4.048q-.146-.147-.152-.348q-.007-.202.158-.367q.166-.165.357-.165t.357.165zM15 13.5q-.213 0-.356-.144t-.144-.357t.144-.356T15 12.5h4q.213 0 .356.144t.144.357t-.144.356T19 13.5zm4-4q-.213 0-.356-.144t-.144-.357t.144-.356T19 8.5h4q.213 0 .356.144t.144.357t-.144.356T23 9.5z"/></svg> </template>
CSS
.icon-sweep-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%22M11%2017.5q-.213%200-.356-.144t-.144-.357t.144-.356T11%2016.5h4q.213%200%20.356.144t.144.357t-.144.356T15%2017.5zm-4.95-1.62l8.801-8.801q.146-.146.345-.156t.363.156t.166.356t-.166.357l-8.943%208.95q-.242.242-.566.242t-.566-.242l-4.05-4.048q-.146-.147-.152-.348q-.007-.202.158-.367q.166-.165.357-.165t.357.165zM15%2013.5q-.213%200-.356-.144t-.144-.357t.144-.356T15%2012.5h4q.213%200%20.356.144t.144.357t-.144.356T19%2013.5zm4-4q-.213%200-.356-.144t-.144-.357t.144-.356T19%208.5h4q.213%200%20.356.144t.144.357t-.144.356T23%209.5z%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%22M11%2017.5q-.213%200-.356-.144t-.144-.357t.144-.356T11%2016.5h4q.213%200%20.356.144t.144.357t-.144.356T15%2017.5zm-4.95-1.62l8.801-8.801q.146-.146.345-.156t.363.156t.166.356t-.166.357l-8.943%208.95q-.242.242-.566.242t-.566-.242l-4.05-4.048q-.146-.147-.152-.348q-.007-.202.158-.367q.166-.165.357-.165t.357.165zM15%2013.5q-.213%200-.356-.144t-.144-.357t.144-.356T15%2012.5h4q.213%200%20.356.144t.144.357t-.144.356T19%2013.5zm4-4q-.213%200-.356-.144t-.144-.357t.144-.356T19%208.5h4q.213%200%20.356.144t.144.357t-.144.356T23%209.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sweep-rounded.svg?color=%231a73e8&size=48