unblock flipped icon

unblock-flipped from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
unblock-flipped
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

Use the unblock flipped icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 9q-.425 0-.713-.288Q7 8.425 7 8t.287-.713Q7.575 7 8 7t.713.287Q9 7.575 9 8t-.287.712Q8.425 9 8 9Zm2.675 2.675q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713q.287-.287.712-.287t.713.287q.287.288.287.713t-.287.712q-.288.288-.713.288Zm2.65 2.65q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713q.287-.287.712-.287t.713.287q.287.288.287.713t-.287.712q-.288.288-.713.288ZM16 17q-.425 0-.712-.288Q15 16.425 15 16t.288-.713Q15.575 15 16 15t.712.287Q17 15.575 17 16t-.288.712Q16.425 17 16 17Zm-4 5q-2.075 0-3.9-.788q-1.825-.787-3.175-2.137q-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175q1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138q1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175q-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.325 0 5.663-2.337Q20 15.325 20 12t-2.337-5.663Q15.325 4 12 4T6.338 6.337Q4 8.675 4 12t2.338 5.663Q8.675 20 12 20Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUnblockFlipped(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" d="M8 9q-.425 0-.713-.288Q7 8.425 7 8t.287-.713Q7.575 7 8 7t.713.287Q9 7.575 9 8t-.287.712Q8.425 9 8 9Zm2.675 2.675q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713q.287-.287.712-.287t.713.287q.287.288.287.713t-.287.712q-.288.288-.713.288Zm2.65 2.65q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713q.287-.287.712-.287t.713.287q.287.288.287.713t-.287.712q-.288.288-.713.288ZM16 17q-.425 0-.712-.288Q15 16.425 15 16t.288-.713Q15.575 15 16 15t.712.287Q17 15.575 17 16t-.288.712Q16.425 17 16 17Zm-4 5q-2.075 0-3.9-.788q-1.825-.787-3.175-2.137q-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175q1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138q1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175q-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.325 0 5.663-2.337Q20 15.325 20 12t-2.337-5.663Q15.325 4 12 4T6.338 6.337Q4 8.675 4 12t2.338 5.663Q8.675 20 12 20Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 9q-.425 0-.713-.288Q7 8.425 7 8t.287-.713Q7.575 7 8 7t.713.287Q9 7.575 9 8t-.287.712Q8.425 9 8 9Zm2.675 2.675q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713q.287-.287.712-.287t.713.287q.287.288.287.713t-.287.712q-.288.288-.713.288Zm2.65 2.65q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713q.287-.287.712-.287t.713.287q.287.288.287.713t-.287.712q-.288.288-.713.288ZM16 17q-.425 0-.712-.288Q15 16.425 15 16t.288-.713Q15.575 15 16 15t.712.287Q17 15.575 17 16t-.288.712Q16.425 17 16 17Zm-4 5q-2.075 0-3.9-.788q-1.825-.787-3.175-2.137q-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175q1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138q1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175q-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.325 0 5.663-2.337Q20 15.325 20 12t-2.337-5.663Q15.325 4 12 4T6.338 6.337Q4 8.675 4 12t2.338 5.663Q8.675 20 12 20Z"/></svg>
</template>

CSS

.icon-unblock-flipped {
  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%20d%3D%22M8%209q-.425%200-.713-.288Q7%208.425%207%208t.287-.713Q7.575%207%208%207t.713.287Q9%207.575%209%208t-.287.712Q8.425%209%208%209Zm2.675%202.675q-.425%200-.712-.288q-.288-.287-.288-.712t.288-.713q.287-.287.712-.287t.713.287q.287.288.287.713t-.287.712q-.288.288-.713.288Zm2.65%202.65q-.425%200-.712-.288q-.288-.287-.288-.712t.288-.713q.287-.287.712-.287t.713.287q.287.288.287.713t-.287.712q-.288.288-.713.288ZM16%2017q-.425%200-.712-.288Q15%2016.425%2015%2016t.288-.713Q15.575%2015%2016%2015t.712.287Q17%2015.575%2017%2016t-.288.712Q16.425%2017%2016%2017Zm-4%205q-2.075%200-3.9-.788q-1.825-.787-3.175-2.137q-1.35-1.35-2.137-3.175Q2%2014.075%202%2012t.788-3.9q.787-1.825%202.137-3.175q1.35-1.35%203.175-2.138Q9.925%202%2012%202t3.9.787q1.825.788%203.175%202.138q1.35%201.35%202.137%203.175Q22%209.925%2022%2012t-.788%203.9q-.787%201.825-2.137%203.175q-1.35%201.35-3.175%202.137Q14.075%2022%2012%2022Zm0-2q3.325%200%205.663-2.337Q20%2015.325%2020%2012t-2.337-5.663Q15.325%204%2012%204T6.338%206.337Q4%208.675%204%2012t2.338%205.663Q8.675%2020%2012%2020Z%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%20d%3D%22M8%209q-.425%200-.713-.288Q7%208.425%207%208t.287-.713Q7.575%207%208%207t.713.287Q9%207.575%209%208t-.287.712Q8.425%209%208%209Zm2.675%202.675q-.425%200-.712-.288q-.288-.287-.288-.712t.288-.713q.287-.287.712-.287t.713.287q.287.288.287.713t-.287.712q-.288.288-.713.288Zm2.65%202.65q-.425%200-.712-.288q-.288-.287-.288-.712t.288-.713q.287-.287.712-.287t.713.287q.287.288.287.713t-.287.712q-.288.288-.713.288ZM16%2017q-.425%200-.712-.288Q15%2016.425%2015%2016t.288-.713Q15.575%2015%2016%2015t.712.287Q17%2015.575%2017%2016t-.288.712Q16.425%2017%2016%2017Zm-4%205q-2.075%200-3.9-.788q-1.825-.787-3.175-2.137q-1.35-1.35-2.137-3.175Q2%2014.075%202%2012t.788-3.9q.787-1.825%202.137-3.175q1.35-1.35%203.175-2.138Q9.925%202%2012%202t3.9.787q1.825.788%203.175%202.138q1.35%201.35%202.137%203.175Q22%209.925%2022%2012t-.788%203.9q-.787%201.825-2.137%203.175q-1.35%201.35-3.175%202.137Q14.075%2022%2012%2022Zm0-2q3.325%200%205.663-2.337Q20%2015.325%2020%2012t-2.337-5.663Q15.325%204%2012%204T6.338%206.337Q4%208.675%204%2012t2.338%205.663Q8.675%2020%2012%2020Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/unblock-flipped.svg?color=%231a73e8&size=48