divide icon
divide-solid from Iconoir by Luca Burgio · Solid · Navigation · MIT Free for personal and commercial use.
- Name
- divide-solid
- Set
- Iconoir
- Style
- Solid
- Category
- Navigation
- Viewbox
- 24×24
- License
- MIT
1 other variant in Iconoir
The same icon in other sets
divideFramework7 IconsdivideFont Awesome 6 SoliddivideFont Awesome SoliddivideFeather IconsdivideFluent EmojidivideFluent Emoji FlatdivideFluent Emoji High ContrastdivideHeroIconsdivideHuge IconsdivideLine AwesomedivideLucidedivideMage IconsdivideMajesticonsdivideMyna UI IconsdivideNoto EmojidivideOpenMojidividePhosphordivide-fillRemix IcondivideTabler IconsdivideTDesign IconsdivideTwitter Emoji
More navigation icons from Iconoir
arrow-downarrow-down-circlearrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-circlearrow-down-right-squarearrow-down-tagarrow-enlarge-tagarrow-leftarrow-left-circlearrow-left-tagarrow-reduce-tagarrow-rightarrow-right-circlearrow-right-tagarrow-separatearrow-separate-verticalarrow-unionarrow-union-verticalarrow-uparrow-up-circlearrow-up-left
Use the divide 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" stroke-width="1.5" clip-rule="evenodd"><path d="M2.25 7A.75.75 0 0 1 3 6.25h4A5.75 5.75 0 0 1 12.75 12v9a.75.75 0 0 1-1.5 0v-9A4.25 4.25 0 0 0 7 7.75H3A.75.75 0 0 1 2.25 7"/><path d="M17 7.75A4.25 4.25 0 0 0 12.75 12v9a.75.75 0 0 1-1.5 0v-9A5.75 5.75 0 0 1 17 6.25h4a.75.75 0 0 1 0 1.5zM7.287 2.307A.75.75 0 0 1 7.75 3v8a.75.75 0 0 1-1.28.53l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 0 1 .817-.163"/><path d="M16.713 2.307A.75.75 0 0 0 16.25 3v8a.75.75 0 0 0 1.28.53l4-4a.75.75 0 0 0 0-1.06l-4-4a.75.75 0 0 0-.817-.163"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirDivideSolid(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" strokeWidth="1.5" clipRule="evenodd"><path d="M2.25 7A.75.75 0 0 1 3 6.25h4A5.75 5.75 0 0 1 12.75 12v9a.75.75 0 0 1-1.5 0v-9A4.25 4.25 0 0 0 7 7.75H3A.75.75 0 0 1 2.25 7"/><path d="M17 7.75A4.25 4.25 0 0 0 12.75 12v9a.75.75 0 0 1-1.5 0v-9A5.75 5.75 0 0 1 17 6.25h4a.75.75 0 0 1 0 1.5zM7.287 2.307A.75.75 0 0 1 7.75 3v8a.75.75 0 0 1-1.28.53l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 0 1 .817-.163"/><path d="M16.713 2.307A.75.75 0 0 0 16.25 3v8a.75.75 0 0 0 1.28.53l4-4a.75.75 0 0 0 0-1.06l-4-4a.75.75 0 0 0-.817-.163"/></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" stroke-width="1.5" clip-rule="evenodd"><path d="M2.25 7A.75.75 0 0 1 3 6.25h4A5.75 5.75 0 0 1 12.75 12v9a.75.75 0 0 1-1.5 0v-9A4.25 4.25 0 0 0 7 7.75H3A.75.75 0 0 1 2.25 7"/><path d="M17 7.75A4.25 4.25 0 0 0 12.75 12v9a.75.75 0 0 1-1.5 0v-9A5.75 5.75 0 0 1 17 6.25h4a.75.75 0 0 1 0 1.5zM7.287 2.307A.75.75 0 0 1 7.75 3v8a.75.75 0 0 1-1.28.53l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 0 1 .817-.163"/><path d="M16.713 2.307A.75.75 0 0 0 16.25 3v8a.75.75 0 0 0 1.28.53l4-4a.75.75 0 0 0 0-1.06l-4-4a.75.75 0 0 0-.817-.163"/></g></svg> </template>
CSS
.icon-divide-solid {
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%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2.25%207A.75.75%200%200%201%203%206.25h4A5.75%205.75%200%200%201%2012.75%2012v9a.75.75%200%200%201-1.5%200v-9A4.25%204.25%200%200%200%207%207.75H3A.75.75%200%200%201%202.25%207%22%2F%3E%3Cpath%20d%3D%22M17%207.75A4.25%204.25%200%200%200%2012.75%2012v9a.75.75%200%200%201-1.5%200v-9A5.75%205.75%200%200%201%2017%206.25h4a.75.75%200%200%201%200%201.5zM7.287%202.307A.75.75%200%200%201%207.75%203v8a.75.75%200%200%201-1.28.53l-4-4a.75.75%200%200%201%200-1.06l4-4a.75.75%200%200%201%20.817-.163%22%2F%3E%3Cpath%20d%3D%22M16.713%202.307A.75.75%200%200%200%2016.25%203v8a.75.75%200%200%200%201.28.53l4-4a.75.75%200%200%200%200-1.06l-4-4a.75.75%200%200%200-.817-.163%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%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2.25%207A.75.75%200%200%201%203%206.25h4A5.75%205.75%200%200%201%2012.75%2012v9a.75.75%200%200%201-1.5%200v-9A4.25%204.25%200%200%200%207%207.75H3A.75.75%200%200%201%202.25%207%22%2F%3E%3Cpath%20d%3D%22M17%207.75A4.25%204.25%200%200%200%2012.75%2012v9a.75.75%200%200%201-1.5%200v-9A5.75%205.75%200%200%201%2017%206.25h4a.75.75%200%200%201%200%201.5zM7.287%202.307A.75.75%200%200%201%207.75%203v8a.75.75%200%200%201-1.28.53l-4-4a.75.75%200%200%201%200-1.06l4-4a.75.75%200%200%201%20.817-.163%22%2F%3E%3Cpath%20d%3D%22M16.713%202.307A.75.75%200%200%200%2016.25%203v8a.75.75%200%200%200%201.28.53l4-4a.75.75%200%200%200%200-1.06l-4-4a.75.75%200%200%200-.817-.163%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/divide-solid.svg?color=%231a73e8&size=48