export icon

export-bold from Solar by 480 Design · Bold · Arrows Action · CC-BY-4.0 Attribution required.

Name
export-bold
Set
Solar
Style
Bold
Category
Arrows Action
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows action icons from Solar

Use the export 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="M8.84467 7.90533C9.13756 8.19822 9.61244 8.19822 9.90533 7.90533L11.625 6.18566L11.625 14.375C11.625 14.7892 11.9608 15.125 12.375 15.125C12.7892 15.125 13.125 14.7892 13.125 14.375V6.18566L14.8447 7.90533C15.1376 8.19822 15.6124 8.19822 15.9053 7.90533C16.1982 7.61244 16.1982 7.13756 15.9053 6.84467L12.9053 3.84467C12.6124 3.55178 12.1376 3.55178 11.8447 3.84467L8.84467 6.84467C8.55178 7.13756 8.55178 7.61244 8.84467 7.90533Z" clip-rule="evenodd"/><path d="M12.375 20.375C16.7933 20.375 20.375 16.7933 20.375 12.375L16.625 12.375C15.6822 12.375 15.2108 12.375 14.9179 12.6679C14.625 12.9608 14.625 13.4322 14.625 14.375C14.625 15.6176 13.6176 16.625 12.375 16.625C11.1324 16.625 10.125 15.6176 10.125 14.375C10.125 13.4322 10.125 12.9608 9.83211 12.6679C9.53921 12.375 9.06781 12.375 8.125 12.375H4.375C4.375 16.7933 7.95672 20.375 12.375 20.375Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarExportBold(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="M8.84467 7.90533C9.13756 8.19822 9.61244 8.19822 9.90533 7.90533L11.625 6.18566L11.625 14.375C11.625 14.7892 11.9608 15.125 12.375 15.125C12.7892 15.125 13.125 14.7892 13.125 14.375V6.18566L14.8447 7.90533C15.1376 8.19822 15.6124 8.19822 15.9053 7.90533C16.1982 7.61244 16.1982 7.13756 15.9053 6.84467L12.9053 3.84467C12.6124 3.55178 12.1376 3.55178 11.8447 3.84467L8.84467 6.84467C8.55178 7.13756 8.55178 7.61244 8.84467 7.90533Z" clipRule="evenodd"/><path d="M12.375 20.375C16.7933 20.375 20.375 16.7933 20.375 12.375L16.625 12.375C15.6822 12.375 15.2108 12.375 14.9179 12.6679C14.625 12.9608 14.625 13.4322 14.625 14.375C14.625 15.6176 13.6176 16.625 12.375 16.625C11.1324 16.625 10.125 15.6176 10.125 14.375C10.125 13.4322 10.125 12.9608 9.83211 12.6679C9.53921 12.375 9.06781 12.375 8.125 12.375H4.375C4.375 16.7933 7.95672 20.375 12.375 20.375Z"/></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="M8.84467 7.90533C9.13756 8.19822 9.61244 8.19822 9.90533 7.90533L11.625 6.18566L11.625 14.375C11.625 14.7892 11.9608 15.125 12.375 15.125C12.7892 15.125 13.125 14.7892 13.125 14.375V6.18566L14.8447 7.90533C15.1376 8.19822 15.6124 8.19822 15.9053 7.90533C16.1982 7.61244 16.1982 7.13756 15.9053 6.84467L12.9053 3.84467C12.6124 3.55178 12.1376 3.55178 11.8447 3.84467L8.84467 6.84467C8.55178 7.13756 8.55178 7.61244 8.84467 7.90533Z" clip-rule="evenodd"/><path d="M12.375 20.375C16.7933 20.375 20.375 16.7933 20.375 12.375L16.625 12.375C15.6822 12.375 15.2108 12.375 14.9179 12.6679C14.625 12.9608 14.625 13.4322 14.625 14.375C14.625 15.6176 13.6176 16.625 12.375 16.625C11.1324 16.625 10.125 15.6176 10.125 14.375C10.125 13.4322 10.125 12.9608 9.83211 12.6679C9.53921 12.375 9.06781 12.375 8.125 12.375H4.375C4.375 16.7933 7.95672 20.375 12.375 20.375Z"/></g></svg>
</template>

CSS

.icon-export-bold {
  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%22M8.84467%207.90533C9.13756%208.19822%209.61244%208.19822%209.90533%207.90533L11.625%206.18566L11.625%2014.375C11.625%2014.7892%2011.9608%2015.125%2012.375%2015.125C12.7892%2015.125%2013.125%2014.7892%2013.125%2014.375V6.18566L14.8447%207.90533C15.1376%208.19822%2015.6124%208.19822%2015.9053%207.90533C16.1982%207.61244%2016.1982%207.13756%2015.9053%206.84467L12.9053%203.84467C12.6124%203.55178%2012.1376%203.55178%2011.8447%203.84467L8.84467%206.84467C8.55178%207.13756%208.55178%207.61244%208.84467%207.90533Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.375%2020.375C16.7933%2020.375%2020.375%2016.7933%2020.375%2012.375L16.625%2012.375C15.6822%2012.375%2015.2108%2012.375%2014.9179%2012.6679C14.625%2012.9608%2014.625%2013.4322%2014.625%2014.375C14.625%2015.6176%2013.6176%2016.625%2012.375%2016.625C11.1324%2016.625%2010.125%2015.6176%2010.125%2014.375C10.125%2013.4322%2010.125%2012.9608%209.83211%2012.6679C9.53921%2012.375%209.06781%2012.375%208.125%2012.375H4.375C4.375%2016.7933%207.95672%2020.375%2012.375%2020.375Z%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%22M8.84467%207.90533C9.13756%208.19822%209.61244%208.19822%209.90533%207.90533L11.625%206.18566L11.625%2014.375C11.625%2014.7892%2011.9608%2015.125%2012.375%2015.125C12.7892%2015.125%2013.125%2014.7892%2013.125%2014.375V6.18566L14.8447%207.90533C15.1376%208.19822%2015.6124%208.19822%2015.9053%207.90533C16.1982%207.61244%2016.1982%207.13756%2015.9053%206.84467L12.9053%203.84467C12.6124%203.55178%2012.1376%203.55178%2011.8447%203.84467L8.84467%206.84467C8.55178%207.13756%208.55178%207.61244%208.84467%207.90533Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.375%2020.375C16.7933%2020.375%2020.375%2016.7933%2020.375%2012.375L16.625%2012.375C15.6822%2012.375%2015.2108%2012.375%2014.9179%2012.6679C14.625%2012.9608%2014.625%2013.4322%2014.625%2014.375C14.625%2015.6176%2013.6176%2016.625%2012.375%2016.625C11.1324%2016.625%2010.125%2015.6176%2010.125%2014.375C10.125%2013.4322%2010.125%2012.9608%209.83211%2012.6679C9.53921%2012.375%209.06781%2012.375%208.125%2012.375H4.375C4.375%2016.7933%207.95672%2020.375%2012.375%2020.375Z%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/export-bold.svg?color=%231a73e8&size=48