outline saved search icon

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

Name
outline-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 outline 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.31A6.4 6.4 0 0 0 16 9.5A6.5 6.5 0 1 0 9.5 16c1.43 0 2.74-.48 3.81-1.27L19.59 21L21 19.59zM9.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 IcOutlineSavedSearch(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.31A6.4 6.4 0 0 0 16 9.5A6.5 6.5 0 1 0 9.5 16c1.43 0 2.74-.48 3.81-1.27L19.59 21L21 19.59zM9.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.31A6.4 6.4 0 0 0 16 9.5A6.5 6.5 0 1 0 9.5 16c1.43 0 2.74-.48 3.81-1.27L19.59 21L21 19.59zM9.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-outline-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.31A6.4%206.4%200%200%200%2016%209.5A6.5%206.5%200%201%200%209.5%2016c1.43%200%202.74-.48%203.81-1.27L19.59%2021L21%2019.59zM9.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.31A6.4%206.4%200%200%200%2016%209.5A6.5%206.5%200%201%200%209.5%2016c1.43%200%202.74-.48%203.81-1.27L19.59%2021L21%2019.59zM9.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/outline-saved-search.svg?color=%231a73e8&size=48