box search icon
box-search-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- box-search-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the box search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.409 2.512a3.75 3.75 0 0 0-2.818 0l-7.498 3.04A1.75 1.75 0 0 0 2 7.174V11.6c.466-.238.97-.412 1.5-.51V7.75l7.75 3.014v10.012l.237.238c.217.216.365.475.444.75a3.75 3.75 0 0 0 1.478-.275l7.498-3.04A1.75 1.75 0 0 0 22 16.826V7.175a1.75 1.75 0 0 0-1.093-1.622zm-2.254 1.39a2.25 2.25 0 0 1 1.69 0l6.592 2.672l-2.67 1.031l-7.526-2.927zM7.215 5.5l7.476 2.908l-2.69 1.038l-7.41-2.882zm13.129 11.56l-7.499 3.04l-.095.035v-9.37l7.75-2.992v9.054a.25.25 0 0 1-.156.232M4.5 21a4.5 4.5 0 0 0 2.607-.832L9.72 22.78a.75.75 0 1 0 1.06-1.06l-2.612-2.613A4.5 4.5 0 1 0 4.5 21m0-1.5a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentBoxSearch24Regular(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.409 2.512a3.75 3.75 0 0 0-2.818 0l-7.498 3.04A1.75 1.75 0 0 0 2 7.174V11.6c.466-.238.97-.412 1.5-.51V7.75l7.75 3.014v10.012l.237.238c.217.216.365.475.444.75a3.75 3.75 0 0 0 1.478-.275l7.498-3.04A1.75 1.75 0 0 0 22 16.826V7.175a1.75 1.75 0 0 0-1.093-1.622zm-2.254 1.39a2.25 2.25 0 0 1 1.69 0l6.592 2.672l-2.67 1.031l-7.526-2.927zM7.215 5.5l7.476 2.908l-2.69 1.038l-7.41-2.882zm13.129 11.56l-7.499 3.04l-.095.035v-9.37l7.75-2.992v9.054a.25.25 0 0 1-.156.232M4.5 21a4.5 4.5 0 0 0 2.607-.832L9.72 22.78a.75.75 0 1 0 1.06-1.06l-2.612-2.613A4.5 4.5 0 1 0 4.5 21m0-1.5a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></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.409 2.512a3.75 3.75 0 0 0-2.818 0l-7.498 3.04A1.75 1.75 0 0 0 2 7.174V11.6c.466-.238.97-.412 1.5-.51V7.75l7.75 3.014v10.012l.237.238c.217.216.365.475.444.75a3.75 3.75 0 0 0 1.478-.275l7.498-3.04A1.75 1.75 0 0 0 22 16.826V7.175a1.75 1.75 0 0 0-1.093-1.622zm-2.254 1.39a2.25 2.25 0 0 1 1.69 0l6.592 2.672l-2.67 1.031l-7.526-2.927zM7.215 5.5l7.476 2.908l-2.69 1.038l-7.41-2.882zm13.129 11.56l-7.499 3.04l-.095.035v-9.37l7.75-2.992v9.054a.25.25 0 0 1-.156.232M4.5 21a4.5 4.5 0 0 0 2.607-.832L9.72 22.78a.75.75 0 1 0 1.06-1.06l-2.612-2.613A4.5 4.5 0 1 0 4.5 21m0-1.5a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/></svg> </template>
CSS
.icon-box-search-24-regular {
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.409%202.512a3.75%203.75%200%200%200-2.818%200l-7.498%203.04A1.75%201.75%200%200%200%202%207.174V11.6c.466-.238.97-.412%201.5-.51V7.75l7.75%203.014v10.012l.237.238c.217.216.365.475.444.75a3.75%203.75%200%200%200%201.478-.275l7.498-3.04A1.75%201.75%200%200%200%2022%2016.826V7.175a1.75%201.75%200%200%200-1.093-1.622zm-2.254%201.39a2.25%202.25%200%200%201%201.69%200l6.592%202.672l-2.67%201.031l-7.526-2.927zM7.215%205.5l7.476%202.908l-2.69%201.038l-7.41-2.882zm13.129%2011.56l-7.499%203.04l-.095.035v-9.37l7.75-2.992v9.054a.25.25%200%200%201-.156.232M4.5%2021a4.5%204.5%200%200%200%202.607-.832L9.72%2022.78a.75.75%200%201%200%201.06-1.06l-2.612-2.613A4.5%204.5%200%201%200%204.5%2021m0-1.5a3%203%200%201%201%200-6a3%203%200%200%201%200%206%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.409%202.512a3.75%203.75%200%200%200-2.818%200l-7.498%203.04A1.75%201.75%200%200%200%202%207.174V11.6c.466-.238.97-.412%201.5-.51V7.75l7.75%203.014v10.012l.237.238c.217.216.365.475.444.75a3.75%203.75%200%200%200%201.478-.275l7.498-3.04A1.75%201.75%200%200%200%2022%2016.826V7.175a1.75%201.75%200%200%200-1.093-1.622zm-2.254%201.39a2.25%202.25%200%200%201%201.69%200l6.592%202.672l-2.67%201.031l-7.526-2.927zM7.215%205.5l7.476%202.908l-2.69%201.038l-7.41-2.882zm13.129%2011.56l-7.499%203.04l-.095.035v-9.37l7.75-2.992v9.054a.25.25%200%200%201-.156.232M4.5%2021a4.5%204.5%200%200%200%202.607-.832L9.72%2022.78a.75.75%200%201%200%201.06-1.06l-2.612-2.613A4.5%204.5%200%201%200%204.5%2021m0-1.5a3%203%200%201%201%200-6a3%203%200%200%201%200%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/box-search-24-regular.svg?color=%231a73e8&size=48