ac2 icon
ac2 from Reicon by REICON · Outline · Home · MIT Free for personal and commercial use.
- Name
- ac2
- Set
- Reicon
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More home icons from Reicon
Use the ac2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.945 4.25h8.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v.111c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.11c0-1.368 0-2.47.117-3.338c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M4.808 5.853c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4c-.101.754-.103 1.756-.103 3.191c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008c.354.354.817.59 1.548.736c.002-.483.01-.9.046-1.253c.048-.473.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37 1.308-.418c.452-.046 1.011-.046 1.68-.046h5.077c.67 0 1.229 0 1.681.046c.473.048.913.153 1.309.418c.3.2.558.458.759.758c.264.396.369.836.417 1.309c.036.353.044.77.046 1.253c.73-.146 1.194-.382 1.548-.736c.423-.423.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289c0-1.435-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103m12.442 12.35c-.001-.558-.006-.956-.038-1.27c-.036-.355-.1-.519-.173-.628a1.3 1.3 0 0 0-.344-.344c-.109-.073-.273-.137-.628-.173c-.367-.037-.85-.038-1.567-.038h-5c-.718 0-1.2 0-1.567.038c-.355.036-.519.1-.627.173a1.3 1.3 0 0 0-.345.344c-.073.109-.137.273-.173.628c-.032.314-.037.712-.038 1.27c.867.046 1.925.047 3.25.047h4c1.325 0 2.383 0 3.25-.047M5.25 9A.75.75 0 0 1 6 8.25h12a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 9m0 2.5a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconAc2(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" fillRule="evenodd" d="M7.945 4.25h8.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v.111c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.11c0-1.368 0-2.47.117-3.338c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M4.808 5.853c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4c-.101.754-.103 1.756-.103 3.191c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008c.354.354.817.59 1.548.736c.002-.483.01-.9.046-1.253c.048-.473.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37 1.308-.418c.452-.046 1.011-.046 1.68-.046h5.077c.67 0 1.229 0 1.681.046c.473.048.913.153 1.309.418c.3.2.558.458.759.758c.264.396.369.836.417 1.309c.036.353.044.77.046 1.253c.73-.146 1.194-.382 1.548-.736c.423-.423.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289c0-1.435-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103m12.442 12.35c-.001-.558-.006-.956-.038-1.27c-.036-.355-.1-.519-.173-.628a1.3 1.3 0 0 0-.344-.344c-.109-.073-.273-.137-.628-.173c-.367-.037-.85-.038-1.567-.038h-5c-.718 0-1.2 0-1.567.038c-.355.036-.519.1-.627.173a1.3 1.3 0 0 0-.345.344c-.073.109-.137.273-.173.628c-.032.314-.037.712-.038 1.27c.867.046 1.925.047 3.25.047h4c1.325 0 2.383 0 3.25-.047M5.25 9A.75.75 0 0 1 6 8.25h12a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 9m0 2.5a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.945 4.25h8.11c1.367 0 2.47 0 3.337.117c.9.12 1.658.38 2.26.981c.602.602.86 1.36.982 2.26c.116.867.116 1.97.116 3.337v.111c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.11c0-1.368 0-2.47.117-3.338c.12-.9.38-1.658.981-2.26c.602-.602 1.36-.86 2.26-.981c.867-.117 1.97-.117 3.337-.117M4.808 5.853c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556 1.4c-.101.754-.103 1.756-.103 3.191c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008c.354.354.817.59 1.548.736c.002-.483.01-.9.046-1.253c.048-.473.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37 1.308-.418c.452-.046 1.011-.046 1.68-.046h5.077c.67 0 1.229 0 1.681.046c.473.048.913.153 1.309.418c.3.2.558.458.759.758c.264.396.369.836.417 1.309c.036.353.044.77.046 1.253c.73-.146 1.194-.382 1.548-.736c.423-.423.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289c0-1.435-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435 0-2.437.002-3.192.103m12.442 12.35c-.001-.558-.006-.956-.038-1.27c-.036-.355-.1-.519-.173-.628a1.3 1.3 0 0 0-.344-.344c-.109-.073-.273-.137-.628-.173c-.367-.037-.85-.038-1.567-.038h-5c-.718 0-1.2 0-1.567.038c-.355.036-.519.1-.627.173a1.3 1.3 0 0 0-.345.344c-.073.109-.137.273-.173.628c-.032.314-.037.712-.038 1.27c.867.046 1.925.047 3.25.047h4c1.325 0 2.383 0 3.25-.047M5.25 9A.75.75 0 0 1 6 8.25h12a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 9m0 2.5a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-ac2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.945%204.25h8.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v.111c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.11c0-1.368%200-2.47.117-3.338c.12-.9.38-1.658.981-2.26c.602-.602%201.36-.86%202.26-.981c.867-.117%201.97-.117%203.337-.117M4.808%205.853c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556%201.4c-.101.754-.103%201.756-.103%203.191c0%201.907.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008c.354.354.817.59%201.548.736c.002-.483.01-.9.046-1.253c.048-.473.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37%201.308-.418c.452-.046%201.011-.046%201.68-.046h5.077c.67%200%201.229%200%201.681.046c.473.048.913.153%201.309.418c.3.2.558.458.759.758c.264.396.369.836.417%201.309c.036.353.044.77.046%201.253c.73-.146%201.194-.382%201.548-.736c.423-.423.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289c0-1.435-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435%200-2.437.002-3.192.103m12.442%2012.35c-.001-.558-.006-.956-.038-1.27c-.036-.355-.1-.519-.173-.628a1.3%201.3%200%200%200-.344-.344c-.109-.073-.273-.137-.628-.173c-.367-.037-.85-.038-1.567-.038h-5c-.718%200-1.2%200-1.567.038c-.355.036-.519.1-.627.173a1.3%201.3%200%200%200-.345.344c-.073.109-.137.273-.173.628c-.032.314-.037.712-.038%201.27c.867.046%201.925.047%203.25.047h4c1.325%200%202.383%200%203.25-.047M5.25%209A.75.75%200%200%201%206%208.25h12a.75.75%200%200%201%200%201.5H6A.75.75%200%200%201%205.25%209m0%202.5a.75.75%200%200%201%20.75-.75h12a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.945%204.25h8.11c1.367%200%202.47%200%203.337.117c.9.12%201.658.38%202.26.981c.602.602.86%201.36.982%202.26c.116.867.116%201.97.116%203.337v.111c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433v-.11c0-1.368%200-2.47.117-3.338c.12-.9.38-1.658.981-2.26c.602-.602%201.36-.86%202.26-.981c.867-.117%201.97-.117%203.337-.117M4.808%205.853c-.734.099-1.122.28-1.399.556c-.277.277-.457.665-.556%201.4c-.101.754-.103%201.756-.103%203.191c0%201.907.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008c.354.354.817.59%201.548.736c.002-.483.01-.9.046-1.253c.048-.473.153-.913.417-1.309c.201-.3.459-.558.76-.758c.395-.265.835-.37%201.308-.418c.452-.046%201.011-.046%201.68-.046h5.077c.67%200%201.229%200%201.681.046c.473.048.913.153%201.309.418c.3.2.558.458.759.758c.264.396.369.836.417%201.309c.036.353.044.77.046%201.253c.73-.146%201.194-.382%201.548-.736c.423-.423.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289c0-1.435-.002-2.437-.103-3.192c-.099-.734-.28-1.122-.556-1.399c-.277-.277-.665-.457-1.4-.556c-.755-.101-1.756-.103-3.191-.103H8c-1.435%200-2.437.002-3.192.103m12.442%2012.35c-.001-.558-.006-.956-.038-1.27c-.036-.355-.1-.519-.173-.628a1.3%201.3%200%200%200-.344-.344c-.109-.073-.273-.137-.628-.173c-.367-.037-.85-.038-1.567-.038h-5c-.718%200-1.2%200-1.567.038c-.355.036-.519.1-.627.173a1.3%201.3%200%200%200-.345.344c-.073.109-.137.273-.173.628c-.032.314-.037.712-.038%201.27c.867.046%201.925.047%203.25.047h4c1.325%200%202.383%200%203.25-.047M5.25%209A.75.75%200%200%201%206%208.25h12a.75.75%200%200%201%200%201.5H6A.75.75%200%200%201%205.25%209m0%202.5a.75.75%200%200%201%20.75-.75h12a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ac2.svg?color=%231a73e8&size=48