sidebar right icon
sidebar-right-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- sidebar-right-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All sidebar right icons →More newicons icons from Reicon
Use the sidebar right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.77 4.624c1.906 0 3.26.002 4.288.14c1.006.135 1.586.389 2.01.812s.676 1.003.811 2.009c.139 1.028.14 2.382.14 4.29c0 1.906-.001 3.26-.14 4.288c-.135 1.006-.388 1.586-.812 2.01c-.423.423-1.003.676-2.009.811c-1.027.139-2.382.14-4.289.14h-4c-1.907 0-3.261-.001-4.289-.14c-1.006-.135-1.586-.389-2.009-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.289c.135-1.006.389-1.586.812-2.009s1.003-.677 2.01-.812c1.027-.138 2.381-.14 4.288-.14zm7.358-.109c-.748-.748-1.697-1.08-2.87-1.238c-1.139-.153-2.594-.153-4.432-.153H9.713c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.113c0 1.837 0 3.293.153 4.432c.158 1.173.49 2.122 1.239 2.87c.748.748 1.697 1.08 2.87 1.238c1.138.153 2.594.153 12.977 0c1.173-.158 2.122-.49 2.87-1.238s1.08-1.697 1.238-2.87c.153-1.139.153-2.595.153-4.432v-.113c0-1.838 0-3.294-.153-4.433c-.157-1.172-.49-2.121-1.238-2.87"/><path d="M18.059 4.764c-1.028-.138-2.383-.14-4.29-.14h-4c-1.907 0-3.261.002-4.289.14c-1.006.135-1.586.389-2.009.812S2.794 6.58 2.66 7.585c-.138 1.028-.14 2.382-.14 4.29c0 1.906.002 3.26.14 4.288c.135 1.006.389 1.586.812 2.01s1.003.676 2.01.811c1.027.139 2.381.14 4.288.14h4c1.907 0 3.262-.001 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.813-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.136-1.006-.39-1.586-.813-2.009s-1.003-.677-2.009-.812m1.228 4.11a.75.75 0 0 0-1.5-.004l-.016 6a.75.75 0 0 0 1.5.004l.008-3z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSidebarRightFilled(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" fillRule="evenodd" clipRule="evenodd"><path d="M13.77 4.624c1.906 0 3.26.002 4.288.14c1.006.135 1.586.389 2.01.812s.676 1.003.811 2.009c.139 1.028.14 2.382.14 4.29c0 1.906-.001 3.26-.14 4.288c-.135 1.006-.388 1.586-.812 2.01c-.423.423-1.003.676-2.009.811c-1.027.139-2.382.14-4.289.14h-4c-1.907 0-3.261-.001-4.289-.14c-1.006-.135-1.586-.389-2.009-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.289c.135-1.006.389-1.586.812-2.009s1.003-.677 2.01-.812c1.027-.138 2.381-.14 4.288-.14zm7.358-.109c-.748-.748-1.697-1.08-2.87-1.238c-1.139-.153-2.594-.153-4.432-.153H9.713c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.113c0 1.837 0 3.293.153 4.432c.158 1.173.49 2.122 1.239 2.87c.748.748 1.697 1.08 2.87 1.238c1.138.153 2.594.153 12.977 0c1.173-.158 2.122-.49 2.87-1.238s1.08-1.697 1.238-2.87c.153-1.139.153-2.595.153-4.432v-.113c0-1.838 0-3.294-.153-4.433c-.157-1.172-.49-2.121-1.238-2.87"/><path d="M18.059 4.764c-1.028-.138-2.383-.14-4.29-.14h-4c-1.907 0-3.261.002-4.289.14c-1.006.135-1.586.389-2.009.812S2.794 6.58 2.66 7.585c-.138 1.028-.14 2.382-.14 4.29c0 1.906.002 3.26.14 4.288c.135 1.006.389 1.586.812 2.01s1.003.676 2.01.811c1.027.139 2.381.14 4.288.14h4c1.907 0 3.262-.001 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.813-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.136-1.006-.39-1.586-.813-2.009s-1.003-.677-2.009-.812m1.228 4.11a.75.75 0 0 0-1.5-.004l-.016 6a.75.75 0 0 0 1.5.004l.008-3z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.77 4.624c1.906 0 3.26.002 4.288.14c1.006.135 1.586.389 2.01.812s.676 1.003.811 2.009c.139 1.028.14 2.382.14 4.29c0 1.906-.001 3.26-.14 4.288c-.135 1.006-.388 1.586-.812 2.01c-.423.423-1.003.676-2.009.811c-1.027.139-2.382.14-4.289.14h-4c-1.907 0-3.261-.001-4.289-.14c-1.006-.135-1.586-.389-2.009-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.289c.135-1.006.389-1.586.812-2.009s1.003-.677 2.01-.812c1.027-.138 2.381-.14 4.288-.14zm7.358-.109c-.748-.748-1.697-1.08-2.87-1.238c-1.139-.153-2.594-.153-4.432-.153H9.713c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.113c0 1.837 0 3.293.153 4.432c.158 1.173.49 2.122 1.239 2.87c.748.748 1.697 1.08 2.87 1.238c1.138.153 2.594.153 12.977 0c1.173-.158 2.122-.49 2.87-1.238s1.08-1.697 1.238-2.87c.153-1.139.153-2.595.153-4.432v-.113c0-1.838 0-3.294-.153-4.433c-.157-1.172-.49-2.121-1.238-2.87"/><path d="M18.059 4.764c-1.028-.138-2.383-.14-4.29-.14h-4c-1.907 0-3.261.002-4.289.14c-1.006.135-1.586.389-2.009.812S2.794 6.58 2.66 7.585c-.138 1.028-.14 2.382-.14 4.29c0 1.906.002 3.26.14 4.288c.135 1.006.389 1.586.812 2.01s1.003.676 2.01.811c1.027.139 2.381.14 4.288.14h4c1.907 0 3.262-.001 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.813-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.136-1.006-.39-1.586-.813-2.009s-1.003-.677-2.009-.812m1.228 4.11a.75.75 0 0 0-1.5-.004l-.016 6a.75.75 0 0 0 1.5.004l.008-3z"/></g></svg> </template>
CSS
.icon-sidebar-right-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.77%204.624c1.906%200%203.26.002%204.288.14c1.006.135%201.586.389%202.01.812s.676%201.003.811%202.009c.139%201.028.14%202.382.14%204.29c0%201.906-.001%203.26-.14%204.288c-.135%201.006-.388%201.586-.812%202.01c-.423.423-1.003.676-2.009.811c-1.027.139-2.382.14-4.289.14h-4c-1.907%200-3.261-.001-4.289-.14c-1.006-.135-1.586-.389-2.009-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.289c.135-1.006.389-1.586.812-2.009s1.003-.677%202.01-.812c1.027-.138%202.381-.14%204.288-.14zm7.358-.109c-.748-.748-1.697-1.08-2.87-1.238c-1.139-.153-2.594-.153-4.432-.153H9.713c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87c-.153%201.14-.153%202.595-.153%204.433v.113c0%201.837%200%203.293.153%204.432c.158%201.173.49%202.122%201.239%202.87c.748.748%201.697%201.08%202.87%201.238c1.138.153%202.594.153%2012.977%200c1.173-.158%202.122-.49%202.87-1.238s1.08-1.697%201.238-2.87c.153-1.139.153-2.595.153-4.432v-.113c0-1.838%200-3.294-.153-4.433c-.157-1.172-.49-2.121-1.238-2.87%22%2F%3E%3Cpath%20d%3D%22M18.059%204.764c-1.028-.138-2.383-.14-4.29-.14h-4c-1.907%200-3.261.002-4.289.14c-1.006.135-1.586.389-2.009.812S2.794%206.58%202.66%207.585c-.138%201.028-.14%202.382-.14%204.29c0%201.906.002%203.26.14%204.288c.135%201.006.389%201.586.812%202.01s1.003.676%202.01.811c1.027.139%202.381.14%204.288.14h4c1.907%200%203.262-.001%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.813-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.136-1.006-.39-1.586-.813-2.009s-1.003-.677-2.009-.812m1.228%204.11a.75.75%200%200%200-1.5-.004l-.016%206a.75.75%200%200%200%201.5.004l.008-3z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.77%204.624c1.906%200%203.26.002%204.288.14c1.006.135%201.586.389%202.01.812s.676%201.003.811%202.009c.139%201.028.14%202.382.14%204.29c0%201.906-.001%203.26-.14%204.288c-.135%201.006-.388%201.586-.812%202.01c-.423.423-1.003.676-2.009.811c-1.027.139-2.382.14-4.289.14h-4c-1.907%200-3.261-.001-4.289-.14c-1.006-.135-1.586-.389-2.009-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.289c.135-1.006.389-1.586.812-2.009s1.003-.677%202.01-.812c1.027-.138%202.381-.14%204.288-.14zm7.358-.109c-.748-.748-1.697-1.08-2.87-1.238c-1.139-.153-2.594-.153-4.432-.153H9.713c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87c-.153%201.14-.153%202.595-.153%204.433v.113c0%201.837%200%203.293.153%204.432c.158%201.173.49%202.122%201.239%202.87c.748.748%201.697%201.08%202.87%201.238c1.138.153%202.594.153%2012.977%200c1.173-.158%202.122-.49%202.87-1.238s1.08-1.697%201.238-2.87c.153-1.139.153-2.595.153-4.432v-.113c0-1.838%200-3.294-.153-4.433c-.157-1.172-.49-2.121-1.238-2.87%22%2F%3E%3Cpath%20d%3D%22M18.059%204.764c-1.028-.138-2.383-.14-4.29-.14h-4c-1.907%200-3.261.002-4.289.14c-1.006.135-1.586.389-2.009.812S2.794%206.58%202.66%207.585c-.138%201.028-.14%202.382-.14%204.29c0%201.906.002%203.26.14%204.288c.135%201.006.389%201.586.812%202.01s1.003.676%202.01.811c1.027.139%202.381.14%204.288.14h4c1.907%200%203.262-.001%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.813-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.136-1.006-.39-1.586-.813-2.009s-1.003-.677-2.009-.812m1.228%204.11a.75.75%200%200%200-1.5-.004l-.016%206a.75.75%200%200%200%201.5.004l.008-3z%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/sidebar-right-filled.svg?color=%231a73e8&size=48