round-light from Google Material Icons by Material Design Authors · Baseline · Search · Apache-2.0 Free for personal and commercial use.

Name
round-light
Set
Google Material Icons
Style
Baseline
Category
Search
Viewbox
24×24
License
Apache 2.0

More search icons from Google Material Icons

Use the round light icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 6.06V4c0-.55-.45-1-1-1s-1 .45-1 1v2.06c-4.5.5-8 4.31-8 8.93C3 16.1 3.9 17 5.01 17H8c0 2.21 1.79 4 4 4s4-1.79 4-4h2.99c1.11 0 2.01-.9 2.01-2.01c0-4.62-3.5-8.43-8-8.93M12 15H5c0-3.86 3.14-7 7-7s7 3.14 7 7z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLight(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="M13 6.06V4c0-.55-.45-1-1-1s-1 .45-1 1v2.06c-4.5.5-8 4.31-8 8.93C3 16.1 3.9 17 5.01 17H8c0 2.21 1.79 4 4 4s4-1.79 4-4h2.99c1.11 0 2.01-.9 2.01-2.01c0-4.62-3.5-8.43-8-8.93M12 15H5c0-3.86 3.14-7 7-7s7 3.14 7 7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 6.06V4c0-.55-.45-1-1-1s-1 .45-1 1v2.06c-4.5.5-8 4.31-8 8.93C3 16.1 3.9 17 5.01 17H8c0 2.21 1.79 4 4 4s4-1.79 4-4h2.99c1.11 0 2.01-.9 2.01-2.01c0-4.62-3.5-8.43-8-8.93M12 15H5c0-3.86 3.14-7 7-7s7 3.14 7 7z"/></svg>
</template>

CSS

.icon-round-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%206.06V4c0-.55-.45-1-1-1s-1%20.45-1%201v2.06c-4.5.5-8%204.31-8%208.93C3%2016.1%203.9%2017%205.01%2017H8c0%202.21%201.79%204%204%204s4-1.79%204-4h2.99c1.11%200%202.01-.9%202.01-2.01c0-4.62-3.5-8.43-8-8.93M12%2015H5c0-3.86%203.14-7%207-7s7%203.14%207%207z%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%22M13%206.06V4c0-.55-.45-1-1-1s-1%20.45-1%201v2.06c-4.5.5-8%204.31-8%208.93C3%2016.1%203.9%2017%205.01%2017H8c0%202.21%201.79%204%204%204s4-1.79%204-4h2.99c1.11%200%202.01-.9%202.01-2.01c0-4.62-3.5-8.43-8-8.93M12%2015H5c0-3.86%203.14-7%207-7s7%203.14%207%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-light.svg?color=%231a73e8&size=48