sort alphabetically icon
sort-alphabetically-bold-duotone from Solar by 480 Design · Bold Duotone · List · CC-BY-4.0 Attribution required.
- Name
- sort-alphabetically-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- List
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More list icons from Solar
bill-2-boldchecklist-boldchecklist-minimalistic-boldlist-arrow-down-boldlist-arrow-down-minimalistic-boldlist-arrow-up-boldlist-arrow-up-minimalistic-boldlist-boldlist-check-boldlist-check-minimalistic-boldlist-cross-boldlist-cross-minimalistic-boldlist-down-boldlist-down-minimalistic-boldlist-heart-boldlist-heart-minimalistic-boldlist-up-boldlist-up-minimalistic-boldlist-vertical-boldplaylist-2-boldplaylist-boldplaylist-minimalistic-2-boldplaylist-minimalistic-3-boldplaylist-minimalistic-bold
Use the sort alphabetically icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M17.1841 6.69223C17.063 6.42309 16.7953 6.25 16.5002 6.25C16.2051 6.25 15.9374 6.42309 15.8162 6.69223L11.3162 16.6922C11.1463 17.07 11.3147 17.514 11.6924 17.6839C12.0701 17.8539 12.5141 17.6855 12.6841 17.3078L14.1215 14.1136H18.8789L20.3162 17.3078C20.4862 17.6855 20.9302 17.8539 21.308 17.6839C21.6857 17.514 21.8541 17.07 21.6841 16.6922L17.1841 6.69223ZM16.5002 8.82764L14.7965 12.6136H18.2039L16.5002 8.82764Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H13C13.4142 6.25 13.75 6.58579 13.75 7C13.75 7.41421 13.4142 7.75 13 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7Z" clip-rule="evenodd" opacity=".5"/><path d="M2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H10C10.4142 11.25 10.75 11.5858 10.75 12C10.75 12.4142 10.4142 12.75 10 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12Z" opacity=".5"/><path d="M2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H8C8.41421 16.25 8.75 16.5858 8.75 17C8.75 17.4142 8.41421 17.75 8 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSortAlphabeticallyBoldDuotone(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 fillRule="evenodd" d="M17.1841 6.69223C17.063 6.42309 16.7953 6.25 16.5002 6.25C16.2051 6.25 15.9374 6.42309 15.8162 6.69223L11.3162 16.6922C11.1463 17.07 11.3147 17.514 11.6924 17.6839C12.0701 17.8539 12.5141 17.6855 12.6841 17.3078L14.1215 14.1136H18.8789L20.3162 17.3078C20.4862 17.6855 20.9302 17.8539 21.308 17.6839C21.6857 17.514 21.8541 17.07 21.6841 16.6922L17.1841 6.69223ZM16.5002 8.82764L14.7965 12.6136H18.2039L16.5002 8.82764Z" clipRule="evenodd"/><path fillRule="evenodd" d="M2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H13C13.4142 6.25 13.75 6.58579 13.75 7C13.75 7.41421 13.4142 7.75 13 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7Z" clipRule="evenodd" opacity=".5"/><path d="M2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H10C10.4142 11.25 10.75 11.5858 10.75 12C10.75 12.4142 10.4142 12.75 10 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12Z" opacity=".5"/><path d="M2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H8C8.41421 16.25 8.75 16.5858 8.75 17C8.75 17.4142 8.41421 17.75 8 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17Z" opacity=".5"/></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 fill-rule="evenodd" d="M17.1841 6.69223C17.063 6.42309 16.7953 6.25 16.5002 6.25C16.2051 6.25 15.9374 6.42309 15.8162 6.69223L11.3162 16.6922C11.1463 17.07 11.3147 17.514 11.6924 17.6839C12.0701 17.8539 12.5141 17.6855 12.6841 17.3078L14.1215 14.1136H18.8789L20.3162 17.3078C20.4862 17.6855 20.9302 17.8539 21.308 17.6839C21.6857 17.514 21.8541 17.07 21.6841 16.6922L17.1841 6.69223ZM16.5002 8.82764L14.7965 12.6136H18.2039L16.5002 8.82764Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H13C13.4142 6.25 13.75 6.58579 13.75 7C13.75 7.41421 13.4142 7.75 13 7.75H3C2.58579 7.75 2.25 7.41421 2.25 7Z" clip-rule="evenodd" opacity=".5"/><path d="M2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H10C10.4142 11.25 10.75 11.5858 10.75 12C10.75 12.4142 10.4142 12.75 10 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12Z" opacity=".5"/><path d="M2.25 17C2.25 16.5858 2.58579 16.25 3 16.25H8C8.41421 16.25 8.75 16.5858 8.75 17C8.75 17.4142 8.41421 17.75 8 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17Z" opacity=".5"/></g></svg> </template>
CSS
.icon-sort-alphabetically-bold-duotone {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.1841%206.69223C17.063%206.42309%2016.7953%206.25%2016.5002%206.25C16.2051%206.25%2015.9374%206.42309%2015.8162%206.69223L11.3162%2016.6922C11.1463%2017.07%2011.3147%2017.514%2011.6924%2017.6839C12.0701%2017.8539%2012.5141%2017.6855%2012.6841%2017.3078L14.1215%2014.1136H18.8789L20.3162%2017.3078C20.4862%2017.6855%2020.9302%2017.8539%2021.308%2017.6839C21.6857%2017.514%2021.8541%2017.07%2021.6841%2016.6922L17.1841%206.69223ZM16.5002%208.82764L14.7965%2012.6136H18.2039L16.5002%208.82764Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%207C2.25%206.58579%202.58579%206.25%203%206.25H13C13.4142%206.25%2013.75%206.58579%2013.75%207C13.75%207.41421%2013.4142%207.75%2013%207.75H3C2.58579%207.75%202.25%207.41421%202.25%207Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.25%2012C2.25%2011.5858%202.58579%2011.25%203%2011.25H10C10.4142%2011.25%2010.75%2011.5858%2010.75%2012C10.75%2012.4142%2010.4142%2012.75%2010%2012.75H3C2.58579%2012.75%202.25%2012.4142%202.25%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.25%2017C2.25%2016.5858%202.58579%2016.25%203%2016.25H8C8.41421%2016.25%208.75%2016.5858%208.75%2017C8.75%2017.4142%208.41421%2017.75%208%2017.75H3C2.58579%2017.75%202.25%2017.4142%202.25%2017Z%22%20opacity%3D%22.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.1841%206.69223C17.063%206.42309%2016.7953%206.25%2016.5002%206.25C16.2051%206.25%2015.9374%206.42309%2015.8162%206.69223L11.3162%2016.6922C11.1463%2017.07%2011.3147%2017.514%2011.6924%2017.6839C12.0701%2017.8539%2012.5141%2017.6855%2012.6841%2017.3078L14.1215%2014.1136H18.8789L20.3162%2017.3078C20.4862%2017.6855%2020.9302%2017.8539%2021.308%2017.6839C21.6857%2017.514%2021.8541%2017.07%2021.6841%2016.6922L17.1841%206.69223ZM16.5002%208.82764L14.7965%2012.6136H18.2039L16.5002%208.82764Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%207C2.25%206.58579%202.58579%206.25%203%206.25H13C13.4142%206.25%2013.75%206.58579%2013.75%207C13.75%207.41421%2013.4142%207.75%2013%207.75H3C2.58579%207.75%202.25%207.41421%202.25%207Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.25%2012C2.25%2011.5858%202.58579%2011.25%203%2011.25H10C10.4142%2011.25%2010.75%2011.5858%2010.75%2012C10.75%2012.4142%2010.4142%2012.75%2010%2012.75H3C2.58579%2012.75%202.25%2012.4142%202.25%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.25%2017C2.25%2016.5858%202.58579%2016.25%203%2016.25H8C8.41421%2016.25%208.75%2016.5858%208.75%2017C8.75%2017.4142%208.41421%2017.75%208%2017.75H3C2.58579%2017.75%202.25%2017.4142%202.25%2017Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/sort-alphabetically-bold-duotone.svg?color=%231a73e8&size=48