round saved search icon

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

Name
round-saved-search
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round saved search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.73 13.31c1.13-1.55 1.63-3.58.98-5.74c-.68-2.23-2.57-3.98-4.85-4.44a6.52 6.52 0 0 0-7.72 7.73c.46 2.29 2.21 4.18 4.44 4.85c2.16.65 4.19.15 5.74-.98l5.56 5.56a.996.996 0 1 0 1.41-1.41zM9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5S14 7.01 14 9.5S11.99 14 9.5 14"/><path fill="currentColor" d="M10.29 8.44L9.5 6l-.79 2.44H6.25l2.01 1.59l-.77 2.47l2.01-1.53l2.01 1.53l-.77-2.47l2.01-1.59z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSavedSearch(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="M14.73 13.31c1.13-1.55 1.63-3.58.98-5.74c-.68-2.23-2.57-3.98-4.85-4.44a6.52 6.52 0 0 0-7.72 7.73c.46 2.29 2.21 4.18 4.44 4.85c2.16.65 4.19.15 5.74-.98l5.56 5.56a.996.996 0 1 0 1.41-1.41zM9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5S14 7.01 14 9.5S11.99 14 9.5 14"/><path fill="currentColor" d="M10.29 8.44L9.5 6l-.79 2.44H6.25l2.01 1.59l-.77 2.47l2.01-1.53l2.01 1.53l-.77-2.47l2.01-1.59z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.73 13.31c1.13-1.55 1.63-3.58.98-5.74c-.68-2.23-2.57-3.98-4.85-4.44a6.52 6.52 0 0 0-7.72 7.73c.46 2.29 2.21 4.18 4.44 4.85c2.16.65 4.19.15 5.74-.98l5.56 5.56a.996.996 0 1 0 1.41-1.41zM9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5S14 7.01 14 9.5S11.99 14 9.5 14"/><path fill="currentColor" d="M10.29 8.44L9.5 6l-.79 2.44H6.25l2.01 1.59l-.77 2.47l2.01-1.53l2.01 1.53l-.77-2.47l2.01-1.59z"/></svg>
</template>

CSS

.icon-round-saved-search {
  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%22M14.73%2013.31c1.13-1.55%201.63-3.58.98-5.74c-.68-2.23-2.57-3.98-4.85-4.44a6.52%206.52%200%200%200-7.72%207.73c.46%202.29%202.21%204.18%204.44%204.85c2.16.65%204.19.15%205.74-.98l5.56%205.56a.996.996%200%201%200%201.41-1.41zM9.5%2014C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205S14%207.01%2014%209.5S11.99%2014%209.5%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.29%208.44L9.5%206l-.79%202.44H6.25l2.01%201.59l-.77%202.47l2.01-1.53l2.01%201.53l-.77-2.47l2.01-1.59z%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%22M14.73%2013.31c1.13-1.55%201.63-3.58.98-5.74c-.68-2.23-2.57-3.98-4.85-4.44a6.52%206.52%200%200%200-7.72%207.73c.46%202.29%202.21%204.18%204.44%204.85c2.16.65%204.19.15%205.74-.98l5.56%205.56a.996.996%200%201%200%201.41-1.41zM9.5%2014C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205S14%207.01%2014%209.5S11.99%2014%209.5%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.29%208.44L9.5%206l-.79%202.44H6.25l2.01%201.59l-.77%202.47l2.01-1.53l2.01%201.53l-.77-2.47l2.01-1.59z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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