recent views sort icon
recent-views-sort from IconPark by ByteDance · Color · Charts · Apache-2.0 Free for personal and commercial use.
- Name
- recent-views-sort
- Set
- IconPark
- Style
- Color
- Category
- Charts
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More charts icons from IconPark
Use the recent views sort icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 5V30H42V5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M30 37L24 43L18 37"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 30V43"/><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M24 21C28.0501 21 31.7168 19 35 15C31.7168 11 28.0501 9 24 9C19.9499 9 16.2832 11 13 15C16.2832 19 19.9499 21 24 21Z"/><path fill="#fff" d="M24 18C25.6569 18 27 16.6569 27 15C27 13.3431 25.6569 12 24 12C22.3431 12 21 13.3431 21 15C21 16.6569 22.3431 18 24 18Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkRecentViewsSort(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M6 5V30H42V5"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M30 37L24 43L18 37"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 30V43"/><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M24 21C28.0501 21 31.7168 19 35 15C31.7168 11 28.0501 9 24 9C19.9499 9 16.2832 11 13 15C16.2832 19 19.9499 21 24 21Z"/><path fill="#fff" d="M24 18C25.6569 18 27 16.6569 27 15C27 13.3431 25.6569 12 24 12C22.3431 12 21 13.3431 21 15C21 16.6569 22.3431 18 24 18Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 5V30H42V5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M30 37L24 43L18 37"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 30V43"/><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M24 21C28.0501 21 31.7168 19 35 15C31.7168 11 28.0501 9 24 9C19.9499 9 16.2832 11 13 15C16.2832 19 19.9499 21 24 21Z"/><path fill="#fff" d="M24 18C25.6569 18 27 16.6569 27 15C27 13.3431 25.6569 12 24 12C22.3431 12 21 13.3431 21 15C21 16.6569 22.3431 18 24 18Z"/></g></svg> </template>
CSS
.icon-recent-views-sort {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%205V30H42V5%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30%2037L24%2043L18%2037%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2030V43%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2021C28.0501%2021%2031.7168%2019%2035%2015C31.7168%2011%2028.0501%209%2024%209C19.9499%209%2016.2832%2011%2013%2015C16.2832%2019%2019.9499%2021%2024%2021Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2018C25.6569%2018%2027%2016.6569%2027%2015C27%2013.3431%2025.6569%2012%2024%2012C22.3431%2012%2021%2013.3431%2021%2015C21%2016.6569%2022.3431%2018%2024%2018Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%205V30H42V5%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30%2037L24%2043L18%2037%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2030V43%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2021C28.0501%2021%2031.7168%2019%2035%2015C31.7168%2011%2028.0501%209%2024%209C19.9499%209%2016.2832%2011%2013%2015C16.2832%2019%2019.9499%2021%2024%2021Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2018C25.6569%2018%2027%2016.6569%2027%2015C27%2013.3431%2025.6569%2012%2024%2012C22.3431%2012%2021%2013.3431%2021%2015C21%2016.6569%2022.3431%2018%2024%2018Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/recent-views-sort.svg?color=%231a73e8&size=48