flip v icon

flip-v from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.

Name
flip-v
Set
Reicon
Style
Outline
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All flip v icons →

More tools icons from Reicon

Use the flip v icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.826 1.25h12.348c.8 0 1.483 0 1.999.076c.525.077 1.128.268 1.44.873c.311.606.116 1.207-.127 1.68c-.237.463-.635 1.02-1.1 1.67l-1.181 1.655c-.205.287-.387.542-.56.743a2.2 2.2 0 0 1-.673.554c-.277.142-.556.2-.842.225c-.264.024-.577.024-.93.024H7.8c-.353 0-.666 0-.93-.024a2.2 2.2 0 0 1-.842-.225a2.2 2.2 0 0 1-.673-.554c-.173-.201-.354-.456-.56-.743L3.65 5.598l-.035-.048c-.465-.651-.863-1.208-1.1-1.671c-.243-.473-.439-1.074-.127-1.68s.915-.796 1.44-.873c.516-.076 1.2-.076 2-.076M3.702 2.909l.01-.01zm.027-.02c.04-.02.13-.052.317-.08c.392-.057.964-.059 1.84-.059h12.228c.876 0 1.447.002 1.84.06a1.1 1.1 0 0 1 .317.08a1.1 1.1 0 0 1-.12.304c-.18.353-.51.82-1.02 1.533L18 6.307a10 10 0 0 1-.493.661a.8.8 0 0 1-.223.199a.8.8 0 0 1-.29.065a10 10 0 0 1-.825.018H7.83c-.392 0-.637 0-.825-.018a.8.8 0 0 1-.29-.065a.8.8 0 0 1-.223-.199A10 10 0 0 1 6 6.308L4.87 4.727c-.51-.714-.84-1.18-1.02-1.533a1.1 1.1 0 0 1-.12-.304m16.569.02l-.01-.01zm-.025-.039l-.002-.013q.002-.001.002.013m-16.546 0q0-.015.002-.013zM1.25 12a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75M7.8 15.25h8.4c.353 0 .666 0 .93.024c.286.026.565.083.842.225s.485.337.673.554c.173.201.355.456.56.743l1.181 1.655c.465.65.863 1.207 1.1 1.67c.243.473.438 1.074.127 1.68c-.312.605-.915.796-1.44.873c-.516.076-1.2.076-2 .076H5.827c-.8 0-1.483 0-1.999-.076c-.525-.077-1.128-.268-1.44-.873c-.312-.606-.116-1.207.126-1.68c.238-.463.636-1.02 1.1-1.67l1.165-1.63l.017-.025c.206-.287.387-.542.56-.742c.187-.218.396-.412.673-.555c.277-.142.556-.2.842-.225c.264-.024.577-.024.93-.024m-.795 1.518a.8.8 0 0 0-.29.065a.8.8 0 0 0-.223.199a10 10 0 0 0-.493.66l-1.13 1.581c-.51.714-.84 1.18-1.02 1.533c-.087.168-.113.26-.12.304c.04.02.13.053.317.08c.392.058.964.06 1.84.06h12.228c.876 0 1.447-.002 1.84-.06a1.1 1.1 0 0 0 .317-.08a1.1 1.1 0 0 0-.12-.304c-.18-.353-.51-.82-1.02-1.533L18 17.694a10 10 0 0 0-.493-.661a.8.8 0 0 0-.223-.199a.8.8 0 0 0-.29-.065a10 10 0 0 0-.825-.018H7.83c-.392 0-.637 0-.825.018m13.266 4.375l.002-.013q0 .015-.002.013m.017-.043l.01-.009zm-16.586-.009l.01.01zm.025.039l.002.013q-.002.001-.002-.013" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconFlipV(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" fillRule="evenodd" d="M5.826 1.25h12.348c.8 0 1.483 0 1.999.076c.525.077 1.128.268 1.44.873c.311.606.116 1.207-.127 1.68c-.237.463-.635 1.02-1.1 1.67l-1.181 1.655c-.205.287-.387.542-.56.743a2.2 2.2 0 0 1-.673.554c-.277.142-.556.2-.842.225c-.264.024-.577.024-.93.024H7.8c-.353 0-.666 0-.93-.024a2.2 2.2 0 0 1-.842-.225a2.2 2.2 0 0 1-.673-.554c-.173-.201-.354-.456-.56-.743L3.65 5.598l-.035-.048c-.465-.651-.863-1.208-1.1-1.671c-.243-.473-.439-1.074-.127-1.68s.915-.796 1.44-.873c.516-.076 1.2-.076 2-.076M3.702 2.909l.01-.01zm.027-.02c.04-.02.13-.052.317-.08c.392-.057.964-.059 1.84-.059h12.228c.876 0 1.447.002 1.84.06a1.1 1.1 0 0 1 .317.08a1.1 1.1 0 0 1-.12.304c-.18.353-.51.82-1.02 1.533L18 6.307a10 10 0 0 1-.493.661a.8.8 0 0 1-.223.199a.8.8 0 0 1-.29.065a10 10 0 0 1-.825.018H7.83c-.392 0-.637 0-.825-.018a.8.8 0 0 1-.29-.065a.8.8 0 0 1-.223-.199A10 10 0 0 1 6 6.308L4.87 4.727c-.51-.714-.84-1.18-1.02-1.533a1.1 1.1 0 0 1-.12-.304m16.569.02l-.01-.01zm-.025-.039l-.002-.013q.002-.001.002.013m-16.546 0q0-.015.002-.013zM1.25 12a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75M7.8 15.25h8.4c.353 0 .666 0 .93.024c.286.026.565.083.842.225s.485.337.673.554c.173.201.355.456.56.743l1.181 1.655c.465.65.863 1.207 1.1 1.67c.243.473.438 1.074.127 1.68c-.312.605-.915.796-1.44.873c-.516.076-1.2.076-2 .076H5.827c-.8 0-1.483 0-1.999-.076c-.525-.077-1.128-.268-1.44-.873c-.312-.606-.116-1.207.126-1.68c.238-.463.636-1.02 1.1-1.67l1.165-1.63l.017-.025c.206-.287.387-.542.56-.742c.187-.218.396-.412.673-.555c.277-.142.556-.2.842-.225c.264-.024.577-.024.93-.024m-.795 1.518a.8.8 0 0 0-.29.065a.8.8 0 0 0-.223.199a10 10 0 0 0-.493.66l-1.13 1.581c-.51.714-.84 1.18-1.02 1.533c-.087.168-.113.26-.12.304c.04.02.13.053.317.08c.392.058.964.06 1.84.06h12.228c.876 0 1.447-.002 1.84-.06a1.1 1.1 0 0 0 .317-.08a1.1 1.1 0 0 0-.12-.304c-.18-.353-.51-.82-1.02-1.533L18 17.694a10 10 0 0 0-.493-.661a.8.8 0 0 0-.223-.199a.8.8 0 0 0-.29-.065a10 10 0 0 0-.825-.018H7.83c-.392 0-.637 0-.825.018m13.266 4.375l.002-.013q0 .015-.002.013m.017-.043l.01-.009zm-16.586-.009l.01.01zm.025.039l.002.013q-.002.001-.002-.013" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.826 1.25h12.348c.8 0 1.483 0 1.999.076c.525.077 1.128.268 1.44.873c.311.606.116 1.207-.127 1.68c-.237.463-.635 1.02-1.1 1.67l-1.181 1.655c-.205.287-.387.542-.56.743a2.2 2.2 0 0 1-.673.554c-.277.142-.556.2-.842.225c-.264.024-.577.024-.93.024H7.8c-.353 0-.666 0-.93-.024a2.2 2.2 0 0 1-.842-.225a2.2 2.2 0 0 1-.673-.554c-.173-.201-.354-.456-.56-.743L3.65 5.598l-.035-.048c-.465-.651-.863-1.208-1.1-1.671c-.243-.473-.439-1.074-.127-1.68s.915-.796 1.44-.873c.516-.076 1.2-.076 2-.076M3.702 2.909l.01-.01zm.027-.02c.04-.02.13-.052.317-.08c.392-.057.964-.059 1.84-.059h12.228c.876 0 1.447.002 1.84.06a1.1 1.1 0 0 1 .317.08a1.1 1.1 0 0 1-.12.304c-.18.353-.51.82-1.02 1.533L18 6.307a10 10 0 0 1-.493.661a.8.8 0 0 1-.223.199a.8.8 0 0 1-.29.065a10 10 0 0 1-.825.018H7.83c-.392 0-.637 0-.825-.018a.8.8 0 0 1-.29-.065a.8.8 0 0 1-.223-.199A10 10 0 0 1 6 6.308L4.87 4.727c-.51-.714-.84-1.18-1.02-1.533a1.1 1.1 0 0 1-.12-.304m16.569.02l-.01-.01zm-.025-.039l-.002-.013q.002-.001.002.013m-16.546 0q0-.015.002-.013zM1.25 12a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75M7.8 15.25h8.4c.353 0 .666 0 .93.024c.286.026.565.083.842.225s.485.337.673.554c.173.201.355.456.56.743l1.181 1.655c.465.65.863 1.207 1.1 1.67c.243.473.438 1.074.127 1.68c-.312.605-.915.796-1.44.873c-.516.076-1.2.076-2 .076H5.827c-.8 0-1.483 0-1.999-.076c-.525-.077-1.128-.268-1.44-.873c-.312-.606-.116-1.207.126-1.68c.238-.463.636-1.02 1.1-1.67l1.165-1.63l.017-.025c.206-.287.387-.542.56-.742c.187-.218.396-.412.673-.555c.277-.142.556-.2.842-.225c.264-.024.577-.024.93-.024m-.795 1.518a.8.8 0 0 0-.29.065a.8.8 0 0 0-.223.199a10 10 0 0 0-.493.66l-1.13 1.581c-.51.714-.84 1.18-1.02 1.533c-.087.168-.113.26-.12.304c.04.02.13.053.317.08c.392.058.964.06 1.84.06h12.228c.876 0 1.447-.002 1.84-.06a1.1 1.1 0 0 0 .317-.08a1.1 1.1 0 0 0-.12-.304c-.18-.353-.51-.82-1.02-1.533L18 17.694a10 10 0 0 0-.493-.661a.8.8 0 0 0-.223-.199a.8.8 0 0 0-.29-.065a10 10 0 0 0-.825-.018H7.83c-.392 0-.637 0-.825.018m13.266 4.375l.002-.013q0 .015-.002.013m.017-.043l.01-.009zm-16.586-.009l.01.01zm.025.039l.002.013q-.002.001-.002-.013" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-flip-v {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.826%201.25h12.348c.8%200%201.483%200%201.999.076c.525.077%201.128.268%201.44.873c.311.606.116%201.207-.127%201.68c-.237.463-.635%201.02-1.1%201.67l-1.181%201.655c-.205.287-.387.542-.56.743a2.2%202.2%200%200%201-.673.554c-.277.142-.556.2-.842.225c-.264.024-.577.024-.93.024H7.8c-.353%200-.666%200-.93-.024a2.2%202.2%200%200%201-.842-.225a2.2%202.2%200%200%201-.673-.554c-.173-.201-.354-.456-.56-.743L3.65%205.598l-.035-.048c-.465-.651-.863-1.208-1.1-1.671c-.243-.473-.439-1.074-.127-1.68s.915-.796%201.44-.873c.516-.076%201.2-.076%202-.076M3.702%202.909l.01-.01zm.027-.02c.04-.02.13-.052.317-.08c.392-.057.964-.059%201.84-.059h12.228c.876%200%201.447.002%201.84.06a1.1%201.1%200%200%201%20.317.08a1.1%201.1%200%200%201-.12.304c-.18.353-.51.82-1.02%201.533L18%206.307a10%2010%200%200%201-.493.661a.8.8%200%200%201-.223.199a.8.8%200%200%201-.29.065a10%2010%200%200%201-.825.018H7.83c-.392%200-.637%200-.825-.018a.8.8%200%200%201-.29-.065a.8.8%200%200%201-.223-.199A10%2010%200%200%201%206%206.308L4.87%204.727c-.51-.714-.84-1.18-1.02-1.533a1.1%201.1%200%200%201-.12-.304m16.569.02l-.01-.01zm-.025-.039l-.002-.013q.002-.001.002.013m-16.546%200q0-.015.002-.013zM1.25%2012a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m8%200a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75m8%200a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75M7.8%2015.25h8.4c.353%200%20.666%200%20.93.024c.286.026.565.083.842.225s.485.337.673.554c.173.201.355.456.56.743l1.181%201.655c.465.65.863%201.207%201.1%201.67c.243.473.438%201.074.127%201.68c-.312.605-.915.796-1.44.873c-.516.076-1.2.076-2%20.076H5.827c-.8%200-1.483%200-1.999-.076c-.525-.077-1.128-.268-1.44-.873c-.312-.606-.116-1.207.126-1.68c.238-.463.636-1.02%201.1-1.67l1.165-1.63l.017-.025c.206-.287.387-.542.56-.742c.187-.218.396-.412.673-.555c.277-.142.556-.2.842-.225c.264-.024.577-.024.93-.024m-.795%201.518a.8.8%200%200%200-.29.065a.8.8%200%200%200-.223.199a10%2010%200%200%200-.493.66l-1.13%201.581c-.51.714-.84%201.18-1.02%201.533c-.087.168-.113.26-.12.304c.04.02.13.053.317.08c.392.058.964.06%201.84.06h12.228c.876%200%201.447-.002%201.84-.06a1.1%201.1%200%200%200%20.317-.08a1.1%201.1%200%200%200-.12-.304c-.18-.353-.51-.82-1.02-1.533L18%2017.694a10%2010%200%200%200-.493-.661a.8.8%200%200%200-.223-.199a.8.8%200%200%200-.29-.065a10%2010%200%200%200-.825-.018H7.83c-.392%200-.637%200-.825.018m13.266%204.375l.002-.013q0%20.015-.002.013m.017-.043l.01-.009zm-16.586-.009l.01.01zm.025.039l.002.013q-.002.001-.002-.013%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.826%201.25h12.348c.8%200%201.483%200%201.999.076c.525.077%201.128.268%201.44.873c.311.606.116%201.207-.127%201.68c-.237.463-.635%201.02-1.1%201.67l-1.181%201.655c-.205.287-.387.542-.56.743a2.2%202.2%200%200%201-.673.554c-.277.142-.556.2-.842.225c-.264.024-.577.024-.93.024H7.8c-.353%200-.666%200-.93-.024a2.2%202.2%200%200%201-.842-.225a2.2%202.2%200%200%201-.673-.554c-.173-.201-.354-.456-.56-.743L3.65%205.598l-.035-.048c-.465-.651-.863-1.208-1.1-1.671c-.243-.473-.439-1.074-.127-1.68s.915-.796%201.44-.873c.516-.076%201.2-.076%202-.076M3.702%202.909l.01-.01zm.027-.02c.04-.02.13-.052.317-.08c.392-.057.964-.059%201.84-.059h12.228c.876%200%201.447.002%201.84.06a1.1%201.1%200%200%201%20.317.08a1.1%201.1%200%200%201-.12.304c-.18.353-.51.82-1.02%201.533L18%206.307a10%2010%200%200%201-.493.661a.8.8%200%200%201-.223.199a.8.8%200%200%201-.29.065a10%2010%200%200%201-.825.018H7.83c-.392%200-.637%200-.825-.018a.8.8%200%200%201-.29-.065a.8.8%200%200%201-.223-.199A10%2010%200%200%201%206%206.308L4.87%204.727c-.51-.714-.84-1.18-1.02-1.533a1.1%201.1%200%200%201-.12-.304m16.569.02l-.01-.01zm-.025-.039l-.002-.013q.002-.001.002.013m-16.546%200q0-.015.002-.013zM1.25%2012a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m8%200a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75m8%200a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75M7.8%2015.25h8.4c.353%200%20.666%200%20.93.024c.286.026.565.083.842.225s.485.337.673.554c.173.201.355.456.56.743l1.181%201.655c.465.65.863%201.207%201.1%201.67c.243.473.438%201.074.127%201.68c-.312.605-.915.796-1.44.873c-.516.076-1.2.076-2%20.076H5.827c-.8%200-1.483%200-1.999-.076c-.525-.077-1.128-.268-1.44-.873c-.312-.606-.116-1.207.126-1.68c.238-.463.636-1.02%201.1-1.67l1.165-1.63l.017-.025c.206-.287.387-.542.56-.742c.187-.218.396-.412.673-.555c.277-.142.556-.2.842-.225c.264-.024.577-.024.93-.024m-.795%201.518a.8.8%200%200%200-.29.065a.8.8%200%200%200-.223.199a10%2010%200%200%200-.493.66l-1.13%201.581c-.51.714-.84%201.18-1.02%201.533c-.087.168-.113.26-.12.304c.04.02.13.053.317.08c.392.058.964.06%201.84.06h12.228c.876%200%201.447-.002%201.84-.06a1.1%201.1%200%200%200%20.317-.08a1.1%201.1%200%200%200-.12-.304c-.18-.353-.51-.82-1.02-1.533L18%2017.694a10%2010%200%200%200-.493-.661a.8.8%200%200%200-.223-.199a.8.8%200%200%200-.29-.065a10%2010%200%200%200-.825-.018H7.83c-.392%200-.637%200-.825.018m13.266%204.375l.002-.013q0%20.015-.002.013m.017-.043l.01-.009zm-16.586-.009l.01.01zm.025.039l.002.013q-.002.001-.002-.013%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/flip-v.svg?color=%231a73e8&size=48