sweep-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
sweep-outline-rounded
Set
Material Symbols Light
Style
Outline 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.796-8.796q.146-.146.345-.155t.363.155t.165.357t-.165.357l-8.938 8.944q-.243.243-.566.243t-.565-.243L1.44 12.698q-.147-.146-.153-.347t.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 MaterialSymbolsLightSweepOutlineRounded(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.796-8.796q.146-.146.345-.155t.363.155t.165.357t-.165.357l-8.938 8.944q-.243.243-.566.243t-.565-.243L1.44 12.698q-.147-.146-.153-.347t.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.796-8.796q.146-.146.345-.155t.363.155t.165.357t-.165.357l-8.938 8.944q-.243.243-.566.243t-.565-.243L1.44 12.698q-.147-.146-.153-.347t.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-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%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.796-8.796q.146-.146.345-.155t.363.155t.165.357t-.165.357l-8.938%208.944q-.243.243-.566.243t-.565-.243L1.44%2012.698q-.147-.146-.153-.347t.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.796-8.796q.146-.146.345-.155t.363.155t.165.357t-.165.357l-8.938%208.944q-.243.243-.566.243t-.565-.243L1.44%2012.698q-.147-.146-.153-.347t.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-outline-rounded.svg?color=%231a73e8&size=48