ios analytics icon

ios-analytics-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-analytics-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios analytics icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c28.087 0 55.325 5.497 80.958 16.339 24.767 10.476 47.013 25.476 66.12 44.583s34.107 41.354 44.583 66.12C458.503 200.675 464 227.913 464 256s-5.497 55.325-16.339 80.958c-10.476 24.767-25.476 47.013-44.583 66.12s-41.354 34.107-66.12 44.583C311.325 458.503 284.087 464 256 464s-55.325-5.497-80.958-16.339c-24.767-10.476-47.013-25.476-66.12-44.583s-34.107-41.354-44.583-66.12C53.497 311.325 48 284.087 48 256s5.497-55.325 16.339-80.958c10.476-24.767 25.476-47.013 44.583-66.12s41.354-34.107 66.12-44.583C200.675 53.497 227.913 48 256 48m0-16C132.288 32 32 132.288 32 256s100.288 224 224 224 224-100.288 224-224S379.712 32 256 32z" fill="currentColor"/><path d="M107.776 320c-25.252 0-41.168-18.448-41.902-19.317a7.906 7.906 0 0 1 .982-11.192c3.374-2.813 8.401-2.388 11.248.948.604.701 14.606 16.597 35.606 13.186 12.104-1.964 28.08-25.681 38.652-41.376 4.251-6.311 7.922-11.761 11.215-15.856 16.773-20.865 33.899-23.333 45.325-21.726 24.139 3.394 44.358 27.498 53.689 49.882 7.454 17.884 19.042 28.256 32.628 29.208 15.408 1.061 31.539-9.885 43.105-29.336 1.228-2.064 2.562-4.496 3.978-7.07 9.482-17.262 23.814-43.35 51.75-43.35 31.146 0 51.957 34.286 52.828 35.746 2.252 3.774.996 8.648-2.806 10.885-3.8 2.237-8.708.988-10.96-2.786-.037-.062-4.493-7.413-11.859-14.568-6.286-6.107-16.108-13.387-27.203-13.387-18.438 0-29.121 19.445-37.705 35.07-1.48 2.696-2.88 5.243-4.245 7.538-14.718 24.751-36.4 38.635-58.01 37.108-19.951-1.398-36.389-15.242-46.284-38.98-10.013-24.02-28.279-38.417-41.149-40.228-10.6-1.494-20.895 3.861-30.578 15.906-2.872 3.573-6.539 9.017-10.421 14.779-13.549 20.114-30.411 45.146-49.37 48.223a53.122 53.122 0 0 1-8.514.693z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosAnalyticsOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c28.087 0 55.325 5.497 80.958 16.339 24.767 10.476 47.013 25.476 66.12 44.583s34.107 41.354 44.583 66.12C458.503 200.675 464 227.913 464 256s-5.497 55.325-16.339 80.958c-10.476 24.767-25.476 47.013-44.583 66.12s-41.354 34.107-66.12 44.583C311.325 458.503 284.087 464 256 464s-55.325-5.497-80.958-16.339c-24.767-10.476-47.013-25.476-66.12-44.583s-34.107-41.354-44.583-66.12C53.497 311.325 48 284.087 48 256s5.497-55.325 16.339-80.958c10.476-24.767 25.476-47.013 44.583-66.12s41.354-34.107 66.12-44.583C200.675 53.497 227.913 48 256 48m0-16C132.288 32 32 132.288 32 256s100.288 224 224 224 224-100.288 224-224S379.712 32 256 32z" fill="currentColor"/><path d="M107.776 320c-25.252 0-41.168-18.448-41.902-19.317a7.906 7.906 0 0 1 .982-11.192c3.374-2.813 8.401-2.388 11.248.948.604.701 14.606 16.597 35.606 13.186 12.104-1.964 28.08-25.681 38.652-41.376 4.251-6.311 7.922-11.761 11.215-15.856 16.773-20.865 33.899-23.333 45.325-21.726 24.139 3.394 44.358 27.498 53.689 49.882 7.454 17.884 19.042 28.256 32.628 29.208 15.408 1.061 31.539-9.885 43.105-29.336 1.228-2.064 2.562-4.496 3.978-7.07 9.482-17.262 23.814-43.35 51.75-43.35 31.146 0 51.957 34.286 52.828 35.746 2.252 3.774.996 8.648-2.806 10.885-3.8 2.237-8.708.988-10.96-2.786-.037-.062-4.493-7.413-11.859-14.568-6.286-6.107-16.108-13.387-27.203-13.387-18.438 0-29.121 19.445-37.705 35.07-1.48 2.696-2.88 5.243-4.245 7.538-14.718 24.751-36.4 38.635-58.01 37.108-19.951-1.398-36.389-15.242-46.284-38.98-10.013-24.02-28.279-38.417-41.149-40.228-10.6-1.494-20.895 3.861-30.578 15.906-2.872 3.573-6.539 9.017-10.421 14.779-13.549 20.114-30.411 45.146-49.37 48.223a53.122 53.122 0 0 1-8.514.693z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c28.087 0 55.325 5.497 80.958 16.339 24.767 10.476 47.013 25.476 66.12 44.583s34.107 41.354 44.583 66.12C458.503 200.675 464 227.913 464 256s-5.497 55.325-16.339 80.958c-10.476 24.767-25.476 47.013-44.583 66.12s-41.354 34.107-66.12 44.583C311.325 458.503 284.087 464 256 464s-55.325-5.497-80.958-16.339c-24.767-10.476-47.013-25.476-66.12-44.583s-34.107-41.354-44.583-66.12C53.497 311.325 48 284.087 48 256s5.497-55.325 16.339-80.958c10.476-24.767 25.476-47.013 44.583-66.12s41.354-34.107 66.12-44.583C200.675 53.497 227.913 48 256 48m0-16C132.288 32 32 132.288 32 256s100.288 224 224 224 224-100.288 224-224S379.712 32 256 32z" fill="currentColor"/><path d="M107.776 320c-25.252 0-41.168-18.448-41.902-19.317a7.906 7.906 0 0 1 .982-11.192c3.374-2.813 8.401-2.388 11.248.948.604.701 14.606 16.597 35.606 13.186 12.104-1.964 28.08-25.681 38.652-41.376 4.251-6.311 7.922-11.761 11.215-15.856 16.773-20.865 33.899-23.333 45.325-21.726 24.139 3.394 44.358 27.498 53.689 49.882 7.454 17.884 19.042 28.256 32.628 29.208 15.408 1.061 31.539-9.885 43.105-29.336 1.228-2.064 2.562-4.496 3.978-7.07 9.482-17.262 23.814-43.35 51.75-43.35 31.146 0 51.957 34.286 52.828 35.746 2.252 3.774.996 8.648-2.806 10.885-3.8 2.237-8.708.988-10.96-2.786-.037-.062-4.493-7.413-11.859-14.568-6.286-6.107-16.108-13.387-27.203-13.387-18.438 0-29.121 19.445-37.705 35.07-1.48 2.696-2.88 5.243-4.245 7.538-14.718 24.751-36.4 38.635-58.01 37.108-19.951-1.398-36.389-15.242-46.284-38.98-10.013-24.02-28.279-38.417-41.149-40.228-10.6-1.494-20.895 3.861-30.578 15.906-2.872 3.573-6.539 9.017-10.421 14.779-13.549 20.114-30.411 45.146-49.37 48.223a53.122 53.122 0 0 1-8.514.693z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-analytics-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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2048c28.087%200%2055.325%205.497%2080.958%2016.339%2024.767%2010.476%2047.013%2025.476%2066.12%2044.583s34.107%2041.354%2044.583%2066.12C458.503%20200.675%20464%20227.913%20464%20256s-5.497%2055.325-16.339%2080.958c-10.476%2024.767-25.476%2047.013-44.583%2066.12s-41.354%2034.107-66.12%2044.583C311.325%20458.503%20284.087%20464%20256%20464s-55.325-5.497-80.958-16.339c-24.767-10.476-47.013-25.476-66.12-44.583s-34.107-41.354-44.583-66.12C53.497%20311.325%2048%20284.087%2048%20256s5.497-55.325%2016.339-80.958c10.476-24.767%2025.476-47.013%2044.583-66.12s41.354-34.107%2066.12-44.583C200.675%2053.497%20227.913%2048%20256%2048m0-16C132.288%2032%2032%20132.288%2032%20256s100.288%20224%20224%20224%20224-100.288%20224-224S379.712%2032%20256%2032z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M107.776%20320c-25.252%200-41.168-18.448-41.902-19.317a7.906%207.906%200%200%201%20.982-11.192c3.374-2.813%208.401-2.388%2011.248.948.604.701%2014.606%2016.597%2035.606%2013.186%2012.104-1.964%2028.08-25.681%2038.652-41.376%204.251-6.311%207.922-11.761%2011.215-15.856%2016.773-20.865%2033.899-23.333%2045.325-21.726%2024.139%203.394%2044.358%2027.498%2053.689%2049.882%207.454%2017.884%2019.042%2028.256%2032.628%2029.208%2015.408%201.061%2031.539-9.885%2043.105-29.336%201.228-2.064%202.562-4.496%203.978-7.07%209.482-17.262%2023.814-43.35%2051.75-43.35%2031.146%200%2051.957%2034.286%2052.828%2035.746%202.252%203.774.996%208.648-2.806%2010.885-3.8%202.237-8.708.988-10.96-2.786-.037-.062-4.493-7.413-11.859-14.568-6.286-6.107-16.108-13.387-27.203-13.387-18.438%200-29.121%2019.445-37.705%2035.07-1.48%202.696-2.88%205.243-4.245%207.538-14.718%2024.751-36.4%2038.635-58.01%2037.108-19.951-1.398-36.389-15.242-46.284-38.98-10.013-24.02-28.279-38.417-41.149-40.228-10.6-1.494-20.895%203.861-30.578%2015.906-2.872%203.573-6.539%209.017-10.421%2014.779-13.549%2020.114-30.411%2045.146-49.37%2048.223a53.122%2053.122%200%200%201-8.514.693z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2048c28.087%200%2055.325%205.497%2080.958%2016.339%2024.767%2010.476%2047.013%2025.476%2066.12%2044.583s34.107%2041.354%2044.583%2066.12C458.503%20200.675%20464%20227.913%20464%20256s-5.497%2055.325-16.339%2080.958c-10.476%2024.767-25.476%2047.013-44.583%2066.12s-41.354%2034.107-66.12%2044.583C311.325%20458.503%20284.087%20464%20256%20464s-55.325-5.497-80.958-16.339c-24.767-10.476-47.013-25.476-66.12-44.583s-34.107-41.354-44.583-66.12C53.497%20311.325%2048%20284.087%2048%20256s5.497-55.325%2016.339-80.958c10.476-24.767%2025.476-47.013%2044.583-66.12s41.354-34.107%2066.12-44.583C200.675%2053.497%20227.913%2048%20256%2048m0-16C132.288%2032%2032%20132.288%2032%20256s100.288%20224%20224%20224%20224-100.288%20224-224S379.712%2032%20256%2032z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M107.776%20320c-25.252%200-41.168-18.448-41.902-19.317a7.906%207.906%200%200%201%20.982-11.192c3.374-2.813%208.401-2.388%2011.248.948.604.701%2014.606%2016.597%2035.606%2013.186%2012.104-1.964%2028.08-25.681%2038.652-41.376%204.251-6.311%207.922-11.761%2011.215-15.856%2016.773-20.865%2033.899-23.333%2045.325-21.726%2024.139%203.394%2044.358%2027.498%2053.689%2049.882%207.454%2017.884%2019.042%2028.256%2032.628%2029.208%2015.408%201.061%2031.539-9.885%2043.105-29.336%201.228-2.064%202.562-4.496%203.978-7.07%209.482-17.262%2023.814-43.35%2051.75-43.35%2031.146%200%2051.957%2034.286%2052.828%2035.746%202.252%203.774.996%208.648-2.806%2010.885-3.8%202.237-8.708.988-10.96-2.786-.037-.062-4.493-7.413-11.859-14.568-6.286-6.107-16.108-13.387-27.203-13.387-18.438%200-29.121%2019.445-37.705%2035.07-1.48%202.696-2.88%205.243-4.245%207.538-14.718%2024.751-36.4%2038.635-58.01%2037.108-19.951-1.398-36.389-15.242-46.284-38.98-10.013-24.02-28.279-38.417-41.149-40.228-10.6-1.494-20.895%203.861-30.578%2015.906-2.872%203.573-6.539%209.017-10.421%2014.779-13.549%2020.114-30.411%2045.146-49.37%2048.223a53.122%2053.122%200%200%201-8.514.693z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-analytics-outline.svg?color=%231a73e8&size=48