adaway logo
adaway from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- adaway
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the adaway logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.049 0L.014 7.016L0 16.951l7.016 7.035l9.935.014l7.035-7.015L24 7.049L16.984.014zm-1.87 6.52c.456-.046 2.886.98 5.768.99c1.48.091 2.039.52 2.455.956c.932.878 1.135 1.324 2.315.755c.48-.231 1.072-1.6 1.739-1.747c.52-.076 1.283.58 1.474.77c.21.205.399.396.598.487c-.684.037-1.632 1.634-1.657 2.99c.137 3.791-1.57 3.582-3.248 5.437c-.535.51-.836 1.578-.836 2.553l-.705-.021c-.418.01-.895-.535-1.126-.899c-.44-.735-.897.673-1.583-.48c.031-.383-1.833-.457-.762-1.348c2.53-1.79 3.764-2.168 3.711-2.708c-.062-.638-1.545-.06-2.884-.122c-2.213-.102-1.97-1.504-2.166-2.157c-1.857-1.034 1.428-1.52-.015-1.826c-.705-.111-1.949.15-2.21-1.069c.235.291 3.32-.304 2.077-.498c-1.725-.783-2.21-.364-2.926-1.835c-.124-.15-.124-.218-.019-.228m12.575 1.903a.26.26 0 0 0-.26.26a.26.26 0 0 0 .26.262a.26.26 0 0 0 .261-.261a.26.26 0 0 0-.26-.261z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAdaway(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" d="M7.049 0L.014 7.016L0 16.951l7.016 7.035l9.935.014l7.035-7.015L24 7.049L16.984.014zm-1.87 6.52c.456-.046 2.886.98 5.768.99c1.48.091 2.039.52 2.455.956c.932.878 1.135 1.324 2.315.755c.48-.231 1.072-1.6 1.739-1.747c.52-.076 1.283.58 1.474.77c.21.205.399.396.598.487c-.684.037-1.632 1.634-1.657 2.99c.137 3.791-1.57 3.582-3.248 5.437c-.535.51-.836 1.578-.836 2.553l-.705-.021c-.418.01-.895-.535-1.126-.899c-.44-.735-.897.673-1.583-.48c.031-.383-1.833-.457-.762-1.348c2.53-1.79 3.764-2.168 3.711-2.708c-.062-.638-1.545-.06-2.884-.122c-2.213-.102-1.97-1.504-2.166-2.157c-1.857-1.034 1.428-1.52-.015-1.826c-.705-.111-1.949.15-2.21-1.069c.235.291 3.32-.304 2.077-.498c-1.725-.783-2.21-.364-2.926-1.835c-.124-.15-.124-.218-.019-.228m12.575 1.903a.26.26 0 0 0-.26.26a.26.26 0 0 0 .26.262a.26.26 0 0 0 .261-.261a.26.26 0 0 0-.26-.261z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.049 0L.014 7.016L0 16.951l7.016 7.035l9.935.014l7.035-7.015L24 7.049L16.984.014zm-1.87 6.52c.456-.046 2.886.98 5.768.99c1.48.091 2.039.52 2.455.956c.932.878 1.135 1.324 2.315.755c.48-.231 1.072-1.6 1.739-1.747c.52-.076 1.283.58 1.474.77c.21.205.399.396.598.487c-.684.037-1.632 1.634-1.657 2.99c.137 3.791-1.57 3.582-3.248 5.437c-.535.51-.836 1.578-.836 2.553l-.705-.021c-.418.01-.895-.535-1.126-.899c-.44-.735-.897.673-1.583-.48c.031-.383-1.833-.457-.762-1.348c2.53-1.79 3.764-2.168 3.711-2.708c-.062-.638-1.545-.06-2.884-.122c-2.213-.102-1.97-1.504-2.166-2.157c-1.857-1.034 1.428-1.52-.015-1.826c-.705-.111-1.949.15-2.21-1.069c.235.291 3.32-.304 2.077-.498c-1.725-.783-2.21-.364-2.926-1.835c-.124-.15-.124-.218-.019-.228m12.575 1.903a.26.26 0 0 0-.26.26a.26.26 0 0 0 .26.262a.26.26 0 0 0 .261-.261a.26.26 0 0 0-.26-.261z"/></svg> </template>
CSS
.icon-adaway {
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%20d%3D%22M7.049%200L.014%207.016L0%2016.951l7.016%207.035l9.935.014l7.035-7.015L24%207.049L16.984.014zm-1.87%206.52c.456-.046%202.886.98%205.768.99c1.48.091%202.039.52%202.455.956c.932.878%201.135%201.324%202.315.755c.48-.231%201.072-1.6%201.739-1.747c.52-.076%201.283.58%201.474.77c.21.205.399.396.598.487c-.684.037-1.632%201.634-1.657%202.99c.137%203.791-1.57%203.582-3.248%205.437c-.535.51-.836%201.578-.836%202.553l-.705-.021c-.418.01-.895-.535-1.126-.899c-.44-.735-.897.673-1.583-.48c.031-.383-1.833-.457-.762-1.348c2.53-1.79%203.764-2.168%203.711-2.708c-.062-.638-1.545-.06-2.884-.122c-2.213-.102-1.97-1.504-2.166-2.157c-1.857-1.034%201.428-1.52-.015-1.826c-.705-.111-1.949.15-2.21-1.069c.235.291%203.32-.304%202.077-.498c-1.725-.783-2.21-.364-2.926-1.835c-.124-.15-.124-.218-.019-.228m12.575%201.903a.26.26%200%200%200-.26.26a.26.26%200%200%200%20.26.262a.26.26%200%200%200%20.261-.261a.26.26%200%200%200-.26-.261z%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%20d%3D%22M7.049%200L.014%207.016L0%2016.951l7.016%207.035l9.935.014l7.035-7.015L24%207.049L16.984.014zm-1.87%206.52c.456-.046%202.886.98%205.768.99c1.48.091%202.039.52%202.455.956c.932.878%201.135%201.324%202.315.755c.48-.231%201.072-1.6%201.739-1.747c.52-.076%201.283.58%201.474.77c.21.205.399.396.598.487c-.684.037-1.632%201.634-1.657%202.99c.137%203.791-1.57%203.582-3.248%205.437c-.535.51-.836%201.578-.836%202.553l-.705-.021c-.418.01-.895-.535-1.126-.899c-.44-.735-.897.673-1.583-.48c.031-.383-1.833-.457-.762-1.348c2.53-1.79%203.764-2.168%203.711-2.708c-.062-.638-1.545-.06-2.884-.122c-2.213-.102-1.97-1.504-2.166-2.157c-1.857-1.034%201.428-1.52-.015-1.826c-.705-.111-1.949.15-2.21-1.069c.235.291%203.32-.304%202.077-.498c-1.725-.783-2.21-.364-2.926-1.835c-.124-.15-.124-.218-.019-.228m12.575%201.903a.26.26%200%200%200-.26.26a.26.26%200%200%200%20.26.262a.26.26%200%200%200%20.261-.261a.26.26%200%200%200-.26-.261z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/adaway.svg?color=%231a73e8&size=48