export icon
export-outline from Solar by 480 Design · Outline · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- export-outline
- Set
- Solar
- Style
- Outline
- 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
arrow-to-down-left-boldarrow-to-down-right-boldarrow-to-top-left-boldarrow-to-top-right-boldcircle-bottom-down-boldcircle-bottom-up-boldcircle-top-down-boldcircle-top-up-bolddownload-bolddownload-minimalistic-bolddownload-square-bolddownload-twice-square-boldexit-boldforward-2-boldforward-boldimport-boldlogin-2-boldlogin-3-boldlogin-boldlogout-2-boldlogout-3-boldlogout-boldmaximize-boldmaximize-square-2-bold
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 d="M14.4697 7.53033C14.7626 7.82322 15.2374 7.82322 15.5303 7.53033C15.8232 7.23744 15.8232 6.76256 15.5303 6.46967L12.5303 3.46967C12.2374 3.17678 11.7626 3.17678 11.4697 3.46967L8.46967 6.46967C8.17678 6.76256 8.17678 7.23744 8.46967 7.53033C8.76256 7.82322 9.23744 7.82322 9.53033 7.53033L11.25 5.81066V14C11.25 14.4142 11.5858 14.75 12 14.75C12.4142 14.75 12.75 14.4142 12.75 14V5.81066L14.4697 7.53033Z"/><path d="M20.75 12C20.75 11.5858 20.4142 11.25 20 11.25C19.5858 11.25 19.25 11.5858 19.25 12C19.25 16.0041 16.0041 19.25 12 19.25C7.99593 19.25 4.75 16.0041 4.75 12C4.75 11.5858 4.41421 11.25 4 11.25C3.58579 11.25 3.25 11.5858 3.25 12C3.25 16.8325 7.16751 20.75 12 20.75C16.8325 20.75 20.75 16.8325 20.75 12Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarExportOutline(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 d="M14.4697 7.53033C14.7626 7.82322 15.2374 7.82322 15.5303 7.53033C15.8232 7.23744 15.8232 6.76256 15.5303 6.46967L12.5303 3.46967C12.2374 3.17678 11.7626 3.17678 11.4697 3.46967L8.46967 6.46967C8.17678 6.76256 8.17678 7.23744 8.46967 7.53033C8.76256 7.82322 9.23744 7.82322 9.53033 7.53033L11.25 5.81066V14C11.25 14.4142 11.5858 14.75 12 14.75C12.4142 14.75 12.75 14.4142 12.75 14V5.81066L14.4697 7.53033Z"/><path d="M20.75 12C20.75 11.5858 20.4142 11.25 20 11.25C19.5858 11.25 19.25 11.5858 19.25 12C19.25 16.0041 16.0041 19.25 12 19.25C7.99593 19.25 4.75 16.0041 4.75 12C4.75 11.5858 4.41421 11.25 4 11.25C3.58579 11.25 3.25 11.5858 3.25 12C3.25 16.8325 7.16751 20.75 12 20.75C16.8325 20.75 20.75 16.8325 20.75 12Z"/></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 d="M14.4697 7.53033C14.7626 7.82322 15.2374 7.82322 15.5303 7.53033C15.8232 7.23744 15.8232 6.76256 15.5303 6.46967L12.5303 3.46967C12.2374 3.17678 11.7626 3.17678 11.4697 3.46967L8.46967 6.46967C8.17678 6.76256 8.17678 7.23744 8.46967 7.53033C8.76256 7.82322 9.23744 7.82322 9.53033 7.53033L11.25 5.81066V14C11.25 14.4142 11.5858 14.75 12 14.75C12.4142 14.75 12.75 14.4142 12.75 14V5.81066L14.4697 7.53033Z"/><path d="M20.75 12C20.75 11.5858 20.4142 11.25 20 11.25C19.5858 11.25 19.25 11.5858 19.25 12C19.25 16.0041 16.0041 19.25 12 19.25C7.99593 19.25 4.75 16.0041 4.75 12C4.75 11.5858 4.41421 11.25 4 11.25C3.58579 11.25 3.25 11.5858 3.25 12C3.25 16.8325 7.16751 20.75 12 20.75C16.8325 20.75 20.75 16.8325 20.75 12Z"/></g></svg> </template>
CSS
.icon-export-outline {
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%20d%3D%22M14.4697%207.53033C14.7626%207.82322%2015.2374%207.82322%2015.5303%207.53033C15.8232%207.23744%2015.8232%206.76256%2015.5303%206.46967L12.5303%203.46967C12.2374%203.17678%2011.7626%203.17678%2011.4697%203.46967L8.46967%206.46967C8.17678%206.76256%208.17678%207.23744%208.46967%207.53033C8.76256%207.82322%209.23744%207.82322%209.53033%207.53033L11.25%205.81066V14C11.25%2014.4142%2011.5858%2014.75%2012%2014.75C12.4142%2014.75%2012.75%2014.4142%2012.75%2014V5.81066L14.4697%207.53033Z%22%2F%3E%3Cpath%20d%3D%22M20.75%2012C20.75%2011.5858%2020.4142%2011.25%2020%2011.25C19.5858%2011.25%2019.25%2011.5858%2019.25%2012C19.25%2016.0041%2016.0041%2019.25%2012%2019.25C7.99593%2019.25%204.75%2016.0041%204.75%2012C4.75%2011.5858%204.41421%2011.25%204%2011.25C3.58579%2011.25%203.25%2011.5858%203.25%2012C3.25%2016.8325%207.16751%2020.75%2012%2020.75C16.8325%2020.75%2020.75%2016.8325%2020.75%2012Z%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%20d%3D%22M14.4697%207.53033C14.7626%207.82322%2015.2374%207.82322%2015.5303%207.53033C15.8232%207.23744%2015.8232%206.76256%2015.5303%206.46967L12.5303%203.46967C12.2374%203.17678%2011.7626%203.17678%2011.4697%203.46967L8.46967%206.46967C8.17678%206.76256%208.17678%207.23744%208.46967%207.53033C8.76256%207.82322%209.23744%207.82322%209.53033%207.53033L11.25%205.81066V14C11.25%2014.4142%2011.5858%2014.75%2012%2014.75C12.4142%2014.75%2012.75%2014.4142%2012.75%2014V5.81066L14.4697%207.53033Z%22%2F%3E%3Cpath%20d%3D%22M20.75%2012C20.75%2011.5858%2020.4142%2011.25%2020%2011.25C19.5858%2011.25%2019.25%2011.5858%2019.25%2012C19.25%2016.0041%2016.0041%2019.25%2012%2019.25C7.99593%2019.25%204.75%2016.0041%204.75%2012C4.75%2011.5858%204.41421%2011.25%204%2011.25C3.58579%2011.25%203.25%2011.5858%203.25%2012C3.25%2016.8325%207.16751%2020.75%2012%2020.75C16.8325%2020.75%2020.75%2016.8325%2020.75%2012Z%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-outline.svg?color=%231a73e8&size=48