sms search icon

sms-search-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
sms-search-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the sms search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 3H7C4 3 2 4.5 2 8v7.96c0 2.29 1.85 4.14 4.14 4.14h6.26c.58 0 1.08-.49 1.02-1.07c-.14-1.53.36-3.18 1.72-4.51c.56-.55 1.25-.97 2-1.21c1.25-.4 2.46-.35 3.53.02a1 1 0 0 0 1.33-.94V8c0-3.5-2-5-5-5m.47 5.59l-3.13 2.5c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.8-.21 1.05.12c.26.33.21.8-.11 1.06"/><path d="m22.65 21.449l-.75-.75a3.756 3.756 0 0 0-3.14-5.82c-2.08 0-3.76 1.68-3.76 3.75s1.68 3.76 3.76 3.76c.76 0 1.47-.23 2.06-.62l.75.75c.15.15.34.22.54.22s.39-.07.54-.22c.3-.29.3-.77 0-1.07"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSmsSearchFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 3H7C4 3 2 4.5 2 8v7.96c0 2.29 1.85 4.14 4.14 4.14h6.26c.58 0 1.08-.49 1.02-1.07c-.14-1.53.36-3.18 1.72-4.51c.56-.55 1.25-.97 2-1.21c1.25-.4 2.46-.35 3.53.02a1 1 0 0 0 1.33-.94V8c0-3.5-2-5-5-5m.47 5.59l-3.13 2.5c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.8-.21 1.05.12c.26.33.21.8-.11 1.06"/><path d="m22.65 21.449l-.75-.75a3.756 3.756 0 0 0-3.14-5.82c-2.08 0-3.76 1.68-3.76 3.75s1.68 3.76 3.76 3.76c.76 0 1.47-.23 2.06-.62l.75.75c.15.15.34.22.54.22s.39-.07.54-.22c.3-.29.3-.77 0-1.07"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 3H7C4 3 2 4.5 2 8v7.96c0 2.29 1.85 4.14 4.14 4.14h6.26c.58 0 1.08-.49 1.02-1.07c-.14-1.53.36-3.18 1.72-4.51c.56-.55 1.25-.97 2-1.21c1.25-.4 2.46-.35 3.53.02a1 1 0 0 0 1.33-.94V8c0-3.5-2-5-5-5m.47 5.59l-3.13 2.5c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.8-.21 1.05.12c.26.33.21.8-.11 1.06"/><path d="m22.65 21.449l-.75-.75a3.756 3.756 0 0 0-3.14-5.82c-2.08 0-3.76 1.68-3.76 3.75s1.68 3.76 3.76 3.76c.76 0 1.47-.23 2.06-.62l.75.75c.15.15.34.22.54.22s.39-.07.54-.22c.3-.29.3-.77 0-1.07"/></g></svg>
</template>

CSS

.icon-sms-search-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%203H7C4%203%202%204.5%202%208v7.96c0%202.29%201.85%204.14%204.14%204.14h6.26c.58%200%201.08-.49%201.02-1.07c-.14-1.53.36-3.18%201.72-4.51c.56-.55%201.25-.97%202-1.21c1.25-.4%202.46-.35%203.53.02a1%201%200%200%200%201.33-.94V8c0-3.5-2-5-5-5m.47%205.59l-3.13%202.5c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77%200%200%201-.12-1.06c.26-.32.73-.38%201.05-.12l3.13%202.5c.76.61%202.05.61%202.81%200l3.13-2.5c.32-.26.8-.21%201.05.12c.26.33.21.8-.11%201.06%22%2F%3E%3Cpath%20d%3D%22m22.65%2021.449l-.75-.75a3.756%203.756%200%200%200-3.14-5.82c-2.08%200-3.76%201.68-3.76%203.75s1.68%203.76%203.76%203.76c.76%200%201.47-.23%202.06-.62l.75.75c.15.15.34.22.54.22s.39-.07.54-.22c.3-.29.3-.77%200-1.07%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%203H7C4%203%202%204.5%202%208v7.96c0%202.29%201.85%204.14%204.14%204.14h6.26c.58%200%201.08-.49%201.02-1.07c-.14-1.53.36-3.18%201.72-4.51c.56-.55%201.25-.97%202-1.21c1.25-.4%202.46-.35%203.53.02a1%201%200%200%200%201.33-.94V8c0-3.5-2-5-5-5m.47%205.59l-3.13%202.5c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77%200%200%201-.12-1.06c.26-.32.73-.38%201.05-.12l3.13%202.5c.76.61%202.05.61%202.81%200l3.13-2.5c.32-.26.8-.21%201.05.12c.26.33.21.8-.11%201.06%22%2F%3E%3Cpath%20d%3D%22m22.65%2021.449l-.75-.75a3.756%203.756%200%200%200-3.14-5.82c-2.08%200-3.76%201.68-3.76%203.75s1.68%203.76%203.76%203.76c.76%200%201.47-.23%202.06-.62l.75.75c.15.15.34.22.54.22s.39-.07.54-.22c.3-.29.3-.77%200-1.07%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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