ios search icon
ios-search from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-search
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M443.5 420.2L336.7 312.4c20.9-26.2 33.5-59.4 33.5-95.5 0-84.5-68.5-153-153.1-153S64 132.5 64 217s68.5 153 153.1 153c36.6 0 70.1-12.8 96.5-34.2l106.1 107.1c3.2 3.4 7.6 5.1 11.9 5.1 4.1 0 8.2-1.5 11.3-4.5 6.6-6.3 6.8-16.7.6-23.3zm-226.4-83.1c-32.1 0-62.3-12.5-85-35.2-22.7-22.7-35.2-52.9-35.2-84.9 0-32.1 12.5-62.3 35.2-84.9 22.7-22.7 52.9-35.2 85-35.2s62.3 12.5 85 35.2c22.7 22.7 35.2 52.9 35.2 84.9 0 32.1-12.5 62.3-35.2 84.9-22.7 22.7-52.9 35.2-85 35.2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosSearch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M443.5 420.2L336.7 312.4c20.9-26.2 33.5-59.4 33.5-95.5 0-84.5-68.5-153-153.1-153S64 132.5 64 217s68.5 153 153.1 153c36.6 0 70.1-12.8 96.5-34.2l106.1 107.1c3.2 3.4 7.6 5.1 11.9 5.1 4.1 0 8.2-1.5 11.3-4.5 6.6-6.3 6.8-16.7.6-23.3zm-226.4-83.1c-32.1 0-62.3-12.5-85-35.2-22.7-22.7-35.2-52.9-35.2-84.9 0-32.1 12.5-62.3 35.2-84.9 22.7-22.7 52.9-35.2 85-35.2s62.3 12.5 85 35.2c22.7 22.7 35.2 52.9 35.2 84.9 0 32.1-12.5 62.3-35.2 84.9-22.7 22.7-52.9 35.2-85 35.2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M443.5 420.2L336.7 312.4c20.9-26.2 33.5-59.4 33.5-95.5 0-84.5-68.5-153-153.1-153S64 132.5 64 217s68.5 153 153.1 153c36.6 0 70.1-12.8 96.5-34.2l106.1 107.1c3.2 3.4 7.6 5.1 11.9 5.1 4.1 0 8.2-1.5 11.3-4.5 6.6-6.3 6.8-16.7.6-23.3zm-226.4-83.1c-32.1 0-62.3-12.5-85-35.2-22.7-22.7-35.2-52.9-35.2-84.9 0-32.1 12.5-62.3 35.2-84.9 22.7-22.7 52.9-35.2 85-35.2s62.3 12.5 85 35.2c22.7 22.7 35.2 52.9 35.2 84.9 0 32.1-12.5 62.3-35.2 84.9-22.7 22.7-52.9 35.2-85 35.2z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M443.5%20420.2L336.7%20312.4c20.9-26.2%2033.5-59.4%2033.5-95.5%200-84.5-68.5-153-153.1-153S64%20132.5%2064%20217s68.5%20153%20153.1%20153c36.6%200%2070.1-12.8%2096.5-34.2l106.1%20107.1c3.2%203.4%207.6%205.1%2011.9%205.1%204.1%200%208.2-1.5%2011.3-4.5%206.6-6.3%206.8-16.7.6-23.3zm-226.4-83.1c-32.1%200-62.3-12.5-85-35.2-22.7-22.7-35.2-52.9-35.2-84.9%200-32.1%2012.5-62.3%2035.2-84.9%2022.7-22.7%2052.9-35.2%2085-35.2s62.3%2012.5%2085%2035.2c22.7%2022.7%2035.2%2052.9%2035.2%2084.9%200%2032.1-12.5%2062.3-35.2%2084.9-22.7%2022.7-52.9%2035.2-85%2035.2z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M443.5%20420.2L336.7%20312.4c20.9-26.2%2033.5-59.4%2033.5-95.5%200-84.5-68.5-153-153.1-153S64%20132.5%2064%20217s68.5%20153%20153.1%20153c36.6%200%2070.1-12.8%2096.5-34.2l106.1%20107.1c3.2%203.4%207.6%205.1%2011.9%205.1%204.1%200%208.2-1.5%2011.3-4.5%206.6-6.3%206.8-16.7.6-23.3zm-226.4-83.1c-32.1%200-62.3-12.5-85-35.2-22.7-22.7-35.2-52.9-35.2-84.9%200-32.1%2012.5-62.3%2035.2-84.9%2022.7-22.7%2052.9-35.2%2085-35.2s62.3%2012.5%2085%2035.2c22.7%2022.7%2035.2%2052.9%2035.2%2084.9%200%2032.1-12.5%2062.3-35.2%2084.9-22.7%2022.7-52.9%2035.2-85%2035.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-search.svg?color=%231a73e8&size=48