pie chart icon
pie-chart-outline from Solar by 480 Design · Outline · Business · CC-BY-4.0 Attribution required.
- Name
- pie-chart-outline
- Set
- Solar
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
pie-chart-filledAnt Design Iconspie-chartBootstrap Iconspie-chartBoxIcons v2pie-chartBoxIcons v2 Solidpie-chartCodiconspie-chartElement Pluspie-chart-fillEva Iconspie-chartFont Awesome Solidpie-chartFeather Iconspie-chart-solidFlowbite Iconspie-chartHuge Iconspie-chartHumbleiconspie-chartIonIconspie-chartJam Iconspie-chartLucidepie-chartMaterial Symbolspie-chartMaterial Symbols Lightpie-chartRadix Iconspie-chart-fillRemix Iconpie-chart-outlineTeenyicons
More business icons from Solar
chart-2-boldchart-boldchart-square-boldchat-square-2-boldcourse-down-boldcourse-up-bolddiagram-down-bolddiagram-up-boldgraph-boldgraph-down-boldgraph-down-new-boldgraph-new-boldgraph-new-up-boldgraph-up-boldkanban-boldkanban-square-boldpie-chart-2-boldpie-chart-3-boldpresentation-graph-boldround-graph-boldtable-boldtable-cells-merge-boldtable-cells-split-boldtable-columns-split-bold
Use the pie chart 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="M14.2544 1.36453C13.1584 1.05859 12.132 1.38932 11.4026 2.05955C10.6845 2.71939 10.25 3.70552 10.25 4.76063V11.4551C10.25 12.7226 11.2775 13.75 12.5449 13.75H19.2394C20.2945 13.75 21.2806 13.3156 21.9405 12.5974C22.6107 11.868 22.9414 10.8416 22.6355 9.74563C21.5034 5.69003 18.31 2.49663 14.2544 1.36453ZM11.75 4.76063C11.75 4.10931 12.0201 3.52918 12.4175 3.16407C12.8035 2.80935 13.3035 2.65643 13.8511 2.8093C17.4013 3.80031 20.1997 6.59875 21.1907 10.1489C21.3436 10.6965 21.1907 11.1965 20.8359 11.5825C20.4708 11.9799 19.8907 12.25 19.2394 12.25H12.5449C12.1059 12.25 11.75 11.8941 11.75 11.4551V4.76063Z" clip-rule="evenodd"/><path d="M8.67232 4.71555C9.0675 4.59143 9.28724 4.17045 9.16312 3.77527C9.039 3.38009 8.61803 3.16036 8.22285 3.28447C4.18231 4.55353 1.25 8.32793 1.25 12.7892C1.25 18.2904 5.70962 22.75 11.2108 22.75C15.6721 22.75 19.4465 19.8177 20.7155 15.7772C20.8397 15.382 20.6199 14.961 20.2247 14.8369C19.8296 14.7128 19.4086 14.9325 19.2845 15.3277C18.2061 18.761 14.9982 21.25 11.2108 21.25C6.53805 21.25 2.75 17.462 2.75 12.7892C2.75 9.00185 5.23899 5.79389 8.67232 4.71555Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPieChartOutline(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="M14.2544 1.36453C13.1584 1.05859 12.132 1.38932 11.4026 2.05955C10.6845 2.71939 10.25 3.70552 10.25 4.76063V11.4551C10.25 12.7226 11.2775 13.75 12.5449 13.75H19.2394C20.2945 13.75 21.2806 13.3156 21.9405 12.5974C22.6107 11.868 22.9414 10.8416 22.6355 9.74563C21.5034 5.69003 18.31 2.49663 14.2544 1.36453ZM11.75 4.76063C11.75 4.10931 12.0201 3.52918 12.4175 3.16407C12.8035 2.80935 13.3035 2.65643 13.8511 2.8093C17.4013 3.80031 20.1997 6.59875 21.1907 10.1489C21.3436 10.6965 21.1907 11.1965 20.8359 11.5825C20.4708 11.9799 19.8907 12.25 19.2394 12.25H12.5449C12.1059 12.25 11.75 11.8941 11.75 11.4551V4.76063Z" clipRule="evenodd"/><path d="M8.67232 4.71555C9.0675 4.59143 9.28724 4.17045 9.16312 3.77527C9.039 3.38009 8.61803 3.16036 8.22285 3.28447C4.18231 4.55353 1.25 8.32793 1.25 12.7892C1.25 18.2904 5.70962 22.75 11.2108 22.75C15.6721 22.75 19.4465 19.8177 20.7155 15.7772C20.8397 15.382 20.6199 14.961 20.2247 14.8369C19.8296 14.7128 19.4086 14.9325 19.2845 15.3277C18.2061 18.761 14.9982 21.25 11.2108 21.25C6.53805 21.25 2.75 17.462 2.75 12.7892C2.75 9.00185 5.23899 5.79389 8.67232 4.71555Z"/></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="M14.2544 1.36453C13.1584 1.05859 12.132 1.38932 11.4026 2.05955C10.6845 2.71939 10.25 3.70552 10.25 4.76063V11.4551C10.25 12.7226 11.2775 13.75 12.5449 13.75H19.2394C20.2945 13.75 21.2806 13.3156 21.9405 12.5974C22.6107 11.868 22.9414 10.8416 22.6355 9.74563C21.5034 5.69003 18.31 2.49663 14.2544 1.36453ZM11.75 4.76063C11.75 4.10931 12.0201 3.52918 12.4175 3.16407C12.8035 2.80935 13.3035 2.65643 13.8511 2.8093C17.4013 3.80031 20.1997 6.59875 21.1907 10.1489C21.3436 10.6965 21.1907 11.1965 20.8359 11.5825C20.4708 11.9799 19.8907 12.25 19.2394 12.25H12.5449C12.1059 12.25 11.75 11.8941 11.75 11.4551V4.76063Z" clip-rule="evenodd"/><path d="M8.67232 4.71555C9.0675 4.59143 9.28724 4.17045 9.16312 3.77527C9.039 3.38009 8.61803 3.16036 8.22285 3.28447C4.18231 4.55353 1.25 8.32793 1.25 12.7892C1.25 18.2904 5.70962 22.75 11.2108 22.75C15.6721 22.75 19.4465 19.8177 20.7155 15.7772C20.8397 15.382 20.6199 14.961 20.2247 14.8369C19.8296 14.7128 19.4086 14.9325 19.2845 15.3277C18.2061 18.761 14.9982 21.25 11.2108 21.25C6.53805 21.25 2.75 17.462 2.75 12.7892C2.75 9.00185 5.23899 5.79389 8.67232 4.71555Z"/></g></svg> </template>
CSS
.icon-pie-chart-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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.2544%201.36453C13.1584%201.05859%2012.132%201.38932%2011.4026%202.05955C10.6845%202.71939%2010.25%203.70552%2010.25%204.76063V11.4551C10.25%2012.7226%2011.2775%2013.75%2012.5449%2013.75H19.2394C20.2945%2013.75%2021.2806%2013.3156%2021.9405%2012.5974C22.6107%2011.868%2022.9414%2010.8416%2022.6355%209.74563C21.5034%205.69003%2018.31%202.49663%2014.2544%201.36453ZM11.75%204.76063C11.75%204.10931%2012.0201%203.52918%2012.4175%203.16407C12.8035%202.80935%2013.3035%202.65643%2013.8511%202.8093C17.4013%203.80031%2020.1997%206.59875%2021.1907%2010.1489C21.3436%2010.6965%2021.1907%2011.1965%2020.8359%2011.5825C20.4708%2011.9799%2019.8907%2012.25%2019.2394%2012.25H12.5449C12.1059%2012.25%2011.75%2011.8941%2011.75%2011.4551V4.76063Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.67232%204.71555C9.0675%204.59143%209.28724%204.17045%209.16312%203.77527C9.039%203.38009%208.61803%203.16036%208.22285%203.28447C4.18231%204.55353%201.25%208.32793%201.25%2012.7892C1.25%2018.2904%205.70962%2022.75%2011.2108%2022.75C15.6721%2022.75%2019.4465%2019.8177%2020.7155%2015.7772C20.8397%2015.382%2020.6199%2014.961%2020.2247%2014.8369C19.8296%2014.7128%2019.4086%2014.9325%2019.2845%2015.3277C18.2061%2018.761%2014.9982%2021.25%2011.2108%2021.25C6.53805%2021.25%202.75%2017.462%202.75%2012.7892C2.75%209.00185%205.23899%205.79389%208.67232%204.71555Z%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%22M14.2544%201.36453C13.1584%201.05859%2012.132%201.38932%2011.4026%202.05955C10.6845%202.71939%2010.25%203.70552%2010.25%204.76063V11.4551C10.25%2012.7226%2011.2775%2013.75%2012.5449%2013.75H19.2394C20.2945%2013.75%2021.2806%2013.3156%2021.9405%2012.5974C22.6107%2011.868%2022.9414%2010.8416%2022.6355%209.74563C21.5034%205.69003%2018.31%202.49663%2014.2544%201.36453ZM11.75%204.76063C11.75%204.10931%2012.0201%203.52918%2012.4175%203.16407C12.8035%202.80935%2013.3035%202.65643%2013.8511%202.8093C17.4013%203.80031%2020.1997%206.59875%2021.1907%2010.1489C21.3436%2010.6965%2021.1907%2011.1965%2020.8359%2011.5825C20.4708%2011.9799%2019.8907%2012.25%2019.2394%2012.25H12.5449C12.1059%2012.25%2011.75%2011.8941%2011.75%2011.4551V4.76063Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.67232%204.71555C9.0675%204.59143%209.28724%204.17045%209.16312%203.77527C9.039%203.38009%208.61803%203.16036%208.22285%203.28447C4.18231%204.55353%201.25%208.32793%201.25%2012.7892C1.25%2018.2904%205.70962%2022.75%2011.2108%2022.75C15.6721%2022.75%2019.4465%2019.8177%2020.7155%2015.7772C20.8397%2015.382%2020.6199%2014.961%2020.2247%2014.8369C19.8296%2014.7128%2019.4086%2014.9325%2019.2845%2015.3277C18.2061%2018.761%2014.9982%2021.25%2011.2108%2021.25C6.53805%2021.25%202.75%2017.462%202.75%2012.7892C2.75%209.00185%205.23899%205.79389%208.67232%204.71555Z%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/pie-chart-outline.svg?color=%231a73e8&size=48